udev_151/162/165.bb: add missing PACKAGE_ARCH for nokia900
authorKlaus Kurzmann <mok@fluxnetz.de>
Fri, 18 Feb 2011 06:08:23 +0000 (06:08 +0000)
committerTom Rini <tom_rini@mentor.com>
Fri, 18 Feb 2011 20:05:52 +0000 (13:05 -0700)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/udev/udev_151.bb
recipes/udev/udev_162.bb
recipes/udev/udev_165.bb

index 393fcc7..d31d99a 100644 (file)
@@ -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
 
index 8f23f08..2991b28 100644 (file)
@@ -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
 
index 1f57a46..63e62f1 100644 (file)
@@ -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