From: Klaus Kurzmann Date: Fri, 18 Feb 2011 06:08:23 +0000 (+0000) Subject: udev_151/162/165.bb: add missing PACKAGE_ARCH for nokia900 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02ed1292b68a8d4855c4898a71968d12cb1e56ef;p=openembedded.git udev_151/162/165.bb: add missing PACKAGE_ARCH for nokia900 Signed-off-by: Klaus Kurzmann Signed-off-by: Tom Rini --- diff --git a/recipes/udev/udev_151.bb b/recipes/udev/udev_151.bb index 393fcc7c9a..d31d99a11f 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 8f23f08cf2..2991b2863e 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 1f57a46459..63e62f1b20 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