From: Martin Jansa Date: Sat, 30 Oct 2010 21:12:08 +0000 (+0200) Subject: busybox: use INC_PR in consistent way X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7634d114f02fce0851ddb1d5dd5bc3e27f21fde1;p=openembedded.git busybox: use INC_PR in consistent way Signed-off-by: Martin Jansa --- diff --git a/recipes/busybox/busybox.inc b/recipes/busybox/busybox.inc index 362ab9cf30..140874c19a 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 408b513765..12976f22ff 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 59c1e32a64..6f236624fe 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"