[oe-commits] Denis 'Gnutoo' Carikli : udev 118 : fix GNU hash

git version control git at git.openembedded.org
Sat Jul 11 17:20:23 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a0c04025a9f6cc94ed47db39bf20897b4f01644e
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a0c04025a9f6cc94ed47db39bf20897b4f01644e

Author: Denis 'Gnutoo' Carikli <GNUtoo at no-log.org>
Date:   Sat Jul 11 19:08:40 2009 +0200

udev 118 : fix GNU hash
fixed adding that to the recipe:
TARGET_CC_ARCH += "${LDFLAGS}"

---

 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 7fcd4c5..b704349 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
 





More information about the Openembedded-commits mailing list