[oe-commits] Klaus Kurzmann : udev_151/162/165.bb: add missing PACKAGE_ARCH for nokia900

git version control git at git.openembedded.org
Fri Feb 18 20:06:26 UTC 2011


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

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Fri Feb 18 06:08:23 2011 +0000

udev_151/162/165.bb: add missing PACKAGE_ARCH for nokia900

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/udev/udev_151.bb |    5 +++--
 recipes/udev/udev_162.bb |    5 +++--
 recipes/udev/udev_165.bb |    5 +++--
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb
index 393fcc7..d31d99a 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 = "r24"
+PR = "r25"
 
 # Untested
 DEFAULT_PREFERENCE = "-1"
@@ -40,6 +40,7 @@ SRC_URI_append_bug = " \
        file://30-BUG.rules \
        file://10-mx31.rules \
        file://bmi_eventpipe.sh "
+PACKAGE_ARCH_bug = "bug"
 
 SRC_URI_append_nokia900 = " \
        file://10-cmt_speech.rules \
@@ -48,8 +49,8 @@ SRC_URI_append_nokia900 = " \
        file://udev-rules-nokia-n900-snd.rules \
        file://nokia-n900-mac-hack.sh \
 "
+PACKAGE_ARCH_nokia900 = "nokia900"
 
-PACKAGE_ARCH_bug = "bug"
 
 inherit update-rc.d autotools
 
diff --git a/recipes/udev/udev_162.bb b/recipes/udev/udev_162.bb
index 8f23f08..2991b28 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 = "r11"
+PR = "r12"
 
 # Untested
 #DEFAULT_PREFERENCE = "-1"
@@ -41,6 +41,7 @@ SRC_URI_append_bug = " \
        file://30-BUG.rules \
        file://10-mx31.rules \
        file://bmi_eventpipe.sh "
+PACKAGE_ARCH_bug = "bug"
 
 SRC_URI_append_nokia900 = " \
        file://10-cmt_speech.rules \
@@ -49,8 +50,8 @@ SRC_URI_append_nokia900 = " \
        file://udev-rules-nokia-n900-snd.rules \
        file://nokia-n900-mac-hack.sh \
 "
+PACKAGE_ARCH_nokia900 = "nokia900"
 
-PACKAGE_ARCH_bug = "bug"
 
 inherit update-rc.d autotools
 
diff --git a/recipes/udev/udev_165.bb b/recipes/udev/udev_165.bb
index 1f57a46..63e62f1 100644
--- a/recipes/udev/udev_165.bb
+++ b/recipes/udev/udev_165.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 = "r2"
+PR = "r3"
 
 # Untested
 DEFAULT_PREFERENCE = "-1"
@@ -42,6 +42,7 @@ SRC_URI_append_bug = " \
        file://30-BUG.rules \
        file://10-mx31.rules \
        file://bmi_eventpipe.sh "
+PACKAGE_ARCH_bug = "bug"
 
 SRC_URI_append_nokia900 = " \
        file://10-cmt_speech.rules \
@@ -50,8 +51,8 @@ SRC_URI_append_nokia900 = " \
        file://udev-rules-nokia-n900-snd.rules \
        file://nokia-n900-mac-hack.sh \
 "
+PACKAGE_ARCH_nokia900 = "nokia900"
 
-PACKAGE_ARCH_bug = "bug"
 
 inherit update-rc.d autotools
 





More information about the Openembedded-commits mailing list