mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
Add COPYING file checksum to bb file and add "GPLv2" information according to the COPYING file Signed-off-by: Mei Lei <lei.mei@intel.com>
9 lines
220 B
BlitzBasic
9 lines
220 B
BlitzBasic
require quilt.inc
|
|
LICENSE="GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
RDEPENDS_${PN} += "patch diffstat bzip2 util-linux"
|
|
PR = "r0"
|
|
SRC_URI += "file://aclocal.patch"
|
|
|
|
inherit gettext
|