diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-24 18:44:14 +0800 |
---|---|---|
committer | Mei Lei <lei.mei@intel.com> | 2010-11-24 18:44:14 +0800 |
commit | 0b4362336481e71cd62d2c72fbe160ce03397133 (patch) | |
tree | c83b0fd98536b1cb268f5deba7d3ca44d0760f4d /meta/recipes-devtools/m4 | |
parent | 7ef481cf6ce3d526511288800f29a16bbb98e2a8 (diff) | |
download | poky-0b4362336481e71cd62d2c72fbe160ce03397133.tar.gz |
m4:Add license checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-devtools/m4')
-rw-r--r-- | meta/recipes-devtools/m4/m4_1.4.13.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/m4/m4_1.4.13.bb b/meta/recipes-devtools/m4/m4_1.4.13.bb index 32d153ea12..339c33c8ab 100644 --- a/meta/recipes-devtools/m4/m4_1.4.13.bb +++ b/meta/recipes-devtools/m4/m4_1.4.13.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." | 1 | DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." |
2 | LICENSE = "GPLv3" | 2 | LICENSE = "GPLv3" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
3 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ | 4 | SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ |
4 | file://ac_config_links.patch;patch=1" | 5 | file://ac_config_links.patch;patch=1" |
5 | PR = "r2" | 6 | PR = "r2" |