mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2924 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
281 B
BlitzBasic
14 lines
281 B
BlitzBasic
SECTION = "libs"
|
|
require zlib_${PV}.bb
|
|
ZLIB_EXTRA = ""
|
|
inherit native
|
|
|
|
do_stage() {
|
|
install -m 0644 zlib.h ${STAGING_INCDIR}/zlib.h
|
|
install -m 0644 zconf.h ${STAGING_INCDIR}/zconf.h
|
|
oe_libinstall -a -so libz ${STAGING_LIBDIR}
|
|
}
|
|
|
|
|
|
DEPENDS = "libtool-native"
|