aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libxslt
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-11-19 13:01:17 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-11-19 13:16:45 +0100
commit4373bc4d0cde98dfa188d9a06266afa06f970bfe (patch)
tree8b0f1e0d655395a79736d3882ce73755573aae33 /recipes/libxslt
parent50ed401cdaaefb1f5ac33de2838af259a52b1c3a (diff)
downloadopenembedded-4373bc4d0cde98dfa188d9a06266afa06f970bfe.tar.gz
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libxslt')
-rw-r--r--recipes/libxslt/libxslt.inc2
1 files changed, 1 insertions, 1 deletions
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}"