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.11.0.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb (limited to 'meta/recipes-graphics/xorg-util/util-macros_1.11.0.bb') 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