diff options
author | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 17:31:43 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denis@denix.org> | 2010-03-15 17:31:43 -0400 |
commit | 10ef228567ab4846af74cf3e93cd180dee0ed56c (patch) | |
tree | 637eb38f04cf0dedd4c365dcc2b5201100f5f192 /recipes/libusb | |
parent | d9bc52274d3c9f0a7bfd9ae735f96de0b8cc3d9f (diff) |
libusb: update LICENSE to more specific LGPLv2.1
Diffstat (limited to 'recipes/libusb')
-rw-r--r-- | recipes/libusb/libusb-compat_0.1.2.bb | 2 | ||||
-rw-r--r-- | recipes/libusb/libusb-compat_0.1.3.bb | 2 | ||||
-rw-r--r-- | recipes/libusb/libusb1_1.0.2.bb | 2 | ||||
-rw-r--r-- | recipes/libusb/libusb1_1.0.4.bb | 2 | ||||
-rw-r--r-- | recipes/libusb/libusb_0.1.12.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes/libusb/libusb-compat_0.1.2.bb b/recipes/libusb/libusb-compat_0.1.2.bb index 8ce111f2d8..6de1d482ff 100644 --- a/recipes/libusb/libusb-compat_0.1.2.bb +++ b/recipes/libusb/libusb-compat_0.1.2.bb @@ -1,7 +1,7 @@ DESCRIPTION = "libusb-0 compatibility library using libusb-1" HOMEPAGE = "http://libusb.sf.net" SECTION = "libs" -LICENSE = "LGPL" +LICENSE = "LGPLv2.1" PROVIDES = "virtual/libusb0" PE = "1" PR = "r0" diff --git a/recipes/libusb/libusb-compat_0.1.3.bb b/recipes/libusb/libusb-compat_0.1.3.bb index 25aaa0597e..85a5561685 100644 --- a/recipes/libusb/libusb-compat_0.1.3.bb +++ b/recipes/libusb/libusb-compat_0.1.3.bb @@ -1,7 +1,7 @@ DESCRIPTION = "libusb-0 compatibility library using libusb-1" HOMEPAGE = "http://libusb.sf.net" SECTION = "libs" -LICENSE = "LGPL" +LICENSE = "LGPLv2.1" PROVIDES = "virtual/libusb0" PE = "1" PR = "r0" diff --git a/recipes/libusb/libusb1_1.0.2.bb b/recipes/libusb/libusb1_1.0.2.bb index 145e4cbe97..2b1360192c 100644 --- a/recipes/libusb/libusb1_1.0.2.bb +++ b/recipes/libusb/libusb1_1.0.2.bb @@ -1,7 +1,7 @@ DESCRIPTION = "library to provide userspace access to USB devices" HOMEPAGE = "http://libusb.sf.net" SECTION = "libs" -LICENSE = "LGPL" +LICENSE = "LGPLv2.1" SRC_URI = "${SOURCEFORGE_MIRROR}/libusb/libusb-${PV}.tar.bz2" S = "${WORKDIR}/libusb-${PV}" diff --git a/recipes/libusb/libusb1_1.0.4.bb b/recipes/libusb/libusb1_1.0.4.bb index 1e56006ef1..5221f6e7f1 100644 --- a/recipes/libusb/libusb1_1.0.4.bb +++ b/recipes/libusb/libusb1_1.0.4.bb @@ -1,7 +1,7 @@ DESCRIPTION = "library to provide userspace access to USB devices" HOMEPAGE = "http://libusb.sf.net" SECTION = "libs" -LICENSE = "LGPL" +LICENSE = "LGPLv2.1" PR = "r1" diff --git a/recipes/libusb/libusb_0.1.12.bb b/recipes/libusb/libusb_0.1.12.bb index ae62cc2b02..3b5ac65a55 100644 --- a/recipes/libusb/libusb_0.1.12.bb +++ b/recipes/libusb/libusb_0.1.12.bb @@ -1,7 +1,7 @@ DESCRIPTION = "libusb is a library to provide userspace access to USB devices." HOMEPAGE = "http://libusb.sf.net" SECTION = "libs" -LICENSE = "LGPL" +LICENSE = "LGPLv2.1" PROVIDES = "virtual/libusb0" PR = "r4" |