diff options
author | Saul Wold <sgw@linux.intel.com> | 2010-12-22 17:32:19 -0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-23 14:31:23 +0000 |
commit | 2b95a00b711c27a0eaf2cc2ad3055de61b7c1d8c (patch) | |
tree | 1c3b551a46f3c755abd646efe0d47bacad5d5e15 | |
parent | 46adc1ef4743782c641a0dd2d659ea2d1c42e537 (diff) | |
download | poky-2b95a00b711c27a0eaf2cc2ad3055de61b7c1d8c.tar.gz |
icon-naming-utils: Add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb index ef41c538af..18aa3745d3 100644 --- a/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb +++ b/meta/recipes-devtools/icon-naming-utils/icon-naming-utils-native_0.8.7.bb | |||
@@ -2,6 +2,8 @@ LICENSE = "GPLv2" | |||
2 | DEPENDS = "libxml-simple-perl-native" | 2 | DEPENDS = "libxml-simple-perl-native" |
3 | PR = "r1" | 3 | PR = "r1" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
6 | |||
5 | SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz" | 7 | SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-0.8.7.tar.gz" |
6 | 8 | ||
7 | S = "${WORKDIR}/icon-naming-utils-${PV}" | 9 | S = "${WORKDIR}/icon-naming-utils-${PV}" |