From bdd410571afadbe78286439bdbac85a0998babf5 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Sat, 7 Dec 2013 10:20:36 +0200 Subject: util-macros: upgrade to 1.18.0 Signed-off-by: Saul Wold --- meta/recipes-graphics/xorg-util/util-macros_1.17.1.bb | 19 ------------------- meta/recipes-graphics/xorg-util/util-macros_1.18.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-util/util-macros_1.17.1.bb create mode 100644 meta/recipes-graphics/xorg-util/util-macros_1.18.0.bb (limited to 'meta/recipes-graphics/xorg-util') diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.17.1.bb b/meta/recipes-graphics/xorg-util/util-macros_1.17.1.bb deleted file mode 100644 index 9274a3a1b7..0000000000 --- a/meta/recipes-graphics/xorg-util/util-macros_1.17.1.bb +++ /dev/null @@ -1,19 +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" - -# ${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] = "886de1940334e097c5f66233a8393122" -SRC_URI[sha256sum] = "67bd01d5f4713c9e9d57dc742504d06292dd9c4fb73041ea16fed034c56c622a" diff --git a/meta/recipes-graphics/xorg-util/util-macros_1.18.0.bb b/meta/recipes-graphics/xorg-util/util-macros_1.18.0.bb new file mode 100644 index 0000000000..79759f6149 --- /dev/null +++ b/meta/recipes-graphics/xorg-util/util-macros_1.18.0.bb @@ -0,0 +1,19 @@ +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" + +# ${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] = "fd0ba21b3179703c071bbb4c3e5fb0f4" +SRC_URI[sha256sum] = "cf4ab0e17bfee0f7689cdcff8c7d7f164c9a710f851f91c488f5cd81fac9c0aa" -- cgit 1.2.3-korg