From 76b04f03ca8eaea4cb838031f2c9c893ffc1aaae Mon Sep 17 00:00:00 2001 From: Laurentiu Palcu Date: Mon, 14 Oct 2013 10:26:45 +0300 Subject: xauth: upgrade to 1.0.8 (From OE-Core rev: f3ecd2382c1f9f707d1b149dd9a7245d4d241b8e) Signed-off-by: Laurentiu Palcu Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-app/xauth_1.0.7.bb | 13 ------------- meta/recipes-graphics/xorg-app/xauth_1.0.8.bb | 12 ++++++++++++ 2 files changed, 12 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xauth_1.0.7.bb create mode 100644 meta/recipes-graphics/xorg-app/xauth_1.0.8.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.7.bb b/meta/recipes-graphics/xorg-app/xauth_1.0.7.bb deleted file mode 100644 index 9a5de542c3..0000000000 --- a/meta/recipes-graphics/xorg-app/xauth_1.0.7.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 = "${INC_PR}.0" -PE = "1" - -SRC_URI[md5sum] = "cbcbd8f2156a53b609800bec4c6b6c0e" -SRC_URI[sha256sum] = "84f78c08ebc6687e2e36c9ff1f5610988c6a03fc5bf51ef89aec4d155de3028d" diff --git a/meta/recipes-graphics/xorg-app/xauth_1.0.8.bb b/meta/recipes-graphics/xorg-app/xauth_1.0.8.bb new file mode 100644 index 0000000000..a2da49e414 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xauth_1.0.8.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] = "50ee2ec0836c0186b05ec8fdcfd566d0" +SRC_URI[sha256sum] = "a8696ae7a50c699d5fb3a41408b60d98843d19ea46e9f09e391cb98c8f7fd4f7" -- cgit v1.2.3-54-g00ecf