git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e910c5
)
udev 118 : fix GNU hash
author
Denis 'Gnutoo' Carikli
<GNUtoo@no-log.org>
Sat, 11 Jul 2009 17:08:40 +0000
(19:08 +0200)
committer
Denis 'Gnutoo' Carikli
<GNUtoo@no-log.org>
Sat, 11 Jul 2009 17:08:40 +0000
(19:08 +0200)
fixed adding that to the recipe:
TARGET_CC_ARCH += "${LDFLAGS}"
recipes/udev/udev_118.bb
patch
|
blob
|
history
diff --git
a/recipes/udev/udev_118.bb
b/recipes/udev/udev_118.bb
index
7fcd4c5
..
b704349
100644
(file)
--- 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