diff options
Diffstat (limited to 'recipes/xserver-common/xserver-common_1.11.bb')
-rw-r--r-- | recipes/xserver-common/xserver-common_1.11.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/xserver-common/xserver-common_1.11.bb b/recipes/xserver-common/xserver-common_1.11.bb index 6b384699fc..6b08e1ea31 100644 --- a/recipes/xserver-common/xserver-common_1.11.bb +++ b/recipes/xserver-common/xserver-common_1.11.bb @@ -8,3 +8,6 @@ SRC_URI_append = " file://setDPI.sh \ do_install_append() { install -m 0755 "${WORKDIR}/setDPI.sh" "${D}/etc/X11/Xinit.d/50setdpi" } + +SRC_URI[md5sum] = "6a5f7bd7d20c6bbcb5ab3db4f425afac" +SRC_URI[sha256sum] = "3494a5fb80514cd1f1be784f08bd9fce12b080dbdfeb9b7ad50961094e901d50" |