[oe] [PATCH] dhcpcd: fix GNU hash

cixarata at ataraxic.org cixarata at ataraxic.org
Tue Mar 20 14:20:49 UTC 2012


Fixed adding that to the recipe:
TARGET_CC_ARCH += "${LDFLAGS}"

Signed-off-by: Yury Georgievskiy <cixarata at ataraxic.org>
---
 recipes/dhcpcd/dhcpcd_1.3.22-pl4.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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"
 SRC_URI[sha256sum] =
"f435e14e1f54dc8792f4e655463d07f2bdbe6d8a8581bd62f5167334ab18bb87"
-- 
1.7.9.2







More information about the Openembedded-devel mailing list