mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
bison:Add license checksum to bb file
Add COPYING file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
DESCRIPTION = "GNU Project parser generator (yacc replacement)."
|
||||
HOMEPAGE = "http://www.gnu.org/software/bison/"
|
||||
LICENSE = "GPL"
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
SECTION = "devel"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = "gettext bison-native"
|
||||
|
||||
Reference in New Issue
Block a user