[oe] [PATCH] udev_151/162/165.bb: add missing PACKAGE_ARCH for nokia900
mok at mnet-online.de
mok at mnet-online.de
Thu Feb 17 22:08:23 UTC 2011
From: Klaus Kurzmann <mok at fluxnetz.de>
Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>
---
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
--
1.7.4.1
More information about the Openembedded-devel
mailing list