From c344349a98a0aa24815661035c8c72c35d7831ba Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Mon, 6 Dec 2010 12:17:04 +0800 Subject: x11-common: add license checksum it is local file recipe and no GPLv2 license file, so add a patch to add GPLv2 license file Signed-off-by: Yu Ke --- meta/recipes-graphics/x11-common/x11-common_0.1.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/x11-common/x11-common_0.1.bb') diff --git a/meta/recipes-graphics/x11-common/x11-common_0.1.bb b/meta/recipes-graphics/x11-common/x11-common_0.1.bb index 6791f961a1..d15628560e 100644 --- a/meta/recipes-graphics/x11-common/x11-common_0.1.bb +++ b/meta/recipes-graphics/x11-common/x11-common_0.1.bb @@ -1,10 +1,13 @@ DESCRIPTION = "Common X11 scripts" LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" SECTION = "x11" RDEPENDS_${PN} = "xmodmap xdpyinfo xtscal xinit formfactor" -PR = "r38" +PR = "r39" + +SRC_URI = "file://etc \ + file://gplv2-license.patch" -SRC_URI = "file://etc" S = ${WORKDIR} PACKAGE_ARCH = "all" -- cgit v1.2.3-54-g00ecf