]> code.ossystems Code Review - openembedded-core.git/commit
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:52:00 +0000 (18:52 +0100)
commit651b223c5fc93c7504e304e954b9ae4640ed47c6
tree27bc1c4dffa072678b2801aadece164e5bc5d76f
parentecdf7874470cff24cb23b7fd2723096b15aead31
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).

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