From: Mei Lei Date: Fri, 26 Nov 2010 02:26:15 +0000 (+0800) Subject: quicky:Add license checksum to bb file X-Git-Tag: 2011-1~3767 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=16c22c65b34981602718cead2193cf321745f1c5;p=openembedded-core.git quicky:Add license checksum to bb file Add version.h file checksum to bb file Signed-off-by: Mei Lei --- 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 @@ DESCRIPTION = "A simple note-taking application with Wiki-style syntax and behaviour" HOMEPAGE = "http://qt-apps.org/content/show.php/Quicky?content=80325" LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://version.h;endline=19;md5=878bdaff438dab86298301fd1a210e14" SECTION = "x11/apps" DEPENDS = "qt4-x11-free"