[OE-core] [PATCH 2/6] btrfs-tools: remove udev from DEPENDS

Burton, Ross ross.burton at intel.com
Fri Feb 17 15:14:59 UTC 2017


On 15 February 2017 at 06:25, Robert Yang <liezhi.yang at windriver.com> wrote:

> The log said that udev was added to DEPENDS because btrfs-tools installs
> a udev rule, this was incorrect, and it caused a side effect:
>
> $ 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]
>

Are you sure?  The configure.ac does this:

UDEVDIR=
if pkg-config udev --atleast-version 190; then
        UDEVDIR="$(pkg-config udev --variable=udevdir)"
fi
AC_SUBST(UDEVDIR)

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20170217/b0fde53f/attachment-0002.html>


More information about the Openembedded-core mailing list