From: Mei Lei Date: Wed, 24 Nov 2010 10:44:14 +0000 (+0800) Subject: m4:Add license checksum to bb file X-Git-Tag: 2011-1~3855 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0b4362336481e71cd62d2c72fbe160ce03397133;p=openembedded-core.git m4:Add license checksum to bb file Add COPYING file checksum to bb file Signed-off-by: Mei Lei --- 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 @@ DESCRIPTION = "GNU m4 is an implementation of the traditional Unix macro processor." LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" SRC_URI = "${GNU_MIRROR}/m4/m4-${PV}.tar.gz \ file://ac_config_links.patch;patch=1" PR = "r2"