From patchwork Thu Feb 17 22:11:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: udev_151/162/165.bb: add missing PACKAGE_ARCH for nokia900 Date: Thu, 17 Feb 2011 22:11:51 -0000 From: Klaus Kurzmann X-Patchwork-Id: 673 Message-Id: <201102172311.51801.mok@mnet-online.de> To: openembedded-devel@lists.openembedded.org From: Klaus Kurzmann Signed-off-by: Klaus Kurzmann --- 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(-) 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 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