From fbf6c30fb7345866e162e654b0ddb364aab744dd Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Sun, 6 Feb 2011 20:44:23 -0800 Subject: 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 --- meta/recipes-graphics/xorg-util/imake_1.0.4.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meta/recipes-graphics/xorg-util') 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 @@ 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" +DEPENDS = "util-macros xproto xorg-cf-files" RDEPENDS_${PN} = "perl xproto" -LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367" - -PR = "r1" +PR = "r2" PE = "1" SRC_URI[md5sum] = "0fd1e53d94142ddee5340f87de0b9561" SRC_URI[sha256sum] = "68038fa67929c5553044ad7417e1a64cabe954f04213b305dd36a04a61317d31" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf