diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-23 16:55:31 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-11-23 16:47:02 -0800 |
commit | a3914946455203d6959fe0b2036e7573922b566d (patch) | |
tree | d8d3f771f8bf0c396b8731682b35ed7c963e28e9 /meta | |
parent | 8ca67f7995197603aad3b087aa7ac4cee6fa44c9 (diff) | |
download | poky-a3914946455203d6959fe0b2036e7573922b566d.tar.gz |
dosfstools:Add license checksum and update the GPL information
Add COPYING file checksum to bb file and update the "GPL" to "GPLv2" according to the COPYING file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/dosfstools/dosfstools_2.10.bb | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/dosfstools/dosfstools_2.11.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb index 100044b75d..dadf2f9312 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_2.10.bb | |||
@@ -6,8 +6,8 @@ DESCRIPTION = "DOS FAT Filesystem Utilities" | |||
6 | 6 | ||
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | PRIORITY = "optional" | 8 | PRIORITY = "optional" |
9 | LICENSE = "GPL" | 9 | LICENSE = "GPLv2" |
10 | 10 | LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8" | |
11 | PR = "r2" | 11 | PR = "r2" |
12 | 12 | ||
13 | SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ | 13 | SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ |
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb index a5f6e034dd..f21e7b9355 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb | |||
@@ -6,8 +6,8 @@ DESCRIPTION = "DOS FAT Filesystem Utilities" | |||
6 | 6 | ||
7 | SECTION = "base" | 7 | SECTION = "base" |
8 | PRIORITY = "optional" | 8 | PRIORITY = "optional" |
9 | LICENSE = "GPL" | 9 | LICENSE = "GPLv2" |
10 | 10 | LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8" | |
11 | PR = "r0" | 11 | PR = "r0" |
12 | 12 | ||
13 | SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ | 13 | SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ |