Comments
Patch
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"
Fixed adding that to the recipe: TARGET_CC_ARCH += "${LDFLAGS}" Signed-off-by: Yury Georgievskiy <cixarata@ataraxic.org> --- recipes/dhcpcd/dhcpcd_1.3.22-pl4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) SRC_URI[sha256sum] = "f435e14e1f54dc8792f4e655463d07f2bdbe6d8a8581bd62f5167334ab18bb87"