diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libusb/libusb-compat_0.1.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb b/meta/recipes-support/libusb/libusb-compat_0.1.3.bb index 1595a2994e..43da5af300 100644 --- a/meta/recipes-support/libusb/libusb-compat_0.1.3.bb +++ b/meta/recipes-support/libusb/libusb-compat_0.1.3.bb | |||
@@ -15,7 +15,7 @@ DEPENDS = "libusb1" | |||
15 | PROVIDES = "libusb" | 15 | PROVIDES = "libusb" |
16 | 16 | ||
17 | PE = "1" | 17 | PE = "1" |
18 | PR = "r3" | 18 | PR = "r4" |
19 | 19 | ||
20 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-${PV}.tar.bz2 \ | 20 | SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-${PV}.tar.bz2 \ |
21 | file://0.1.0-beta1-gcc3.4-fix.patch" | 21 | file://0.1.0-beta1-gcc3.4-fix.patch" |
@@ -34,4 +34,4 @@ do_install_append() { | |||
34 | fi | 34 | fi |
35 | } | 35 | } |
36 | 36 | ||
37 | FILES_${PN}-dev += "${base_libdir}/*.so" | 37 | FILES_${PN}-dev += "${base_libdir}/*.so ${base_libdir}/*.la" |