From patchwork Tue Mar 20 14:20:49 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: dhcpcd: fix GNU hash Date: Tue, 20 Mar 2012 14:20:49 -0000 From: cixarata@ataraxic.org X-Patchwork-Id: 23891 Message-Id: <948b25806fcb2ca6d6388562222c96be.squirrel@ataraxic.org> To: openembedded-devel@lists.openembedded.org Fixed adding that to the recipe: TARGET_CC_ARCH += "${LDFLAGS}" Signed-off-by: Yury Georgievskiy --- recipes/dhcpcd/dhcpcd_1.3.22-pl4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) SRC_URI[sha256sum] = "f435e14e1f54dc8792f4e655463d07f2bdbe6d8a8581bd62f5167334ab18bb87" diff --git a/recipes/dhcpcd/dhcpcd_1.3.22-pl4.bb b/recipes/dhcpcd/dhcpcd_1.3.22-pl4.bb index a9f57b4..189d263 100644 --- a/recipes/dhcpcd/dhcpcd_1.3.22-pl4.bb +++ b/recipes/dhcpcd/dhcpcd_1.3.22-pl4.bb @@ -5,7 +5,7 @@ RFC1541-compliant DHCP client daemon. It gets an IP address \ and other information from the DHCP server, automatically \ configures the network interface, and tries to renew the \ lease time according to RFC2131 or RFC1541." -PR = "r1" +PR = "r2" sbindir = "/sbin" @@ -15,6 +15,7 @@ SRC_URI = "http://www.phystech.com/ftp/dhcpcd-${PV}.tar.gz \ inherit autotools +TARGET_CC_ARCH += "${LDFLAGS}" SRC_URI[md5sum] = "dd627a121e43835bead3ffef5b1a72fd"