1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

gccmakedep: Add license checksum to bb file

Add the license checksum information from Makefile.am to bb file

Signed-off-by: Mei Lei <lei.mei@intel.com>
This commit is contained in:
Mei Lei
2010-11-23 13:46:33 +08:00
committed by Saul Wold
parent 67b232f0d5
commit 34d0256db7
@@ -1,5 +1,5 @@
require xorg-util-common.inc
LIC_FILES_CHKSUM = "file://Makefile.am;endline=20;md5=23c277396d690413245ebb89b18c5d4d"
DESCRIPTION = "create dependencies in makefiles using 'gcc -M'"
DEPENDS = "util-macros"
RDEPENDS = "gcc"