summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/gthumb
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-29 15:06:41 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:55 -0800
commit57fdd84ef7dc94b5cb10b723dcbc2ec8380ff829 (patch)
tree27c10a3f8a5297e751a854ae7802a84fe1296fbd /meta/recipes-gnome/gthumb
parent429a526e35a25fa5a5f831c7fd5b1d36bcdd2f5b (diff)
downloadpoky-57fdd84ef7dc94b5cb10b723dcbc2ec8380ff829.tar.gz
gthumb:Add license checksum to bb file
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta/recipes-gnome/gthumb')
-rw-r--r--meta/recipes-gnome/gthumb/gthumb_2.12.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb b/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb
index f6755b0f6f..27f63dbecb 100644
--- a/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb
+++ b/meta/recipes-gnome/gthumb/gthumb_2.12.0.bb
@@ -1,6 +1,7 @@
1DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop" 1DESCRIPTION = "gThumb is an image viewer and browser for the GNOME Desktop"
2SECTION = "x11/gnome" 2SECTION = "x11/gnome"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
4DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf-dbus libpng gstreamer jpeg tiff" 5DEPENDS = "glib-2.0 gtk+ libxml2 gnome-doc-utils libunique gconf-dbus libpng gstreamer jpeg tiff"
5PR = "r1" 6PR = "r1"
6 7