diff options
author | Yu Ke <ke.yu@intel.com> | 2010-12-06 12:17:04 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-09 12:37:10 +0000 |
commit | c344349a98a0aa24815661035c8c72c35d7831ba (patch) | |
tree | eddab8317574346412385beb76aac32c8bfae3e8 /meta/recipes-graphics/x11-common/x11-common_0.1.bb | |
parent | b9694bd41d4555b71eeefb36208d2cc41cd1ed16 (diff) | |
download | poky-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.bb | 7 |
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 @@ | |||
1 | DESCRIPTION = "Common X11 scripts" | 1 | DESCRIPTION = "Common X11 scripts" |
2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | ||
3 | SECTION = "x11" | 4 | SECTION = "x11" |
4 | RDEPENDS_${PN} = "xmodmap xdpyinfo xtscal xinit formfactor" | 5 | RDEPENDS_${PN} = "xmodmap xdpyinfo xtscal xinit formfactor" |
5 | PR = "r38" | 6 | PR = "r39" |
7 | |||
8 | SRC_URI = "file://etc \ | ||
9 | file://gplv2-license.patch" | ||
6 | 10 | ||
7 | SRC_URI = "file://etc" | ||
8 | S = ${WORKDIR} | 11 | S = ${WORKDIR} |
9 | 12 | ||
10 | PACKAGE_ARCH = "all" | 13 | PACKAGE_ARCH = "all" |