diff options
author | Antti Andreimann <antti.andreimann@mail.ee> | 2007-08-02 12:17:30 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-08-02 12:17:30 +0000 |
commit | ea0f8284c9d5a67c183236d655b3e7c068767365 (patch) | |
tree | 4176efb74689d04ccf2ff9272e45def215c97294 /packages/libxml/libxml2-native_2.6.29.bb | |
parent | 0913e0e77fb336111552ddfde1944bcfd0b3c25f (diff) |
libxml2: update to 2.6.29, closes #2702
Diffstat (limited to 'packages/libxml/libxml2-native_2.6.29.bb')
-rw-r--r-- | packages/libxml/libxml2-native_2.6.29.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/libxml/libxml2-native_2.6.29.bb b/packages/libxml/libxml2-native_2.6.29.bb new file mode 100644 index 0000000000..fc9c3697de --- /dev/null +++ b/packages/libxml/libxml2-native_2.6.29.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "GNOME XML library" +PR = "r1" + +SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz" + +DEPENDS = "python-native" + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libxml2-${PV}" +S = "${WORKDIR}/libxml2-${PV}" + +inherit autotools native pkgconfig + +EXTRA_OECONF = "--with-python=${STAGING_INCDIR}/python2.4 --without-debug --without-legacy --without-catalog --without-docbook --with-c14n" + +do_stage () { + oe_runmake install +} |