diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-04 16:47:58 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-07 11:35:44 +0100 |
commit | eed0114234fa7f73bcd4411c70d1f88a87e768d7 (patch) | |
tree | 71cb8fdd1d6a46ccef0791773c4942aabfc312ae /meta/recipes-graphics/xorg-lib | |
parent | 9c92435c1080ff1163cf74503504fbb356a2fd0c (diff) | |
download | poky-eed0114234fa7f73bcd4411c70d1f88a87e768d7.tar.gz |
libx11-trim: Add SRC_URI Checksum
(From OE-Core rev: be8843ebfcc84a27111c1d020917e72233176651)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb b/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb index 1469bc1dfa..5a63c53269 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-trim_1.3.4.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION += " Support for XCB, and XCMS is disabled in this version." | |||
5 | LICENSE = "MIT & MIT-style & BSD" | 5 | LICENSE = "MIT & MIT-style & BSD" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5" |
7 | 7 | ||
8 | PR = "r1" | 8 | PR = "r2" |
9 | 9 | ||
10 | DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native" | 10 | DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native" |
11 | 11 | ||
@@ -14,4 +14,7 @@ SRC_URI += "file://../libx11-${PV}/x11_disable_makekeys.patch \ | |||
14 | file://../libx11-${PV}/nodolt.patch \ | 14 | file://../libx11-${PV}/nodolt.patch \ |
15 | file://../libx11-${PV}/makekeys_crosscompile.patch" | 15 | file://../libx11-${PV}/makekeys_crosscompile.patch" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "f65c9c7ecbfb64c19dbd7927160d63fd" | ||
18 | SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844" | ||
19 | |||
17 | EXTRA_OECONF += "--disable-xcms --with-xcb" | 20 | EXTRA_OECONF += "--disable-xcms --with-xcb" |