From 2b4650f9638e2094ff9f3f6a55a1e327e62925cc Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 24 Nov 2010 11:16:10 -0800 Subject: util-macros: Update to version 1.11 Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-util/util-macros_1.10.0.bb | 16 ---------------- meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-util/util-macros_1.10.0.bb create mode 100644 meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb (limited to 'meta/recipes-graphics/xorg-util') diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.10.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.10.0.bb deleted file mode 100644 index d3bf613a63..0000000000 --- a/meta/recipes-graphics/xorg-util/util-macros_1.10.0.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "X autotools macros" - -require xorg-util-common.inc - -LICENSE = "MIT & MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=b8b2965be9997891cf7ddccdfb242ca8" - -PE = "1" -PR = "r0" - -# ${PN} is empty so we need to tweak -dev and -dbg package dependencies -DEPENDS = "gettext" -RDEPENDS_${PN}-dev = "" -RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb new file mode 100644 index 0000000000..c7037d3456 --- /dev/null +++ b/meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb @@ -0,0 +1,16 @@ +DESCRIPTION = "X autotools macros" + +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 = "gettext" +RDEPENDS_${PN}-dev = "" +RRECOMMENDS_${PN}-dbg = "${PN}-dev (= ${EXTENDPV})" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf