summaryrefslogtreecommitdiff
path: root/packages/ecore/ecore-native_0.9.9.013.bb
blob: cd60c15ed40b5410979812dbc03bea937f6acdee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include ecore-fb_${PV}.bb
inherit native
DEPENDS = "curl-native edb-native eet-native evas-native freetype-native"

export CURL_CONFIG = "${STAGING_BINDIR}/curl-config-native"
export EVAS_CONFIG = "${STAGING_BINDIR}/evas-config-native"
export EDB_CONFIG = "${STAGING_BINDIR}/edb-config-native"
export EET_CONFIG = "${STAGING_BINDIR}/eet-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/
}