diff options
author | Ross Burton <ross.burton@intel.com> | 2012-09-11 20:17:57 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-12 15:13:47 +0100 |
commit | 8e6a6ecd0edd7fd72225023254d9fd0c1e27fa93 (patch) | |
tree | 635800918b819abbec2b47bdfff3b48c25588e45 /meta | |
parent | 13ca58f538cc962c53d0ce5b328a9c16ffc19051 (diff) | |
download | poky-8e6a6ecd0edd7fd72225023254d9fd0c1e27fa93.tar.gz |
libx11: remove redundant license data
(From OE-Core rev: 0f2643cfa385e9637a2d34268e60cdce9fa44e69)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb index 9a7de33d56..04ee1b89fc 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.5.0.bb | |||
@@ -3,8 +3,6 @@ require libx11.inc | |||
3 | DESCRIPTION += " Support for XCMS and XLOCALE is disabled in \ | 3 | DESCRIPTION += " Support for XCMS and XLOCALE is disabled in \ |
4 | this version." | 4 | this version." |
5 | 5 | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | ||
7 | |||
8 | PR = "${INC_PR}.2" | 6 | PR = "${INC_PR}.2" |
9 | 7 | ||
10 | SRC_URI += "file://x11_disable_makekeys.patch \ | 8 | SRC_URI += "file://x11_disable_makekeys.patch \ |
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb index 714b9931c1..65509031fe 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-trim_1.5.0.bb | |||
@@ -2,9 +2,6 @@ require libx11.inc | |||
2 | 2 | ||
3 | DESCRIPTION += " Support for XCMS is disabled in this version." | 3 | DESCRIPTION += " Support for XCMS is disabled in this version." |
4 | 4 | ||
5 | LICENSE = "MIT & MIT-style & BSD" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=172255dee66bb0151435b2d5d709fcf7" | ||
7 | |||
8 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.0" |
9 | 6 | ||
10 | DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native" | 7 | DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native" |