]> code.ossystems Code Review - openembedded-core.git/commitdiff
mc:Add license checksum to bb file
authorMei Lei <lei.mei@intel.com>
Fri, 26 Nov 2010 01:28:35 +0000 (09:28 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 2 Dec 2010 13:24:50 +0000 (05:24 -0800)
Add COPYING file checksum to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
meta/recipes-extended/mc/mc_4.7.3.bb

index 509fe3759da15bd5db29f09f0676c4d5ea684179..8fd16b157a1d298780aeb01591d630dd3a82f047 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "Midnight Commander is an ncurses based file manager."
 HOMEPAGE = "http://www.midnight-commander.org/"
 LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
 SECTION = "console/utils"
 DEPENDS = "ncurses glib-2.0"
 RDEPENDS = "ncurses-terminfo"