diff options
-rw-r--r-- | 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 62c81bd2e0..207ef5b489 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 \ |