mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
libusb-compat: clean up FILE after PACKAGE reorder
(From OE-Core rev: ad91a65434abc259045a0f517f934e720b2b3cdd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4d881e99ef
commit
c96179ecc7
@@ -16,7 +16,7 @@ PROVIDES = "libusb virtual/libusb0"
|
|||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|
||||||
PE = "1"
|
PE = "1"
|
||||||
PR = "r5"
|
PR = "r6"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-${PV}.tar.bz2 \
|
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-${PV}.tar.bz2 \
|
||||||
file://0.1.0-beta1-gcc3.4-fix.patch"
|
file://0.1.0-beta1-gcc3.4-fix.patch"
|
||||||
@@ -34,5 +34,3 @@ do_install_append() {
|
|||||||
mv ${D}${base_libdir}/pkgconfig ${D}${libdir}
|
mv ${D}${base_libdir}/pkgconfig ${D}${libdir}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN}-dev += "${base_libdir}/*.so ${base_libdir}/*.la"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user