diff options
-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" |