aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libxml
diff options
context:
space:
mode:
authorPhilip Balister <philip@balister.org>2010-01-22 09:22:49 -0500
committerPhilip Balister <philip@balister.org>2010-01-22 09:22:49 -0500
commit71edf0fca9bdbb903170e4b20b911cabdaa6ff7d (patch)
tree2fd662e60974d6c6bd4f223501c6b2d40f34de1a /recipes/libxml
parent8477bc642ec0bbe4eeb002d5fb1a3c0986368531 (diff)
downloadopenembedded-71edf0fca9bdbb903170e4b20b911cabdaa6ff7d.tar.gz
libxml2 : Convert to INC_PR. Bump PR for earlier commit.
Diffstat (limited to 'recipes/libxml')
-rw-r--r--recipes/libxml/libxml2.inc2
-rw-r--r--recipes/libxml/libxml2_2.7.3.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc
index 44e6f8263e..101489e8d2 100644
--- a/recipes/libxml/libxml2.inc
+++ b/recipes/libxml/libxml2.inc
@@ -5,7 +5,7 @@ LICENSE = "MIT"
SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz"
-PR = "r1"
+INC_PR = "r2"
inherit autotools pkgconfig binconfig
diff --git a/recipes/libxml/libxml2_2.7.3.bb b/recipes/libxml/libxml2_2.7.3.bb
index fa80f36f2f..5c92770eab 100644
--- a/recipes/libxml/libxml2_2.7.3.bb
+++ b/recipes/libxml/libxml2_2.7.3.bb
@@ -1,2 +1,4 @@
require libxml2.inc
+PR = "${INC_PR}.1"
+