summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/bison
diff options
context:
space:
mode:
authorMei Lei <lei.mei@intel.com>2010-11-24 17:19:32 +0800
committerMei Lei <lei.mei@intel.com>2010-11-24 17:19:32 +0800
commita9489ba77111fc85e0d4da70481f054987a9d662 (patch)
treee60c0007e070359f06ed70d6dab0f13b584f120d /meta/recipes-devtools/bison
parentc8efa818d4954ad54cd9e2564e4c37aa4bed1942 (diff)
downloadpoky-a9489ba77111fc85e0d4da70481f054987a9d662.tar.gz
bison: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-devtools/bison')
-rw-r--r--meta/recipes-devtools/bison/bison_2.4.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bison/bison_2.4.3.bb b/meta/recipes-devtools/bison/bison_2.4.3.bb
index 1d053cf5e4..61ab44a765 100644
--- a/meta/recipes-devtools/bison/bison_2.4.3.bb
+++ b/meta/recipes-devtools/bison/bison_2.4.3.bb
@@ -1,6 +1,7 @@
1DESCRIPTION = "GNU Project parser generator (yacc replacement)." 1DESCRIPTION = "GNU Project parser generator (yacc replacement)."
2HOMEPAGE = "http://www.gnu.org/software/bison/" 2HOMEPAGE = "http://www.gnu.org/software/bison/"
3LICENSE = "GPL" 3LICENSE = "GPLv3"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
4SECTION = "devel" 5SECTION = "devel"
5PRIORITY = "optional" 6PRIORITY = "optional"
6DEPENDS = "gettext bison-native" 7DEPENDS = "gettext bison-native"