aboutsummaryrefslogtreecommitdiffstats
path: root/ecore/ecore-native_cvs.oe
blob: c02e69b46ad0bd899f90ac6c9ab728256802596e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include ecore_${PV}.oe
LICENSE = "MIT"
inherit native
DEPENDS = "edb-native eet-native evas-native freetype-native"

export EDB_CONFIG = "${STAGING_BINDIR}/edb-config-native"
export EET_CONFIG = "${STAGING_BINDIR}/eet-config-native"
export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config-native"
export FREETYPE_CONFIG = "${STAGING_BINDIR}/freetype-config-native"

do_stage () {
	for p in ${parts}; do
		dir=`echo $p|tr A-Z a-z`
		install -m 0644 ${S}/src/lib/$dir/$p.h ${STAGING_INCDIR}/
		oe_libinstall -C src/lib/$dir lib$dir ${STAGING_LIBDIR}/
	done
	install -m 0644 ${S}/src/lib/ecore/Ecore_Data.h ${STAGING_INCDIR}/
	install -m 0644 ${S}/ecore.m4 ${STAGING_DATADIR}/aclocal/
}