summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util/imake_1.0.5.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-03-16 00:02:12 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-21 15:33:02 +0000
commit4cbf68c0fd6e06ecdb41221adb71e39a015a91f2 (patch)
tree2c4bfb511a522df58952cb35f365fdc70e35fcea /meta/recipes-graphics/xorg-util/imake_1.0.5.bb
parent647ca07b3e72e9b8042bc709e64c81d784624a12 (diff)
downloadpoky-4cbf68c0fd6e06ecdb41221adb71e39a015a91f2.tar.gz
imake: Upgrade to 1.0.5
(From OE-Core rev: fa21e26394a575a51fc1338c83deb20ccc1f4c23) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-util/imake_1.0.5.bb')
-rw-r--r--meta/recipes-graphics/xorg-util/imake_1.0.5.bb20
1 files changed, 20 insertions, 0 deletions
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 @@
1require xorg-util-common.inc
2
3SUMMARY = "C preprocessor interface to the make utility"
4DESCRIPTION = "Imake is used to generate Makefiles from a template, a \
5set of cpp macro functions, and a per-directory input file called an \
6Imakefile. This allows machine dependencies (such as compiler options, \
7alternate command names, and special make rules) to be kept separate \
8from the descriptions of the various items to be built."
9LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367"
10
11DEPENDS = "util-macros xproto xorg-cf-files"
12RDEPENDS_${PN} = "perl xproto"
13
14PR = "r0"
15PE = "1"
16
17SRC_URI[md5sum] = "60f4c648d9598603c2bc94b44efef4b2"
18SRC_URI[sha256sum] = "e939695e46c26bc123065911c13d1210d062a54e3e01ea26e8ad20fa8a8e3b4f"
19
20BBCLASSEXTEND = "native"