From 80b9d5125d9bd60949740c628da32ee7812385f1 Mon Sep 17 00:00:00 2001 From: Shane Wang Date: Sat, 21 Jan 2012 21:05:57 +0800 Subject: util-macros: upgrade to 1.16.1 (From OE-Core rev: cae171c3017af47896df4752992fefe2161211d4) Signed-off-by: Shane Wang Signed-off-by: Richard Purdie --- .../recipes-graphics/xorg-util/util-macros_1.16.0.bb | 20 -------------------- .../recipes-graphics/xorg-util/util-macros_1.16.1.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-util/util-macros_1.16.0.bb create mode 100644 meta/recipes-graphics/xorg-util/util-macros_1.16.1.bb (limited to 'meta/recipes-graphics/xorg-util') diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.16.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.16.0.bb deleted file mode 100644 index da9c31dd26..0000000000 --- a/meta/recipes-graphics/xorg-util/util-macros_1.16.0.bb +++ /dev/null @@ -1,20 +0,0 @@ -SUMMARY = "X autotools macros" - -DESCRIPTION = "M4 autotools macros used by various X.org programs." - -require xorg-util-common.inc - -LICENSE = "MIT & MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=1970511fddd439b07a6ba789d28ff662" - -PE = "1" -PR = "r0" - -# ${PN} is empty so we need to tweak -dev and -dbg package dependencies -RDEPENDS_${PN}-dev = "" -RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" - -BBCLASSEXTEND = "native nativesdk" - -SRC_URI[md5sum] = "3f77f0b6452c677d4b5ce9feaea7d15e" -SRC_URI[sha256sum] = "1387cec5c2e655811e9a60afee7bda1652f8cd97be6c89418566bcf934ff6935" diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.16.1.bb b/meta/recipes-graphics/xorg-util/util-macros_1.16.1.bb new file mode 100644 index 0000000000..e0af8a9aeb --- /dev/null +++ b/meta/recipes-graphics/xorg-util/util-macros_1.16.1.bb @@ -0,0 +1,20 @@ +SUMMARY = "X autotools macros" + +DESCRIPTION = "M4 autotools macros used by various X.org programs." + +require xorg-util-common.inc + +LICENSE = "MIT & MIT-style" +LIC_FILES_CHKSUM = "file://COPYING;md5=1970511fddd439b07a6ba789d28ff662" + +PE = "1" +PR = "r0" + +# ${PN} is empty so we need to tweak -dev and -dbg package dependencies +RDEPENDS_${PN}-dev = "" +RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI[md5sum] = "01a4d42cfa952488d7bd391099a92bb0" +SRC_URI[sha256sum] = "06494a0afb53881041ae4171d8ddb8433fa0bde7bd4e0ecc2aeaf536a02da183" -- cgit v1.2.3-54-g00ecf