summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-26 10:26:15 +0800
committerSaul Wold <sgw@linux.intel.com>2010-12-01 20:47:05 -0800
commit16c22c65b34981602718cead2193cf321745f1c5 (patch)
tree1ad4d9b1d457fe10feadcebd60041e623738d20a /meta
parentb9e40013b146c7b11a57403d922d8866be08a53a (diff)
downloadpoky-16c22c65b34981602718cead2193cf321745f1c5.tar.gz
quicky:Add license checksum to bb file
Add version.h file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-qt/qt-apps/quicky_0.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-qt/qt-apps/quicky_0.4.bb b/meta/recipes-qt/qt-apps/quicky_0.4.bb
index ece8ead926..639d715273 100644
--- a/meta/recipes-qt/qt-apps/quicky_0.4.bb
+++ b/meta/recipes-qt/qt-apps/quicky_0.4.bb
@@ -1,6 +1,7 @@
1DESCRIPTION = "A simple note-taking application with Wiki-style syntax and behaviour" 1DESCRIPTION = "A simple note-taking application with Wiki-style syntax and behaviour"
2HOMEPAGE = "http://qt-apps.org/content/show.php/Quicky?content=80325" 2HOMEPAGE = "http://qt-apps.org/content/show.php/Quicky?content=80325"
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://version.h;endline=19;md5=878bdaff438dab86298301fd1a210e14"
4SECTION = "x11/apps" 5SECTION = "x11/apps"
5 6
6DEPENDS = "qt4-x11-free" 7DEPENDS = "qt4-x11-free"