[oe-commits] [openembedded-core] 03/27: linux-dummy: set INHIBIT_DEFAULT_DEPS

git at git.openembedded.org git at git.openembedded.org
Thu May 19 22:55:45 UTC 2016


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

commit 474ef1b160184336fa02232ec5fe481f7a1fe405
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Mon May 9 02:32:33 2016 -0700

    linux-dummy: set INHIBIT_DEFAULT_DEPS
    
    It doesn't need them.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/linux/linux-dummy.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-kernel/linux/linux-dummy.bb b/meta/recipes-kernel/linux/linux-dummy.bb
index cc0e4e6..994ac74 100644
--- a/meta/recipes-kernel/linux/linux-dummy.bb
+++ b/meta/recipes-kernel/linux/linux-dummy.bb
@@ -18,6 +18,8 @@ FILES_kernel-modules = ""
 ALLOW_EMPTY_kernel-modules = "1"
 DESCRIPTION_kernel-modules = "Kernel modules meta package"
 
+INHIBIT_DEFAULT_DEPS = "1"
+
 #COMPATIBLE_MACHINE = "your_machine"
 
 PR = "r1"

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


More information about the Openembedded-commits mailing list