mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
usbutils: Move the pkgconfig file(s) to the -dev package
pkgconfig files belong in the -dev package. They automatically add a runtime dependency (when packaging with RPM) for "pkgconfig", which is not desired to be installed with this package. (From OE-Core rev: 79cd09017693e0fd1634ea9748c797fcec4dac14) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a5313695cc
commit
7f59cbceb4
@@ -7,7 +7,7 @@ LICENSE = "GPLv2+"
|
|||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||||
|
|
||||||
DEPENDS = "libusb zlib"
|
DEPENDS = "libusb zlib"
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz"
|
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz"
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ do_install_append() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES += "${PN}-ids"
|
PACKAGES += "${PN}-ids"
|
||||||
FILES_${PN} += "${datadir}/pkgconfig"
|
FILES_${PN}-dev += "${datadir}/pkgconfig"
|
||||||
FILES_${PN}-ids = "${datadir}/usb*"
|
FILES_${PN}-ids = "${datadir}/usb*"
|
||||||
|
|
||||||
RDEPENDS_${PN} = "${PN}-ids bash"
|
RDEPENDS_${PN} = "${PN}-ids bash"
|
||||||
|
|||||||
Reference in New Issue
Block a user