[OE-core] [PATCH 1/1] ossp-uuid: LICENSE type corrections.

Elizabeth Flanagan elizabeth.flanagan at intel.com
Tue Sep 25 22:32:07 UTC 2012


The LICENSE for ossp-uuid is MIT. As well, the LIC_FILES_CHKSUM
was missing the license text within uuid_md5.c

Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan at intel.com>
---
 meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
index cc1ec75..7de0a58 100644
--- a/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
+++ b/meta/recipes-devtools/ossp-uuid/ossp-uuid_1.6.2.bb
@@ -11,10 +11,11 @@ Unique Identifiers (UUID) from the command-line."
 HOMEPAGE = "http://www.ossp.org/pkg/lib/uuid/"
 SECTION = "libs"
 
-LICENSE = "ossp_uuid"
-LIC_FILES_CHKSUM = "file://README;beginline=30;endline=55;md5=b394fadb039bbfca6ad9d9d769ee960e"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://README;beginline=30;endline=55;md5=b394fadb039bbfca6ad9d9d769ee960e \
+	   file://uuid_md5.c;beginline=1;endline=28;md5=9c1f4b2218546deae24c91be1dcf00dd"
 
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz \
 	   file://0001-Change-library-name.patch \
-- 
1.7.5.4





More information about the Openembedded-core mailing list