aboutsummaryrefslogtreecommitdiffstats
path: root/packages/efl/eet-native_20060128.bb
blob: fa20c9fb30447cbd1d585796074d7754fe68cb54 (plain)
1
2
3
4
5
6
7
include eet_${PV}.bb
inherit native
DEPENDS = "zlib-native jpeg-native"

do_stage_append() {
	install -m 0755 src/bin/.libs/eet ${STAGING_BINDIR}
}