diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 17:44:04 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 17:44:04 -0400 |
commit | df63fa123c0da7cdfa35c4c935667bf767e8b892 (patch) | |
tree | 20c54921a737715be6b66f7acb19a9e71c52cdd2 /recipes/usbutils/usbutils_0.86.bb | |
parent | 8932bf6b359b93e17e22b91be7052efabee0f307 (diff) |
usbutils: update LICENSE to more specific GPLv2
Diffstat (limited to 'recipes/usbutils/usbutils_0.86.bb')
-rw-r--r-- | recipes/usbutils/usbutils_0.86.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/usbutils/usbutils_0.86.bb b/recipes/usbutils/usbutils_0.86.bb index 436331dd5a..bcbb2671bf 100644 --- a/recipes/usbutils/usbutils_0.86.bb +++ b/recipes/usbutils/usbutils_0.86.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Host side USB console utilities." SECTION = "base" DEPENDS += "virtual/libusb0" -LICENSE = "GPL" +LICENSE = "GPLv2" PRIORITY = "optional" SRC_URI = "${SOURCEFORGE_MIRROR}/linux-usb/usbutils-${PV}.tar.gz \ |