summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-02 16:36:36 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-11 01:52:52 +0100
commit4734738f15f4ddb9b6aa1dbb0d9bc83e3bd48b17 (patch)
tree7894c0449559babe5c85f1a6e857aab7f9ac8176
parent93f87465ff64d32191902d04464fbc869c08dc96 (diff)
downloadmeta-openembedded-4734738f15f4ddb9b6aa1dbb0d9bc83e3bd48b17.tar.gz
gnome-terminal: add LICENSE version and LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb
index ac4cc00ce..a1777974e 100644
--- a/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb
+++ b/meta-gnome/recipes-gnome/gnome/gnome-terminal_2.26.3.bb
@@ -1,5 +1,6 @@
1DESCRIPTION = "GNOME Terminal" 1DESCRIPTION = "GNOME Terminal"
2LICENSE = "GPL" 2LICENSE = "GPL-2.0"
3LIC_FILES_CHKSUM = "file://COPYING;md5=5b51eba4ba4cafe64073227530c061ed"
3DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte" 4DEPENDS = "gtk+ glib-2.0 startup-notification dbus-glib vte"
4PR = "r2" 5PR = "r2"
5 6