[OE-core] [PATCH 6/8] usbutils: Add RDEPENDS on bash

Koen Kooi koen at dominion.thruhere.net
Fri Jul 8 07:28:05 UTC 2011


iirc only the ids package depends on bash, and only to check for wget. Fixing the update script would be better

Op 8 jul. 2011 om 00:31 heeft Saul Wold <sgw at linux.intel.com> het volgende geschreven:

> [YOCTO #1214]
> 
> Signed-off-by: Saul Wold <sgw at linux.intel.com>
> ---
> meta/recipes-bsp/usbutils/usbutils_0.91.bb |    5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/meta/recipes-bsp/usbutils/usbutils_0.91.bb b/meta/recipes-bsp/usbutils/usbutils_0.91.bb
> index 5d605c5..c5420d0 100644
> --- a/meta/recipes-bsp/usbutils/usbutils_0.91.bb
> +++ b/meta/recipes-bsp/usbutils/usbutils_0.91.bb
> @@ -7,8 +7,7 @@ LICENSE = "GPLv2+"
> LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> 
> DEPENDS = "libusb zlib"
> -RDEPENDS_${PN} = "${PN}-ids"
> -PR = "r1"
> +PR = "r2"
> 
> SRC_URI = "${KERNELORG_MIRROR}/linux/utils/usb/usbutils/usbutils-${PV}.tar.gz"
> 
> @@ -26,3 +25,5 @@ do_install_append() {
> PACKAGES += "${PN}-ids"
> FILES_${PN} += "${datadir}/pkgconfig"
> FILES_${PN}-ids = "${datadir}/usb*"
> +
> +RDEPENDS_${PN} = "${PN}-ids bash"
> -- 
> 1.7.3.4
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core




More information about the Openembedded-core mailing list