From 4cbf68c0fd6e06ecdb41221adb71e39a015a91f2 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 16 Mar 2012 00:02:12 -0700 Subject: imake: Upgrade to 1.0.5 (From OE-Core rev: fa21e26394a575a51fc1338c83deb20ccc1f4c23) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-util/imake_1.0.4.bb | 20 -------------------- meta/recipes-graphics/xorg-util/imake_1.0.5.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-util/imake_1.0.4.bb create mode 100644 meta/recipes-graphics/xorg-util/imake_1.0.5.bb (limited to 'meta/recipes-graphics') diff --git a/meta/recipes-graphics/xorg-util/imake_1.0.4.bb b/meta/recipes-graphics/xorg-util/imake_1.0.4.bb deleted file mode 100644 index e313442261..0000000000 --- a/meta/recipes-graphics/xorg-util/imake_1.0.4.bb +++ /dev/null @@ -1,20 +0,0 @@ -require xorg-util-common.inc - -SUMMARY = "C preprocessor interface to the make utility" -DESCRIPTION = "Imake is used to generate Makefiles from a template, a \ -set of cpp macro functions, and a per-directory input file called an \ -Imakefile. This allows machine dependencies (such as compiler options, \ -alternate command names, and special make rules) to be kept separate \ -from the descriptions of the various items to be built." -LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367" - -DEPENDS = "util-macros xproto xorg-cf-files" -RDEPENDS_${PN} = "perl xproto" - -PR = "r2" -PE = "1" - -SRC_URI[md5sum] = "0fd1e53d94142ddee5340f87de0b9561" -SRC_URI[sha256sum] = "68038fa67929c5553044ad7417e1a64cabe954f04213b305dd36a04a61317d31" - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-graphics/xorg-util/imake_1.0.5.bb b/meta/recipes-graphics/xorg-util/imake_1.0.5.bb new file mode 100644 index 0000000000..ee1e181be5 --- /dev/null +++ b/meta/recipes-graphics/xorg-util/imake_1.0.5.bb @@ -0,0 +1,20 @@ +require xorg-util-common.inc + +SUMMARY = "C preprocessor interface to the make utility" +DESCRIPTION = "Imake is used to generate Makefiles from a template, a \ +set of cpp macro functions, and a per-directory input file called an \ +Imakefile. This allows machine dependencies (such as compiler options, \ +alternate command names, and special make rules) to be kept separate \ +from the descriptions of the various items to be built." +LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367" + +DEPENDS = "util-macros xproto xorg-cf-files" +RDEPENDS_${PN} = "perl xproto" + +PR = "r0" +PE = "1" + +SRC_URI[md5sum] = "60f4c648d9598603c2bc94b44efef4b2" +SRC_URI[sha256sum] = "e939695e46c26bc123065911c13d1210d062a54e3e01ea26e8ad20fa8a8e3b4f" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf