diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2014-04-28 15:28:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-30 16:36:39 +0100 |
commit | ed70073dbb735f945ebab4faf6f316f902b92976 (patch) | |
tree | 55b7129e62f67de72fd3d515a34e4e8a10da00a9 | |
parent | f13bb6190f50545ef35f8f3a1a0318ccb01db2db (diff) | |
download | openembedded-core-ed70073dbb735f945ebab4faf6f316f902b92976.tar.gz openembedded-core-ed70073dbb735f945ebab4faf6f316f902b92976.tar.bz2 openembedded-core-ed70073dbb735f945ebab4faf6f316f902b92976.zip |
xrandr: upgrade to 1.4.2
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-app/xrandr_1.4.2.bb (renamed from meta/recipes-graphics/xorg-app/xrandr_1.4.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.4.1.bb b/meta/recipes-graphics/xorg-app/xrandr_1.4.2.bb index 6ca6863a36..84f01b02dd 100644 --- a/meta/recipes-graphics/xorg-app/xrandr_1.4.1.bb +++ b/meta/recipes-graphics/xorg-app/xrandr_1.4.2.bb @@ -11,5 +11,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" DEPENDS += "libxrandr libxrender" PE = "1" -SRC_URI[md5sum] = "52c3de0297bf45be6a189dc2e0515638" -SRC_URI[sha256sum] = "67b554ab975652778bef587f86dab7fec8cb95dfd21c11d98a203dac5c241e50" +SRC_URI[md5sum] = "78fd973d9b532106f8777a3449176148" +SRC_URI[sha256sum] = "b2e76ee92ff827f1c52ded7c666fe6f2704ca81cdeef882397da4e3e8ab490bc" |