diff options
author | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-07-11 19:08:40 +0200 |
---|---|---|
committer | Denis 'Gnutoo' Carikli <GNUtoo@no-log.org> | 2009-07-11 19:08:40 +0200 |
commit | a0c04025a9f6cc94ed47db39bf20897b4f01644e (patch) | |
tree | 67f453571749c5d648205d4f4b78b51687d60135 /recipes | |
parent | 5e910c56c38255f8d9745d1901e7faa97f918648 (diff) |
udev 118 : fix GNU hash
fixed adding that to the recipe:
TARGET_CC_ARCH += "${LDFLAGS}"
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/udev/udev_118.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |