libusb 0.1.10a: add -native
authorMichael Lauer <mickey@vanille-media.de>
Sat, 13 May 2006 20:07:35 +0000 (20:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 13 May 2006 20:07:35 +0000 (20:07 +0000)
packages/libusb/libusb-native_0.1.10a.bb [new file with mode: 0644]
packages/libusb/libusb_0.1.10a.bb

diff --git a/packages/libusb/libusb-native_0.1.10a.bb b/packages/libusb/libusb-native_0.1.10a.bb
new file mode 100644 (file)
index 0000000..a76768c
--- /dev/null
@@ -0,0 +1,4 @@
+require libusb_${PV}.bb
+inherit native
+
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libusb-0.1.10a"
index 298eb5e..b2c3e80 100644 (file)
@@ -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