From 72a9c4b62250b0a7e1e76aa0171f86077e74a8e6 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Mon, 13 Jun 2011 20:29:55 +0800 Subject: util-macros: upgrade from 1.13.0 to the latest version 0.14.0 (From OE-Core rev: 745af7406f9c12253f64f9869a94aa89987dc2ca) Signed-off-by: Dexuan Cui Signed-off-by: Richard Purdie --- .../xorg-util/util-macros_1.13.0.bb | 24 ---------------------- .../xorg-util/util-macros_1.14.0.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb create mode 100644 meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb (limited to 'meta/recipes-graphics/xorg-util') diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb deleted file mode 100644 index a6f5402276..0000000000 --- a/meta/recipes-graphics/xorg-util/util-macros_1.13.0.bb +++ /dev/null @@ -1,24 +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 -DEPENDS = "libgpg-error" -DEPENDS_virtclass-native = "gettext" -DEPENDS_virtclass-nativesdk = "gettext" - -RDEPENDS_${PN}-dev = "" -RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" - -BBCLASSEXTEND = "native nativesdk" - -SRC_URI[md5sum] = "31e9ddcbc1d8bc8c09ab180443974dd1" -SRC_URI[sha256sum] = "7bff944fb120192e7fe1706e9c0b7e41666e7983ce3e2bdef0b7734392d9e695" diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb new file mode 100644 index 0000000000..dfeb7ff9a2 --- /dev/null +++ b/meta/recipes-graphics/xorg-util/util-macros_1.14.0.bb @@ -0,0 +1,24 @@ +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 +DEPENDS = "libgpg-error" +DEPENDS_virtclass-native = "gettext" +DEPENDS_virtclass-nativesdk = "gettext" + +RDEPENDS_${PN}-dev = "" +RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPKGV})" + +BBCLASSEXTEND = "native nativesdk" + +SRC_URI[md5sum] = "cbe57cd7cc492a762466f5280a7ffba8" +SRC_URI[sha256sum] = "9bd6949b930aadfce32bc9e101008d4c6ff48329ed0e3a467990bee69f574d66" -- cgit v1.2.3-54-g00ecf