From d3fd866376880d9cd39d3a32a9ef533e7c186111 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Sat, 13 May 2006 20:07:35 +0000 Subject: libusb 0.1.10a: add -native --- packages/libusb/libusb-native_0.1.10a.bb | 4 ++++ packages/libusb/libusb_0.1.10a.bb | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 packages/libusb/libusb-native_0.1.10a.bb (limited to 'packages/libusb') 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 -- cgit v1.2.3