diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-02-08 19:30:30 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-23 12:49:51 -0800 |
commit | 84b03847daa3f8a4216dda35805c59a12bee7466 (patch) | |
tree | 55a4b1775b16269341e5673e472acf9f8a51a845 /meta/recipes-devtools | |
parent | 39144a5a196b12d9259beea51ffb3174caf3a3ec (diff) | |
download | poky-84b03847daa3f8a4216dda35805c59a12bee7466.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.5.bb b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.5.bb index 04e1e6195c..8ce470df1b 100644 --- a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.5.bb +++ b/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.8.5.bb | |||
@@ -10,7 +10,8 @@ HOMEPAGE = "https://btrfs.wiki.kernel.org" | |||
10 | LICENSE = "GPLv2" | 10 | LICENSE = "GPLv2" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" |
12 | SECTION = "base" | 12 | SECTION = "base" |
13 | DEPENDS = "util-linux attr e2fsprogs lzo acl udev" | 13 | DEPENDS = "util-linux attr e2fsprogs lzo acl" |
14 | DEPENDS_append_class-target = " udev" | ||
14 | RDEPENDS_${PN} = "libgcc" | 15 | RDEPENDS_${PN} = "libgcc" |
15 | 16 | ||
16 | SRCREV = "144a19145e248513c7a676defad59836830535c6" | 17 | SRCREV = "144a19145e248513c7a676defad59836830535c6" |