mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
libxml2: added fix for 'unable to find gzopen64()' when host is 64bit (taken from Debian)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3339 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
DESCRIPTION = "GNOME XML library"
|
||||
PR = "r3"
|
||||
require libxml2.inc
|
||||
|
||||
SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz"
|
||||
PR = "r4"
|
||||
|
||||
DEPENDS = "python-native-runtime"
|
||||
DEPENDS += "python-native-runtime"
|
||||
|
||||
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}"
|
||||
S = "${WORKDIR}/libxml2-${PV}"
|
||||
|
||||
inherit autotools native pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
|
||||
inherit native
|
||||
|
||||
do_stage () {
|
||||
oe_runmake install
|
||||
|
||||
Reference in New Issue
Block a user