[oe-commits] [openembedded-core] 03/15: initramfs-framework: Change recipe to be allarch

git at git.openembedded.org git at git.openembedded.org
Sun Aug 27 08:37:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1eefd86eb77f57edc1b0e969c204204f0a693f65
Author: Otavio Salvador <otavio at ossystems.com.br>
AuthorDate: Sat Aug 26 20:05:37 2017 -0300

    initramfs-framework: Change recipe to be allarch
    
    There is no COMPATIBLE_HOST in the recipe neither it makes sense for
    this to be machine specific.
    
    Possibly, initramfs-framework's based modules may be machine specific
    but if there is the case they can just RDEPENDS on
    initramfs-framework-base and provide the specific module as another
    recipe.
    
    Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
index 9d69a69..94bf175 100644
--- a/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-framework_1.0.bb
@@ -3,12 +3,10 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 RDEPENDS_${PN} += "${VIRTUAL-RUNTIME_base-utils}"
 
-PR = "r2"
+PR = "r3"
+
+inherit allarch
 
-# While the packages maybe an allarch due to it being a
-# simple script, reality is that it is Host specific based
-# on the COMPATIBLE_HOST below, which needs to take precedence
-#inherit allarch
 INHIBIT_DEFAULT_DEPS = "1"
 
 SRC_URI = "file://init \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list