blob: dd0aef492f64ae37d067310fadf1fe680c344557 (
plain)
1
2
3
4
5
6
7
8
9
10
|
SECTION = "unknown"
include eet_${PV}.oe
inherit native
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/eet"
DEPENDS = "zlib-native jpeg-native"
do_stage () {
oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/
install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/
}
|