[oe-commits] Koen Kooi : libxml2: readd binconfig inherit that went missing

git version control git at git.openembedded.org
Wed Mar 3 17:23:07 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2e518a1a8f11b8000d151321c778fa66b376db96
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2e518a1a8f11b8000d151321c778fa66b376db96

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Mar  3 18:11:22 2010 +0100

libxml2: readd binconfig inherit that went missing

---

 recipes/libxml/libxml2.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc
index 62c81bd..207ef5b 100644
--- a/recipes/libxml/libxml2.inc
+++ b/recipes/libxml/libxml2.inc
@@ -7,11 +7,11 @@ DEPENDS_virtclass-native = "python-native"
 SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=archive"
 S = "${WORKDIR}/${BPN}-${PV}"
 
-INC_PR = "r4"
+INC_PR = "r5"
 
 BBCLASSEXTEND = "native"
 
-inherit autotools pkgconfig
+inherit autotools pkgconfig binconfig
 
 EXTRA_OECONF = "\
  --without-debug \





More information about the Openembedded-commits mailing list