From: Elizabeth Flanagan Date: Tue, 25 Sep 2012 22:32:07 +0000 (-0700) Subject: ossp-uuid: LICENSE type corrections. X-Git-Tag: 2015-4~9049 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=99974820c8b12b1c1b05ab8a96f1b25b8e3888da;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 cc1ec75da1..7de0a58bd5 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 \