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-06 22:58:08 +0100 |
commit | be8843ebfcc84a27111c1d020917e72233176651 (patch) | |
tree | 26e191e73d54f32be1162509b681835b70d17eed /meta | |
parent | a19bfc10e60ddc7e9317654ca7565d39acbc3987 (diff) | |
download | openembedded-core-be8843ebfcc84a27111c1d020917e72233176651.tar.gz openembedded-core-be8843ebfcc84a27111c1d020917e72233176651.tar.bz2 openembedded-core-be8843ebfcc84a27111c1d020917e72233176651.zip |
libx11-trim: Add SRC_URI Checksum
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-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." LICENSE = "MIT & MIT-style & BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=bf75bfe4d05068311b5e6862d4b5f2c5" -PR = "r1" +PR = "r2" DEPENDS += "libxcb xproto xextproto xtrans libxau kbproto inputproto xf86bigfontproto xproto-native" @@ -14,4 +14,7 @@ SRC_URI += "file://../libx11-${PV}/x11_disable_makekeys.patch \ file://../libx11-${PV}/nodolt.patch \ file://../libx11-${PV}/makekeys_crosscompile.patch" +SRC_URI[md5sum] = "f65c9c7ecbfb64c19dbd7927160d63fd" +SRC_URI[sha256sum] = "88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844" + EXTRA_OECONF += "--disable-xcms --with-xcb" |