mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
btrfs-tools: only target requires udev
The native doesn't have to depend on udev, fixed: $ bitbake btrfs-tools-native ERROR: Nothing PROVIDES 'udev-native' (but virtual:native:btrfs-tools_4.8.5.bb DEPENDS on or otherwise requires it). Close matches: [snip] (From OE-Core rev: 48e0174aaf7201cb0ee0b15381638213171fa208) 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:
committed by
Richard Purdie
parent
39144a5a19
commit
84b03847da
@@ -10,7 +10,8 @@ HOMEPAGE = "https://btrfs.wiki.kernel.org"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
|
||||
SECTION = "base"
|
||||
DEPENDS = "util-linux attr e2fsprogs lzo acl udev"
|
||||
DEPENDS = "util-linux attr e2fsprogs lzo acl"
|
||||
DEPENDS_append_class-target = " udev"
|
||||
RDEPENDS_${PN} = "libgcc"
|
||||
|
||||
SRCREV = "144a19145e248513c7a676defad59836830535c6"
|
||||
|
||||
Reference in New Issue
Block a user