[oe-commits] Philip Balister : libxml2 : Convert to INC_PR. Bump PR for earlier commit.

git version control git at git.openembedded.org
Fri Jan 22 14:23:47 UTC 2010


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

Author: Philip Balister <philip at balister.org>
Date:   Fri Jan 22 09:22:49 2010 -0500

libxml2 : Convert to INC_PR. Bump PR for earlier commit.

---

 recipes/libxml/libxml2.inc      |    2 +-
 recipes/libxml/libxml2_2.7.3.bb |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc
index 44e6f82..101489e 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 fa80f36..5c92770 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"
+





More information about the Openembedded-commits mailing list