diff options
-rw-r--r-- | packages/libusb/libusb-native_0.1.10a.bb | 4 | ||||
-rw-r--r-- | packages/libusb/libusb_0.1.10a.bb | 3 |
2 files changed, 6 insertions, 1 deletions
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 |