From c6dac094ac79f6eae6998527e025417e16b46eed Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Wed, 29 Jun 2011 15:52:13 +0800 Subject: xauth: upgrade from 1.05 to 1.06 (From OE-Core rev: 2b3bf5350861f62435e2fdf1c56c8a02f4b1b4ac) Signed-off-by: Yu Ke Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xauth_1.0.5.bb | 13 ------------- meta/recipes-graphics/xorg-app/xauth_1.0.6.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xauth_1.0.5.bb create mode 100644 meta/recipes-graphics/xorg-app/xauth_1.0.6.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb b/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb deleted file mode 100644 index 23986ac1b2..0000000000 --- a/meta/recipes-graphics/xorg-app/xauth_1.0.5.bb +++ /dev/null @@ -1,13 +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" -PR = "r0" -PE = "1" - -SRC_URI[md5sum] = "46fc44e5e947d3720f3be5054044ff0e" -SRC_URI[sha256sum] = "6d139500ff1daf806525adf071f8c1778ad138a0378c73ea831ad18847ad746c" diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.6.bb b/meta/recipes-graphics/xorg-app/xauth_1.0.6.bb new file mode 100644 index 0000000000..f00d30a72e --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xauth_1.0.6.bb @@ -0,0 +1,13 @@ +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" +PR = "r0" +PE = "1" + +SRC_URI[md5sum] = "105f5b00bb9293b3db36f7e500d4f950" +SRC_URI[sha256sum] = "a686406951f0ed6be45bc26182a1423e2cdffad2d492b33ff3fbf72f7bcb6b0b" -- cgit v1.2.3-54-g00ecf