From 79024b523429d8d0e8c6b65acbf924c49a2729c7 Mon Sep 17 00:00:00 2001 From: Mingli Yu Date: Wed, 27 Jun 2018 02:49:14 -0700 Subject: iceauth: Upgrade to 1.0.8 Signed-off-by: Mingli Yu Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xorg-app/iceauth_1.0.7.bb | 16 ---------------- meta-oe/recipes-graphics/xorg-app/iceauth_1.0.8.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.7.bb create mode 100644 meta-oe/recipes-graphics/xorg-app/iceauth_1.0.8.bb (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.7.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.7.bb deleted file mode 100644 index f40dec8846..0000000000 --- a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.7.bb +++ /dev/null @@ -1,16 +0,0 @@ -require recipes-graphics/xorg-app/xorg-app-common.inc - -SUMMARY = "X.Org X11 X client utilities" - -DESCRIPTION = "A collection of utilities used to tweak and query the runtime configuration\ -of the X server." - -LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" - -BBCLASSEXTEND = "native" - -DEPENDS += "libice" - -SRC_URI[md5sum] = "25dab02f8e40d5b71ce29a07dc901b8c" -SRC_URI[sha256sum] = "1216af2dee99b318fcf8bf9a259915273bcb37a7f1e7859af4f15d0ebf6f3f0a" - diff --git a/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.8.bb b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.8.bb new file mode 100644 index 0000000000..62296b5be9 --- /dev/null +++ b/meta-oe/recipes-graphics/xorg-app/iceauth_1.0.8.bb @@ -0,0 +1,16 @@ +require recipes-graphics/xorg-app/xorg-app-common.inc + +SUMMARY = "X.Org X11 X client utilities" + +DESCRIPTION = "A collection of utilities used to tweak and query the runtime configuration\ +of the X server." + +LIC_FILES_CHKSUM = "file://COPYING;md5=13f70acf3c27f5f834bbc954df775f8e" + +BBCLASSEXTEND = "native" + +DEPENDS += "libice" + +SRC_URI[md5sum] = "3b9b79fa0f9928161f4bad94273de7ae" +SRC_URI[sha256sum] = "e6ee213a217265cc76050e4293ea70b98c32dce6505c6421227efbda62ab60c6" + -- cgit 1.2.3-korg