[oe-commits] Frans Meulenbroeks : divmod.inc: added INC_PR

git version control git at git.openembedded.org
Wed Aug 4 20:22:54 UTC 2010


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Aug  4 22:21:09 2010 +0200

divmod.inc: added INC_PR

and used it in the recipes

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/python/divmod.inc                   |    2 ++
 recipes/python/python-divmodaxiom_0.5.30.bb |    2 ++
 recipes/python/python-nevow_0.9.32.bb       |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/python/divmod.inc b/recipes/python/divmod.inc
index 20be1b2..37b99c1 100644
--- a/recipes/python/divmod.inc
+++ b/recipes/python/divmod.inc
@@ -1,5 +1,7 @@
 SRC_URI = "http://divmod.org/trac/attachment/wiki/SoftwareReleases/${REALPN}-${PV}.tar.gz?format=raw"
 
+INC_PR = "r0"
+
 DEPENDS += "python-twisted-native"
 
 do_unpack2() {
diff --git a/recipes/python/python-divmodaxiom_0.5.30.bb b/recipes/python/python-divmodaxiom_0.5.30.bb
index bee0cab..fb7990b 100644
--- a/recipes/python/python-divmodaxiom_0.5.30.bb
+++ b/recipes/python/python-divmodaxiom_0.5.30.bb
@@ -7,5 +7,7 @@ DEPENDS += "python-divmodepsilon-native"
 
 require divmod.inc
 
+PR = "${INC_PR}.1"
+
 SRC_URI[md5sum] = "8f0b3a27770e487ad08f4fafdccc4495"
 SRC_URI[sha256sum] = "4a4217e70e01e11d357c2c2c23bc72d244a78fa40a401cca48cd5f0a619c7060"
diff --git a/recipes/python/python-nevow_0.9.32.bb b/recipes/python/python-nevow_0.9.32.bb
index b360f31..c36c60e 100644
--- a/recipes/python/python-nevow_0.9.32.bb
+++ b/recipes/python/python-nevow_0.9.32.bb
@@ -5,6 +5,8 @@ REALPN = "Nevow"
 
 require divmod.inc
 
+PR = "${INC_PR}.1"
+
 FILES_${PN} += "${datadir}"
 DEPENDS += "python-twisted-native"
 





More information about the Openembedded-commits mailing list