diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-23 07:02:41 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 15:52:06 +0000 |
commit | b0a2c6da952b3f95a265adeb19e64c70c9b7a86f (patch) | |
tree | cb72fcd051206e1521507ced6cd61ae22208766b /meta/recipes-devtools/unifdef | |
parent | 7ac4b542700a7d241b7c67bf0d1cf1b7774b3baa (diff) | |
download | openembedded-core-b0a2c6da952b3f95a265adeb19e64c70c9b7a86f.tar.gz openembedded-core-b0a2c6da952b3f95a265adeb19e64c70c9b7a86f.tar.bz2 openembedded-core-b0a2c6da952b3f95a265adeb19e64c70c9b7a86f.zip |
unifdef: add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/unifdef')
-rw-r--r-- | meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb b/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb index d8719a2d54..1b9381646c 100644 --- a/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb +++ b/meta/recipes-devtools/unifdef/unifdef-native_2.6.18+git.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Kernel header preprocessor" SECTION = "devel" LICENSE = "GPL" -LIC_FILES_CHKSUM = "file://${WORKDIR}/unifdef.c;endline=32;md5=" +LIC_FILES_CHKSUM = "file://${WORKDIR}/unifdef.c;endline=32;md5=1a33f5c39aa718a89058721df61979bd" SRC_URI = "file://unifdef.c" |