From f058ab66b2a2d20d9c6e8f45bd72af886eec273c Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Thu, 15 Mar 2012 21:13:26 +0800 Subject: libxau: upgrade to 1.0.7 (From OE-Core rev: b627aebf3930d4c50c10336fc538faa36fce63a3) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb | 25 ------------------------- meta/recipes-graphics/xorg-lib/libxau_1.0.7.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb create mode 100644 meta/recipes-graphics/xorg-lib/libxau_1.0.7.bb diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb deleted file mode 100644 index 793008b797..0000000000 --- a/meta/recipes-graphics/xorg-lib/libxau_1.0.6.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Xau: X Authority Database library" - -DESCRIPTION = "libxau provides the main interfaces to the X11 \ -authorisation handling, which controls authorisation for X connections, \ -both client-side and server-side." - -require xorg-lib-common.inc - -inherit gettext - -LICENSE = "MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" - -DEPENDS += " xproto" -PROVIDES = "xau" - -PR = "r0" -PE = "1" - -XORG_PN = "libXau" - -BBCLASSEXTEND = "native nativesdk" - -SRC_URI[md5sum] = "4a2cbd83727682f9ee1c1e719bac6adb" -SRC_URI[sha256sum] = "ee84415ffedcc1c0d39b3a39c35d0596c89907bba93d22bf85e24d21f90170fc" diff --git a/meta/recipes-graphics/xorg-lib/libxau_1.0.7.bb b/meta/recipes-graphics/xorg-lib/libxau_1.0.7.bb new file mode 100644 index 0000000000..9fa90452c2 --- /dev/null +++ b/meta/recipes-graphics/xorg-lib/libxau_1.0.7.bb @@ -0,0 +1,25 @@ +SUMMARY = "Xau: X Authority Database library" + +DESCRIPTION = "libxau provides the main interfaces to the X11 \ +authorisation handling, which controls authorisation for X connections, \ +both client-side and server-side." + +require xorg-lib-common.inc + +inherit gettext + +LICENSE = "MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=7908e342491198401321cec1956807ec" + +DEPENDS += " xproto" +PROVIDES = "xau" + +PR = "r0" +PE = "1" + +XORG_PN = "libXau" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI[md5sum] = "2d241521df40d27034413436d1a1465c" +SRC_URI[sha256sum] = "7153ba503e2362d552612d9dc2e7d7ad3106d5055e310a26ecf28addf471a489" -- cgit v1.2.3-54-g00ecf