From 7634d114f02fce0851ddb1d5dd5bc3e27f21fde1 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 30 Oct 2010 23:12:08 +0200 Subject: [PATCH] busybox: use INC_PR in consistent way Signed-off-by: Martin Jansa --- 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 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" -- 2.39.5