From patchwork Wed Jan 11 20:21:59 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: libusb1: Depend on libxml2 Date: Wed, 11 Jan 2012 20:21:59 -0000 From: Florian Boor X-Patchwork-Id: 19097 Message-Id: <1326313319-4579-1-git-send-email-florian.boor@kernelconcepts.de> To: openembedded-devel@lists.openembedded.org Cc: Florian Boor From: Florian Boor Without libxml2 we get an error like this: + cp -r $TMPDIR/sysroots/netbookpro/usr/share/aclocal/. $TMPDIR/work/armv5te-oe-linux-gnueabi/libusb1-1.0.8-r2/libusb-1.0.8/aclocal-copy/ cp: cannot stat `$TMPDIR/sysroots/netbookpro/usr/share/aclocal/./libxml.m4': No such file or directory Signed-off-by: Florian Boor --- meta/recipes-support/libusb/libusb1_1.0.8.bb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-support/libusb/libusb1_1.0.8.bb b/meta/recipes-support/libusb/libusb1_1.0.8.bb index 8873de7..9af24b4 100644 --- a/meta/recipes-support/libusb/libusb1_1.0.8.bb +++ b/meta/recipes-support/libusb/libusb1_1.0.8.bb @@ -2,6 +2,7 @@ DESCRIPTION = "Userspace library to access USB (version 1.0)" HOMEPAGE = "http://libusb.sf.net" BUGTRACKER = "http://www.libusb.org/report" SECTION = "libs" +DEPENDS = "libxml2" LICENSE = "LGPLv2.1+" LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"