mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 09:15:48 +00:00
libusb-compat: Address unpackaged files warning
WARNING: For recipe libusb-compat, the following files/directories were installed but not shipped in any package: WARNING: /lib/libusb.la (From OE-Core rev: 019747e5fe834092731cdb2987d9c6e1f7fd1cc1) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
b899244305
commit
bd7f819b1f
@ -15,7 +15,7 @@ DEPENDS = "libusb1"
|
||||
PROVIDES = "libusb"
|
||||
|
||||
PE = "1"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-compat-${PV}.tar.bz2 \
|
||||
file://0.1.0-beta1-gcc3.4-fix.patch"
|
||||
@ -34,4 +34,4 @@ do_install_append() {
|
||||
fi
|
||||
}
|
||||
|
||||
FILES_${PN}-dev += "${base_libdir}/*.so"
|
||||
FILES_${PN}-dev += "${base_libdir}/*.so ${base_libdir}/*.la"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user