]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
linux-dummy: set INHIBIT_DEFAULT_DEPS rbt/dummy
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 9 May 2016 09:29:58 +0000 (02:29 -0700)
committerRobert Yang <liezhi.yang@windriver.com>
Mon, 9 May 2016 09:30:59 +0000 (02:30 -0700)
It doesn't need them.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-kernel/linux/linux-dummy.bb

index cc0e4e64a9c13b0e9085fb33307153351516a966..994ac7459f99f04e596c5394de49a779e5ee6622 100644 (file)
@@ -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"