[oe-commits] Klaus Kurzmann : udev_151: path fix in udev-rules-nokia-n900-hacks. rules and bump PR

git version control git at git.openembedded.org
Fri Oct 29 16:24:52 UTC 2010


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Fri Oct 29 18:20:14 2010 +0200

udev_151: path fix in udev-rules-nokia-n900-hacks.rules and bump PR

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 .../nokia900/udev-rules-nokia-n900-hacks.rules     |    2 +-
 recipes/udev/udev_151.bb                           |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/udev/files/nokia900/udev-rules-nokia-n900-hacks.rules b/recipes/udev/files/nokia900/udev-rules-nokia-n900-hacks.rules
index 8c19e65..fa2ddb8 100644
--- a/recipes/udev/files/nokia900/udev-rules-nokia-n900-hacks.rules
+++ b/recipes/udev/files/nokia900/udev-rules-nokia-n900-hacks.rules
@@ -1,6 +1,6 @@
 # MAC address hack
 # forces n900 to always use the same MAC address that is generated in the first boot
-SUBSYSTEM=="net",KERNEL=="wlan0", RUN+="/lib/udev/nokia-n900-mac-hack.sh %k $attr{address}"
+SUBSYSTEM=="net",KERNEL=="wlan0", RUN+="/etc/udev/scripts/nokia-n900-mac-hack.sh %k $attr{address}"
 
 # Create inputdev symlinks for kbslider contextkit plugin
 SUBSYSTEM=="input" ATTRS{name}=="TWL4030 Keypad" SYMLINK+="input/keypad"
diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb
index 4796957..ac14b56 100644
--- a/recipes/udev/udev_151.bb
+++ b/recipes/udev/udev_151.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "udev is a daemon which dynamically creates and removes device nod
 the hotplug package and requires a kernel not older than 2.6.12."
 LICENSE = "GPLv2+"
 
-PR = "r20"
+PR = "r21"
 
 # Untested
 DEFAULT_PREFERENCE = "-1"





More information about the Openembedded-commits mailing list