[oe-commits] Denis 'GNUtoo' Carikli : Revert "initscripts 1.0 : change it to MACHINE_ARCH and bump PR"

git version control git at git.openembedded.org
Thu May 13 19:50:01 UTC 2010


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Thu May 13 21:43:09 2010 +0200

Revert "initscripts 1.0 : change it to MACHINE_ARCH and bump PR"

This reverts commit 0e617baf2916269bbe02cb7b2d4eb20161c86547.

This commit broke initscripts is in practically all images

Thanks a lot Koen for notifying it to me.

---

 recipes/initscripts/initscripts_1.0.bb |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/recipes/initscripts/initscripts_1.0.bb b/recipes/initscripts/initscripts_1.0.bb
index e050966..588375d 100644
--- a/recipes/initscripts/initscripts_1.0.bb
+++ b/recipes/initscripts/initscripts_1.0.bb
@@ -4,7 +4,7 @@ PRIORITY = "required"
 DEPENDS = "makedevs"
 RDEPENDS = "makedevs"
 LICENSE = "GPL"
-PR = "r119"
+PR = "r120"
 
 SRC_URI = "file://functions \
            file://halt \
@@ -39,8 +39,6 @@ CONFFILES_${PN} += "${sysconfdir}/device_table"
 
 KERNEL_VERSION = ""
 
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
 do_install () {
 #
 # Create directories and install device independent scripts





More information about the Openembedded-commits mailing list