From: Michael Lauer Date: Sat, 13 May 2006 20:07:35 +0000 (+0000) Subject: libusb 0.1.10a: add -native X-Git-Tag: Release-2010-05/1~9453^2~1707 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3fd866376880d9cd39d3a32a9ef533e7c186111;p=openembedded.git libusb 0.1.10a: add -native --- diff --git a/packages/libusb/libusb-native_0.1.10a.bb b/packages/libusb/libusb-native_0.1.10a.bb new file mode 100644 index 0000000000..a76768c3b6 --- /dev/null +++ b/packages/libusb/libusb-native_0.1.10a.bb @@ -0,0 +1,4 @@ +require libusb_${PV}.bb +inherit native + +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libusb-0.1.10a" diff --git a/packages/libusb/libusb_0.1.10a.bb b/packages/libusb/libusb_0.1.10a.bb index 298eb5ee7f..b2c3e80979 100644 --- a/packages/libusb/libusb_0.1.10a.bb +++ b/packages/libusb/libusb_0.1.10a.bb @@ -5,7 +5,8 @@ LICENSE = "LGPL" PR = "r5" SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.gz \ - file://debian-changes.patch;patch=1" + file://debian-changes.patch;patch=1" +S = "${WORKDIR}/libusb-${PV}" inherit autotools pkgconfig