[oe-commits] : busybox: RRECOMMEND libgcc since avr32 toolchains don't build it

OE GIT Trial gittrial at amethyst.openembedded.net
Fri Aug 15 12:10:02 UTC 2008


Module: OE.dev
Branch: master
Commit: 65347a7a7615116f7ad1759cda26702c0a2df2c7
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=65347a7a7615116f7ad1759cda26702c0a2df2c7

Author:  <koen at openembedded.org>
Date:   Wed Aug 13 12:13:19 2008 +0000

busybox: RRECOMMEND libgcc since avr32 toolchains don't build it

---

 packages/busybox/busybox.inc      |    2 +-
 packages/busybox/busybox_1.9.2.bb |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/busybox/busybox.inc b/packages/busybox/busybox.inc
index 04decf6..cc196ad 100644
--- a/packages/busybox/busybox.inc
+++ b/packages/busybox/busybox.inc
@@ -35,7 +35,7 @@ PACKAGES =+ "${PN}-httpd ${PN}-udhcpd"
 # We need this RRECOMMENDS because libc dlopens libgcc
 # and shlib mechanism can not detect it because its not
 # listed in the NEEDED field.
-RDEPENDS += "libgcc"
+RRECOMMENDS += "libgcc"
 FILES_${PN}-httpd = "${sysconfdir}/init.d/busybox-httpd /srv/www"
 FILES_${PN}-udhcpd = "${sysconfdir}/init.d/busybox-udhcpd"
 
diff --git a/packages/busybox/busybox_1.9.2.bb b/packages/busybox/busybox_1.9.2.bb
index c9440e7..37cd2a8 100644
--- a/packages/busybox/busybox_1.9.2.bb
+++ b/packages/busybox/busybox_1.9.2.bb
@@ -1,5 +1,5 @@
 require busybox.inc
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
            file://udhcpscript.patch;patch=1 \





More information about the Openembedded-commits mailing list