[oe-commits] Martin Jansa : busybox: use INC_PR in consistent way

git version control git at git.openembedded.org
Sat Oct 30 21:17:49 UTC 2010


Module: openembedded.git
Branch: master
Commit: 7634d114f02fce0851ddb1d5dd5bc3e27f21fde1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7634d114f02fce0851ddb1d5dd5bc3e27f21fde1

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Oct 30 23:12:08 2010 +0200

busybox: use INC_PR in consistent way

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/busybox/busybox.inc       |    2 +-
 recipes/busybox/busybox_1.17.1.bb |    2 +-
 recipes/busybox/busybox_1.17.3.bb |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/busybox/busybox.inc b/recipes/busybox/busybox.inc
index 362ab9c..140874c 100644
--- a/recipes/busybox/busybox.inc
+++ b/recipes/busybox/busybox.inc
@@ -11,7 +11,7 @@ LICENSE = "GPLv2"
 SECTION = "base"
 PRIORITY = "required"
 
-INC_PR = "r36"
+INC_PR = "r37"
 
 SRC_URI = "\
   file://busybox-cron \
diff --git a/recipes/busybox/busybox_1.17.1.bb b/recipes/busybox/busybox_1.17.1.bb
index 408b513..12976f2 100644
--- a/recipes/busybox/busybox_1.17.1.bb
+++ b/recipes/busybox/busybox_1.17.1.bb
@@ -1,5 +1,5 @@
 require busybox_1.1x.inc
-PR = "${INC_PR}"
+PR = "${INC_PR}.0"
 
 DEFAULT_PREFERENCE = "-1"
 
diff --git a/recipes/busybox/busybox_1.17.3.bb b/recipes/busybox/busybox_1.17.3.bb
index 59c1e32..6f23662 100644
--- a/recipes/busybox/busybox_1.17.3.bb
+++ b/recipes/busybox/busybox_1.17.3.bb
@@ -1,5 +1,5 @@
 require busybox_1.1x.inc
-PR = "${INC_PR}"
+PR = "${INC_PR}.0"
 
 DEFAULT_PREFERENCE = "-1"
 





More information about the Openembedded-commits mailing list