blob: 1f50f6b79a96edb88d2e47d01458f5bcef297662 (
plain)
1
2
3
4
5
6
7
8
9
|
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}/
}
|