[oe-commits] [openembedded-core] 05/16: linux-dummy: set INHIBIT_DEFAULT_DEPS

git at git.openembedded.org git at git.openembedded.org
Fri May 20 09:21:37 UTC 2016


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

commit dc7036e8bcddb1d29739ebd4c75b150283a10ec0
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