diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-10-04 16:53:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-06 22:58:08 +0100 |
commit | 0ab7f6d84d036e5721f7c7585f13c00df16075bf (patch) | |
tree | 921cdd61a69865cd4dfe3ab157faf2d62eb3dd10 /meta/recipes-graphics/xorg-lib | |
parent | 77528ac80ab8f41075150f3dded147b0feece67a (diff) | |
download | openembedded-core-0ab7f6d84d036e5721f7c7585f13c00df16075bf.tar.gz openembedded-core-0ab7f6d84d036e5721f7c7585f13c00df16075bf.tar.bz2 openembedded-core-0ab7f6d84d036e5721f7c7585f13c00df16075bf.tar.xz openembedded-core-0ab7f6d84d036e5721f7c7585f13c00df16075bf.zip |
libx11-diet: Add SRC_URI Checksum
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-lib')
-rw-r--r-- | meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb b/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb index 487e796ea..e7ad2d878 100644 --- a/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb +++ b/meta/recipes-graphics/xorg-lib/libx11-diet_1.3.bb @@ -5,7 +5,7 @@ this version." LIC_FILES_CHKSUM = "file://COPYING;md5=597df7e9217e89ccaeb749f48ce2aeb0" -PR = "r3" +PR = "r4" SRC_URI += "file://x11_disable_makekeys.patch \ file://include_fix.patch \ @@ -14,6 +14,9 @@ SRC_URI += "file://x11_disable_makekeys.patch \ file://fix-utf8-wrong-define.patch \ file://nodolt.patch" +SRC_URI[md5sum] = "0545089013213e90aac19b8f8045d32e" +SRC_URI[sha256sum] = "34656d022ff2f94430b534612821428fe15ade028d86a42907958167f2e497ac" + DEPENDS += "bigreqsproto xproto xextproto xtrans libxau xcmiscproto \ libxdmcp xf86bigfontproto kbproto inputproto xproto-native" |