]> code.ossystems Code Review - openembedded-core.git/commitdiff
imake: upgrade from 1.0.2 to 1.0.4
authorYu Ke <ke.yu@intel.com>
Sun, 21 Nov 2010 12:20:37 +0000 (20:20 +0800)
committerSaul Wold <sgw@linux.intel.com>
Mon, 22 Nov 2010 18:35:01 +0000 (10:35 -0800)
Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/conf/distro/include/preferred-xorg-versions.inc
meta/recipes-graphics/xorg-util/imake_1.0.4.bb [new file with mode: 0644]

index eaea3d6383cb292b6d51f51223b2fd3cb3069fc9..54c0747560e5cdf855e37e21c6c0e40a5fa5405b 100644 (file)
@@ -17,7 +17,7 @@ PREFERRED_VERSION_fontsproto ?= "2.1.1"
 PREFERRED_VERSION_fontsproto-native ?= "2.1.1"
 PREFERRED_VERSION_gccmakedep ?= "1.0.2"
 PREFERRED_VERSION_glproto ?= "1.4.12"
-PREFERRED_VERSION_imake ?= "1.0.2"
+PREFERRED_VERSION_imake ?= "1.0.4"
 #PREFERRED_VERSION_inputproto ?= "2.0"
 #PREFERRED_VERSION_inputproto-native ?= "2.0"
 #PREFERRED_VERSION_inputproto-nativesdk ?= "2.0"
diff --git a/meta/recipes-graphics/xorg-util/imake_1.0.4.bb b/meta/recipes-graphics/xorg-util/imake_1.0.4.bb
new file mode 100644 (file)
index 0000000..cd8ffdb
--- /dev/null
@@ -0,0 +1,10 @@
+require xorg-util-common.inc
+
+DESCRIPTION = "C preprocessor interface to the make utility"
+DEPENDS = "util-macros"
+RDEPENDS = "perl xproto"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=b9c6cfb044c6d0ff899eaafe4c729367"
+
+PR = "r0"
+PE = "1"