[oe-commits] Elizabeth Flanagan : ossp-uuid: LICENSE type corrections.

git at git.openembedded.org git at git.openembedded.org
Wed Sep 26 14:04:47 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 99974820c8b12b1c1b05ab8a96f1b25b8e3888da
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=99974820c8b12b1c1b05ab8a96f1b25b8e3888da

Author: Elizabeth Flanagan <elizabeth.flanagan at intel.com>
Date:   Tue Sep 25 15:32:07 2012 -0700

ossp-uuid: LICENSE type corrections.

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>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 \





More information about the Openembedded-commits mailing list