[oe-commits] Martin Jansa : busybox: don't require busybox.inc twice

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


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

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

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 <Martin.Jansa at gmail.com>

---

 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, 0 insertions(+), 6 deletions(-)

diff --git a/recipes/busybox/busybox_1.13.2.bb b/recipes/busybox/busybox_1.13.2.bb
index 0ffcb7f..ef20c62 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 2fac528..7ad57f1 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 5106a58..5fa6225 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 b4aaa74..982b49b 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 5bd5210..408b513 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 67ed1bf..59c1e32 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}"
 





More information about the Openembedded-commits mailing list