From 152de1889fae9579a7db9f9ffc3a08ea5cc0e22d Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Mon, 28 Apr 2014 16:15:36 +0300 Subject: xauth: upgrade to 1.0.9 Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-app/xauth_1.0.8.bb | 12 ------------ meta/recipes-graphics/xorg-app/xauth_1.0.9.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 12 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xauth_1.0.8.bb create mode 100644 meta/recipes-graphics/xorg-app/xauth_1.0.9.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.8.bb b/meta/recipes-graphics/xorg-app/xauth_1.0.8.bb deleted file mode 100644 index a2da49e414..0000000000 --- a/meta/recipes-graphics/xorg-app/xauth_1.0.8.bb +++ /dev/null @@ -1,12 +0,0 @@ -require xorg-app-common.inc -SUMMARY = "X authority utilities" -DESCRIPTION = "X application to edit and display the authorization \ -information used in connecting to the X server." - -LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b" - -DEPENDS += "libxau libxext libxmu" -PE = "1" - -SRC_URI[md5sum] = "50ee2ec0836c0186b05ec8fdcfd566d0" -SRC_URI[sha256sum] = "a8696ae7a50c699d5fb3a41408b60d98843d19ea46e9f09e391cb98c8f7fd4f7" diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.9.bb b/meta/recipes-graphics/xorg-app/xauth_1.0.9.bb new file mode 100644 index 0000000000..b173f4fe8d --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xauth_1.0.9.bb @@ -0,0 +1,12 @@ +require xorg-app-common.inc +SUMMARY = "X authority utilities" +DESCRIPTION = "X application to edit and display the authorization \ +information used in connecting to the X server." + +LIC_FILES_CHKSUM = "file://COPYING;md5=5ec74dd7ea4d10c4715a7c44f159a40b" + +DEPENDS += "libxau libxext libxmu" +PE = "1" + +SRC_URI[md5sum] = "7d6003f32838d5b688e2c8a131083271" +SRC_URI[sha256sum] = "56ce1523eb48b1f8a4f4244fe1c3d8e6af1a3b7d4b0e6063582421b0b68dc28f" -- cgit 1.2.3-korg