summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-util
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-02-06 20:44:23 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2011-02-09 22:45:46 +0000
commitfbf6c30fb7345866e162e654b0ddb364aab744dd (patch)
treedffb4f10a815499d42060e1bca30284b18f96154 /meta/recipes-graphics/xorg-util
parent98dec6e8893e7aa03f24b9fa7da03951dbbd2bf7 (diff)
downloadpoky-fbf6c30fb7345866e162e654b0ddb364aab744dd.tar.gz
imake: add native support to recipe and update DEPENDS
xorg-cf-files includes configuration files used by imake-based recipes. Also add native support to the recipe. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-util')
-rw-r--r--meta/recipes-graphics/xorg-util/imake_1.0.4.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-graphics/xorg-util/imake_1.0.4.bb b/meta/recipes-graphics/xorg-util/imake_1.0.4.bb
index 9202317e10..e313442261 100644
--- a/meta/recipes-graphics/xorg-util/imake_1.0.4.bb
+++ b/meta/recipes-graphics/xorg-util/imake_1.0.4.bb
@@ -1,20 +1,20 @@
1require xorg-util-common.inc 1require xorg-util-common.inc
2 2
3SUMMARY = "C preprocessor interface to the make utility" 3SUMMARY = "C preprocessor interface to the make utility"
4
5DESCRIPTION = "Imake is used to generate Makefiles from a template, a \ 4DESCRIPTION = "Imake is used to generate Makefiles from a template, a \
6set of cpp macro functions, and a per-directory input file called an \ 5set of cpp macro functions, and a per-directory input file called an \
7Imakefile. This allows machine dependencies (such as compiler options, \ 6Imakefile. This allows machine dependencies (such as compiler options, \
8alternate command names, and special make rules) to be kept separate \ 7alternate command names, and special make rules) to be kept separate \
9from the descriptions of the various items to be built." 8from the descriptions of the various items to be built."
9LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367"
10 10
11DEPENDS = "util-macros" 11DEPENDS = "util-macros xproto xorg-cf-files"
12RDEPENDS_${PN} = "perl xproto" 12RDEPENDS_${PN} = "perl xproto"
13 13
14LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367" 14PR = "r2"
15
16PR = "r1"
17PE = "1" 15PE = "1"
18 16
19SRC_URI[md5sum] = "0fd1e53d94142ddee5340f87de0b9561" 17SRC_URI[md5sum] = "0fd1e53d94142ddee5340f87de0b9561"
20SRC_URI[sha256sum] = "68038fa67929c5553044ad7417e1a64cabe954f04213b305dd36a04a61317d31" 18SRC_URI[sha256sum] = "68038fa67929c5553044ad7417e1a64cabe954f04213b305dd36a04a61317d31"
19
20BBCLASSEXTEND = "native"