diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-26 07:22:39 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-26 07:22:39 -0800 |
commit | badeccac4f845bf901063e69f53c80a5292a7c7b (patch) | |
tree | 281b039c25fe5bb9bdf26962c4a6d308974559bc /meta | |
parent | 3c87fa57f8d8dd098ae48e398e7fda6bd86edc7b (diff) | |
download | poky-badeccac4f845bf901063e69f53c80a5292a7c7b.tar.gz |
cdrtools: add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb b/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb index 2421b23640..b53678b1dc 100644 --- a/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb +++ b/meta/recipes-devtools/cdrtools/cdrtools-native_2.01.bb | |||
@@ -7,6 +7,8 @@ DESCRIPTION="A set of tools for CD recording, including cdrecord" | |||
7 | HOMEPAGE="http://cdrecord.berlios.de/old/private/cdrecord.html" | 7 | HOMEPAGE="http://cdrecord.berlios.de/old/private/cdrecord.html" |
8 | PR = "r2" | 8 | PR = "r2" |
9 | 9 | ||
10 | LIC_FILES_CHKSUM = "file://COPYING;94d55d512a9ba36caa9b7df079bae19f" | ||
11 | |||
10 | SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \ | 12 | SRC_URI="ftp://ftp.berlios.de/pub/cdrecord/cdrtools-${PV}.tar.bz2 \ |
11 | file://no_usr_src.patch;patch=1 \ | 13 | file://no_usr_src.patch;patch=1 \ |
12 | file://glibc-conflict-rename.patch;patch=1" | 14 | file://glibc-conflict-rename.patch;patch=1" |