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:58 +0100 |
commit | 7f59cbceb429269ebd77d3e3c40df1dd9e7b1c65 (patch) | |
tree | 402ca8c719722f689cecf4f0e21e8d952414dc54 /meta | |
parent | a5313695ccdc943c1f6a75b3510758e088d13936 (diff) | |
download | poky-7f59cbceb429269ebd77d3e3c40df1dd9e7b1c65.tar.gz |
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>
Diffstat (limited to 'meta')
-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+" | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
8 | 8 | ||
9 | DEPENDS = "libusb zlib" | 9 | DEPENDS = "libusb zlib" |
10 | PR = "r2" | 10 | PR = "r3" |
11 | 11 | ||
12 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz" | 12 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz" |
13 | 13 | ||
@@ -23,7 +23,7 @@ do_install_append() { | |||
23 | } | 23 | } |
24 | 24 | ||
25 | PACKAGES += "${PN}-ids" | 25 | PACKAGES += "${PN}-ids" |
26 | FILES_${PN} += "${datadir}/pkgconfig" | 26 | FILES_${PN}-dev += "${datadir}/pkgconfig" |
27 | FILES_${PN}-ids = "${datadir}/usb*" | 27 | FILES_${PN}-ids = "${datadir}/usb*" |
28 | 28 | ||
29 | RDEPENDS_${PN} = "${PN}-ids bash" | 29 | RDEPENDS_${PN} = "${PN}-ids bash" |