diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-05-13 21:43:09 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-05-13 21:48:17 +0200 |
commit | 16259465102529c7a0615e1797066e27348f1956 (patch) | |
tree | c83a046067ad71ee9a9c03ffffd5c8058c89a6ca /recipes/initscripts | |
parent | f01994c18e53710214304951d525504097c9df76 (diff) |
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.
Diffstat (limited to 'recipes/initscripts')
-rw-r--r-- | 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 e05096629d..588375d1b7 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 |