From e36125374223773928168a77bbd7ba847302a848 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 30 Oct 2010 23:09:36 +0200 Subject: busybox: don't require busybox.inc twice * busybox_1.1x.inc includes it too resulting in ERROR: busybox-linuxrc is listed in PACKAGES multiple times, this leads to packaging errors. ERROR: Please fix the metadata/report this as bug to OE bugtracker. for every subpackage (6). Signed-off-by: Martin Jansa --- recipes/busybox/busybox_1.13.2.bb | 1 - recipes/busybox/busybox_1.14.3.bb | 1 - recipes/busybox/busybox_1.15.3.bb | 1 - recipes/busybox/busybox_1.16.2.bb | 1 - recipes/busybox/busybox_1.17.1.bb | 1 - recipes/busybox/busybox_1.17.3.bb | 1 - 6 files changed, 6 deletions(-) diff --git a/recipes/busybox/busybox_1.13.2.bb b/recipes/busybox/busybox_1.13.2.bb index 0ffcb7ff6a..ef20c62d3b 100644 --- a/recipes/busybox/busybox_1.13.2.bb +++ b/recipes/busybox/busybox_1.13.2.bb @@ -1,4 +1,3 @@ -require busybox.inc require busybox_1.1x.inc PR = "${INC_PR}.3" diff --git a/recipes/busybox/busybox_1.14.3.bb b/recipes/busybox/busybox_1.14.3.bb index 2fac528993..7ad57f1608 100644 --- a/recipes/busybox/busybox_1.14.3.bb +++ b/recipes/busybox/busybox_1.14.3.bb @@ -1,4 +1,3 @@ -require busybox.inc require busybox_1.1x.inc PR = "${INC_PR}.1" diff --git a/recipes/busybox/busybox_1.15.3.bb b/recipes/busybox/busybox_1.15.3.bb index 5106a581fe..5fa622586f 100644 --- a/recipes/busybox/busybox_1.15.3.bb +++ b/recipes/busybox/busybox_1.15.3.bb @@ -1,4 +1,3 @@ -require busybox.inc require busybox_1.1x.inc PR = "${INC_PR}.4" diff --git a/recipes/busybox/busybox_1.16.2.bb b/recipes/busybox/busybox_1.16.2.bb index b4aaa7406e..982b49bbd4 100644 --- a/recipes/busybox/busybox_1.16.2.bb +++ b/recipes/busybox/busybox_1.16.2.bb @@ -1,4 +1,3 @@ -require busybox.inc require busybox_1.1x.inc PR = "${INC_PR}.3" diff --git a/recipes/busybox/busybox_1.17.1.bb b/recipes/busybox/busybox_1.17.1.bb index 5bd5210dc9..408b513765 100644 --- a/recipes/busybox/busybox_1.17.1.bb +++ b/recipes/busybox/busybox_1.17.1.bb @@ -1,4 +1,3 @@ -require busybox.inc require busybox_1.1x.inc PR = "${INC_PR}" diff --git a/recipes/busybox/busybox_1.17.3.bb b/recipes/busybox/busybox_1.17.3.bb index 67ed1bfa69..59c1e32a64 100644 --- a/recipes/busybox/busybox_1.17.3.bb +++ b/recipes/busybox/busybox_1.17.3.bb @@ -1,4 +1,3 @@ -require busybox.inc require busybox_1.1x.inc PR = "${INC_PR}" -- cgit 1.2.3-korg