diff options
author | Koen Kooi <koen@openembedded.org> | 2009-03-31 17:38:50 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-03-31 17:38:50 +0200 |
commit | b48e4e380f359631131bebace6e768ebfdefcfd8 (patch) | |
tree | 0a59183a953c2e0ac2b7457b9e3c4acb04f843c7 /recipes/initscripts/initscripts_1.0.bb | |
parent | 012773361debc156769494e1672ea81fb4617f27 (diff) |
initscripts: set alignment to 0 for armv7a
* the previous change was meant to do that, but depended on kernel config
* runtime tested on beagleboard, omap3evm and omapzoom
Diffstat (limited to 'recipes/initscripts/initscripts_1.0.bb')
-rw-r--r-- | recipes/initscripts/initscripts_1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/initscripts/initscripts_1.0.bb b/recipes/initscripts/initscripts_1.0.bb index b497576036..556fbe46b7 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 = "r112" +PR = "r113" SRC_URI = "file://functions \ file://halt \ |