netkit-ftp: Fixed GNU_HASH QA error.
authorKoen Kooi <koen@openembedded.org>
Tue, 28 Apr 2009 11:40:15 +0000 (13:40 +0200)
committerKoen Kooi <koen@openembedded.org>
Tue, 28 Apr 2009 11:40:15 +0000 (13:40 +0200)
recipes/netkit-ftp/netkit-ftp_0.17.bb

index 41c3b08..20ad1fb 100644 (file)
@@ -4,9 +4,11 @@ LICENSE = "BSD"
 SRC_URI = "ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-ftp-${PV}.tar.gz \
           file://mconfig.patch;patch=1"
 
+PR = "r1"
+
 EXTRA_OEMAKE = ""
 do_compile () {
-       oe_runmake 'CC=${CC}' 'LD=${LD}' all
+       oe_runmake 'CC=${CC}' 'LD=${LD}' 'LDFLAGS=${LDFLAGS}' all
 }
 
 do_install () {