usbutils: avoid dependency on bash
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 26 Jul 2012 10:51:28 +0000 (11:51 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2012 17:53:04 +0000 (18:53 +0100)
commite40a6829ed59cdd56cffd5b8c70898b5da613622
treeeadd5058085d5bf3f607718291ac1a5dc1966d41
parent893fa219afb110e02f9f4f172e0b36b53d9c0145
usbutils: avoid dependency on bash

By virtue of having #!/bin/bash, the usb-devices script declared that it
requires bash, however manual examination, checkbashisms and tests with
dash and busybox show that it doesn't contain any bashisms, so change
the script's header and remove the RDEPENDS on bash.

Additionally, update-usbids.sh was manually checked for bashisms, run
through checkbashisms and tested with busybox (although it did not have
a bash-specific header).

(From OE-Core rev: 651b223c5fc93c7504e304e954b9ae4640ed47c6)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/usbutils/usbutils/usb-devices-avoid-dependency-on-bash.patch [new file with mode: 0644]
meta/recipes-bsp/usbutils/usbutils_0.91.bb