From: Martin Jansa Date: Fri, 19 Nov 2010 12:01:17 +0000 (+0100) Subject: libxslt: bump INC_PR to rebuild against newer libxml2 in case someone was fast enough... X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4373bc4d0cde98dfa188d9a06266afa06f970bfe;p=openembedded.git libxslt: bump INC_PR to rebuild against newer libxml2 in case someone was fast enough to rebuild it against libxml2 without versioned symbols Signed-off-by: Martin Jansa --- diff --git a/recipes/libxslt/libxslt.inc b/recipes/libxslt/libxslt.inc index eb0363ffd1..a6430f7b88 100644 --- a/recipes/libxslt/libxslt.inc +++ b/recipes/libxslt/libxslt.inc @@ -3,7 +3,7 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "libxml2 (>=2.6.27)" LICENSE = "MIT" -INC_PR = "r5" +INC_PR = "r6" SRC_URI = "ftp://xmlsoft.org/libxml2/${BPN}-${PV}.tar.gz;name=archive" S = "${WORKDIR}/${BPN}-${PV}"