mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 22:09:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5094 311d38ba-8fff-0310-9ca6-ca027cbcb966
12 lines
282 B
PHP
12 lines
282 B
PHP
ZLIB_EXTRA = ""
|
|
inherit native
|
|
|
|
do_stage() {
|
|
install -m 0644 zlib.h ${STAGING_INCDIR}/
|
|
install -m 0644 zconf.h ${STAGING_INCDIR}/
|
|
install -m 0644 zlibdefs.h ${STAGING_INCDIR}/
|
|
oe_libinstall -a -so libz ${STAGING_LIBDIR}
|
|
}
|
|
|
|
DEPENDS = "libtool-native"
|