diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-09-21 20:47:01 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-22 05:06:40 +0100 |
commit | 79cd09017693e0fd1634ea9748c797fcec4dac14 (patch) | |
tree | 57f204e9c0c7fdbf7ec808c1677c11a94fd255ad /meta/recipes-bsp/usbutils | |
parent | 95e73d81554969ca4f0af43773343e1fbceda999 (diff) | |
download | openembedded-core-79cd09017693e0fd1634ea9748c797fcec4dac14.tar.gz openembedded-core-79cd09017693e0fd1634ea9748c797fcec4dac14.tar.bz2 openembedded-core-79cd09017693e0fd1634ea9748c797fcec4dac14.zip |
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.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/usbutils')
-rw-r--r-- | meta/recipes-bsp/usbutils/usbutils_0.91.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb b/meta/recipes-bsp/usbutils/usbutils_0.91.bb index c5420d0f0a..490b05a807 100644 --- a/meta/recipes-bsp/usbutils/usbutils_0.91.bb +++ b/meta/recipes-bsp/usbutils/usbutils_0.91.bb @@ -7,7 +7,7 @@ LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" DEPENDS = "libusb zlib" -PR = "r2" +PR = "r3" SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz" @@ -23,7 +23,7 @@ do_install_append() { } PACKAGES += "${PN}-ids" -FILES_${PN} += "${datadir}/pkgconfig" +FILES_${PN}-dev += "${datadir}/pkgconfig" FILES_${PN}-ids = "${datadir}/usb*" RDEPENDS_${PN} = "${PN}-ids bash" |