[oe-commits] Klaus Kurzmann : udev_162.bb: actually install rules for nokia900 and bump PR

git version control git at git.openembedded.org
Sun Dec 12 17:44:13 UTC 2010


Module: openembedded.git
Branch: master
Commit: 0f63dd10211a1198e9913499f0f675b6b5ca7af9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0f63dd10211a1198e9913499f0f675b6b5ca7af9

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sun Dec 12 18:40:46 2010 +0100

udev_162.bb: actually install rules for nokia900 and bump PR

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

---

 recipes/udev/udev_162.bb |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/recipes/udev/udev_162.bb b/recipes/udev/udev_162.bb
index fc146e3..d2bb880 100644
--- a/recipes/udev/udev_162.bb
+++ b/recipes/udev/udev_162.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 = "r6"
+PR = "r7"
 
 # Untested
 #DEFAULT_PREFERENCE = "-1"
@@ -154,6 +154,14 @@ do_install_append_bug() {
 	install -m 0644 ${WORKDIR}/bmi_eventpipe.sh ${D}${sysconfdir}/udev/scripts/bmi_eventpipe.sh
 }
 
+do_install_append_nokia900() {
+	install -m 0644 ${WORKDIR}/10-cmt_speech.rules ${D}${sysconfdir}/udev/rules.d/10-cmt_speech.rules
+	install -m 0644 ${WORKDIR}/70-persistent-net.rules ${D}${sysconfdir}/udev/rules.d/70-persistent-net.rules
+	install -m 0644 ${WORKDIR}/udev-rules-nokia-n900-hacks.rules ${D}${sysconfdir}/udev/rules.d/udev-rules-nokia-n900-hacks.rules
+	install -m 0644 ${WORKDIR}/udev-rules-nokia-n900-snd.rules ${D}${sysconfdir}/udev/rules.d/udev-rules-nokia-n900-snd.rules
+	install -m 0755 ${WORKDIR}/nokia-n900-mac-hack.sh ${D}${sysconfdir}/udev/scripts/nokia-n900-mac-hack.sh
+}
+
 # Create the cache after checkroot has run
 pkg_postinst_udev_append() {
 	if test "x$D" != "x"; then





More information about the Openembedded-commits mailing list