busybox: RRECOMMEND libgcc since avr32 toolchains don't build it
authorKoen Kooi <koen@openembedded.org>
Wed, 13 Aug 2008 12:13:19 +0000 (12:13 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 13 Aug 2008 12:13:19 +0000 (12:13 +0000)
packages/busybox/busybox.inc
packages/busybox/busybox_1.9.2.bb

index 04decf6..cc196ad 100644 (file)
@@ -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"
 
index c9440e7..37cd2a8 100644 (file)
@@ -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 \