[oe-commits] [openembedded-core] 43/86: meta-ide-support: inherit nopackages

git at git.openembedded.org git at git.openembedded.org
Tue Aug 30 16:18:50 UTC 2016


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

commit 8fb337bf3ac14e0a5a7e5ba2459b9368de79203c
Author: Jackie Huang <jackie.huang at windriver.com>
AuthorDate: Tue Aug 30 17:03:22 2016 +0800

    meta-ide-support: inherit nopackages
    
    The recipe is to generate an environment script in
    do_populate_ide_support for using an IDE and it
    doesn't generate packages at all, so inherit nopackages
    
    Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/meta/meta-ide-support.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/meta/meta-ide-support.bb b/meta/recipes-core/meta/meta-ide-support.bb
index 86c57cd..c4ddcfc 100644
--- a/meta/recipes-core/meta/meta-ide-support.bb
+++ b/meta/recipes-core/meta/meta-ide-support.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d
 DEPENDS = "virtual/libc gdb-cross-${TARGET_ARCH} qemu-native qemu-helper-native unfs3-native"
 PR = "r3"
 
-inherit meta toolchain-scripts
+inherit meta toolchain-scripts nopackages
 
 do_populate_ide_support () {
   toolchain_create_tree_env_script

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


More information about the Openembedded-commits mailing list