summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <Saul.Wold@intel.com>2010-12-10 17:01:04 -0800
committerSaul Wold <sgw@linux.intel.com>2010-12-14 08:53:18 -0800
commite1e5c830377bc916b5736f08512bc88ac858ba88 (patch)
tree01dbe26f705ee04351a3bb9f3dd2b30e1e9edd5b
parent198baafc3a309fda94e3a9e5e1ee18ece10f990c (diff)
downloadopenembedded-core-contrib-e1e5c830377bc916b5736f08512bc88ac858ba88.tar.gz
mutter: Add LIC_FILES_CHKSUM
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
-rw-r--r--meta/recipes-graphics/mutter/mutter_2.28.1.bb4
-rw-r--r--meta/recipes-graphics/mutter/mutter_git.bb2
2 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mutter/mutter_2.28.1.bb b/meta/recipes-graphics/mutter/mutter_2.28.1.bb
index c4b8107899..e4c185a0b0 100644
--- a/meta/recipes-graphics/mutter/mutter_2.28.1.bb
+++ b/meta/recipes-graphics/mutter/mutter_2.28.1.bb
@@ -1,9 +1,11 @@
require mutter.inc
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
SRC_URI = "http://download.moblin.org/sources/mutter/2.28/mutter-2.28.1_0.0.tar.bz2 \
file://nodocs.patch;patch=1 \
file://nozenity.patch;patch=1 \
file://fix_pkgconfig.patch;patch=1 \
"
-S = "${WORKDIR}/mutter-2.28.1_0.0" \ No newline at end of file
+S = "${WORKDIR}/mutter-2.28.1_0.0"
diff --git a/meta/recipes-graphics/mutter/mutter_git.bb b/meta/recipes-graphics/mutter/mutter_git.bb
index b41bf1e505..6f88360fce 100644
--- a/meta/recipes-graphics/mutter/mutter_git.bb
+++ b/meta/recipes-graphics/mutter/mutter_git.bb
@@ -3,6 +3,8 @@ require mutter.inc
PV = "2.28.1+git${SRCPV}"
PR = "r18"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
# Gnome is the upstream but moblin is under more active development atm
# git://git.gnome.org/mutter.git;protocol=git;branch=master
#