[oe-commits] Otavio Salvador : sg3-utils: fix license field format

git at git.openembedded.org git at git.openembedded.org
Fri Dec 9 10:50:34 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 47f43b95e8191810a0dffdd133881e169262e7cd
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=47f43b95e8191810a0dffdd133881e169262e7cd

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Dec  9 10:35:40 2011 +0000

sg3-utils: fix license field format

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../recipes-support/sg3-utils/sg3-utils_1.31.bb    |    4 +++-
 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 cab9443..5fa0765 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"
 HOMEPAGE = "http://sg.danny.cz/sg/sg3_utils.html"
 SECTION = "console/admin"
 
-LICENSE = "GPLv2+ && BSD"
+LICENSE = "GPLv2+ & BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1cc481c050dc92e12db9c8145043d5dc"
 
+PR = "r1"
+
 SRC_URI = "http://sg.danny.cz/sg/p/sg3_utils-${PV}.tgz"
 RC_URI[md5sum] = "9431e1944cde829a24dedf027e1364b5"
 SRC_URI[sha256sum] = "d84b38b61f0ca3941eb1c48a5858f93d1d1b70a623e579f5ecce2440e18410a4"





More information about the Openembedded-commits mailing list