diff options
author | Mei Lei <lei.mei@intel.com> | 2010-11-26 09:28:35 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:50 -0800 |
commit | e2444d6362c34ed110aa35c3919a862a4a066086 (patch) | |
tree | fbef46c26b6af9041ebf41baba336b5463985ee4 | |
parent | 6d701387872bb56f4c56b3c7c99d78603d4f5e67 (diff) | |
download | poky-e2444d6362c34ed110aa35c3919a862a4a066086.tar.gz |
mc:Add license checksum to bb file
Add COPYING file checksum to bb file
Signed-off-by: Mei Lei <lei.mei@intel.com>
-rw-r--r-- | meta/recipes-extended/mc/mc_4.7.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/mc/mc_4.7.3.bb b/meta/recipes-extended/mc/mc_4.7.3.bb index 509fe3759d..8fd16b157a 100644 --- a/meta/recipes-extended/mc/mc_4.7.3.bb +++ b/meta/recipes-extended/mc/mc_4.7.3.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | DESCRIPTION = "Midnight Commander is an ncurses based file manager." | 1 | DESCRIPTION = "Midnight Commander is an ncurses based file manager." |
2 | HOMEPAGE = "http://www.midnight-commander.org/" | 2 | HOMEPAGE = "http://www.midnight-commander.org/" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | ||
4 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
5 | DEPENDS = "ncurses glib-2.0" | 6 | DEPENDS = "ncurses glib-2.0" |
6 | RDEPENDS = "ncurses-terminfo" | 7 | RDEPENDS = "ncurses-terminfo" |