linux-dummy: set INHIBIT_DEFAULT_DEPS

It doesn't need them.

(From OE-Core rev: dc7036e8bcddb1d29739ebd4c75b150283a10ec0)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2016-05-09 02:32:33 -07:00 committed by Richard Purdie
parent d3a2da45b6
commit 711185d82c
1 changed files with 2 additions and 0 deletions

View 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"