From: Denis 'Gnutoo' Carikli Date: Sat, 11 Jul 2009 17:08:40 +0000 (+0200) Subject: udev 118 : fix GNU hash X-Git-Tag: Release-2010-05/1~2975 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0c04025a9f6cc94ed47db39bf20897b4f01644e;p=openembedded.git udev 118 : fix GNU hash fixed adding that to the recipe: TARGET_CC_ARCH += "${LDFLAGS}" --- diff --git a/recipes/udev/udev_118.bb b/recipes/udev/udev_118.bb index 7fcd4c546c..b7043496af 100644 --- a/recipes/udev/udev_118.bb +++ b/recipes/udev/udev_118.bb @@ -14,6 +14,7 @@ SRC_URI = "\ file://udevtrigger_add_devname_filtering.patch;patch=1 \ file://mount.blacklist \ " +TARGET_CC_ARCH += "${LDFLAGS}" require udev.inc