aboutsummaryrefslogtreecommitdiffstats
path: root/packages/edje/edje-native_cvs.bb
blob: 848c8dbe21a9c2677d0a36665e37edf1bd68a303 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include edje_${PV}.bb
inherit native
DEPENDS = "freetype-native evas-native ecore-native embryo-native eet-native edb-native imlib2-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/edje"

EXTRA_OECONF = "--enable-fb-only"

do_stage() {
	for i in edje edje_ls edje_cc
	do
		install -m 0755 src/bin/$i ${STAGING_BINDIR}
	done
}