aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/x11-common/x11-common_0.1.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-12-06 12:17:04 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-09 12:37:10 +0000
commitc344349a98a0aa24815661035c8c72c35d7831ba (patch)
treeeddab8317574346412385beb76aac32c8bfae3e8 /meta/recipes-graphics/x11-common/x11-common_0.1.bb
parentb9694bd41d4555b71eeefb36208d2cc41cd1ed16 (diff)
downloadopenembedded-core-contrib-c344349a98a0aa24815661035c8c72c35d7831ba.tar.gz
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 <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/x11-common/x11-common_0.1.bb')
-rw-r--r--meta/recipes-graphics/x11-common/x11-common_0.1.bb7
1 files changed, 5 insertions, 2 deletions
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"