summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-12-09 10:35:40 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-09 11:46:05 +0100
commit47f43b95e8191810a0dffdd133881e169262e7cd (patch)
treee4c4520f1210988a024cd48e60a39e922171ebe0 /meta-oe/recipes-support
parentaea94910f975392940e20ab82889957e8adb9052 (diff)
downloadmeta-openembedded-47f43b95e8191810a0dffdd133881e169262e7cd.tar.gz
sg3-utils: fix license field format
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
index cab94437f..5fa0765fa 100644
--- a/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
+++ b/meta-oe/recipes-support/sg3-utils/sg3-utils_1.31.bb
@@ -2,9 +2,11 @@ DESCRIPTION = "Utilities for working with generic SCSI devices"
2HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html" 2HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html"
3SECTION = "console/admin" 3SECTION = "console/admin"
4 4
5LICENSE = "GPLv2+ && BSD" 5LICENSE = "GPLv2+ & BSD"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1cc481c050dc92e12db9c8145043d5dc" 6LIC_FILES_CHKSUM = "file://COPYING;md5=1cc481c050dc92e12db9c8145043d5dc"
7 7
8PR = "r1"
9
8SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz" 10SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
9RC_URI[md5sum] = "9431e1944cde829a24dedf027e1364b5" 11RC_URI[md5sum] = "9431e1944cde829a24dedf027e1364b5"
10SRC_URI[sha256sum] = "d84b38b61f0ca3941eb1c48a5858f93d1d1b70a623e579f5ecce2440e18410a4" 12SRC_URI[sha256sum] = "d84b38b61f0ca3941eb1c48a5858f93d1d1b70a623e579f5ecce2440e18410a4"