[oe-commits] Ross Burton : imake: remove

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 13:23:27 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: aa6d9296e7c7e5b96d868d9c17d639b4f33ca18e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=aa6d9296e7c7e5b96d868d9c17d639b4f33ca18e

Author: Ross Burton <ross.burton at intel.com>
Date:   Mon Sep 16 08:26:29 2013 +0000

imake: remove

Remove both imake and the associated xorg-cf-files, as nothing has used imake to
build for a long time.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../packagegroups/packagegroup-toolset-native.bb   |    2 --
 meta/recipes-graphics/xorg-util/imake_1.0.5.bb     |   20 --------------------
 .../xorg-util/xorg-cf-files_1.0.5.bb               |   15 ---------------
 3 files changed, 0 insertions(+), 37 deletions(-)

diff --git a/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb b/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb
index 934b1be..53914f3 100644
--- a/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb
+++ b/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb
@@ -92,7 +92,6 @@ DEPENDS = "\
     icecc-create-env-native \
     icon-naming-utils-native \
     icu-native \
-    imake-native \
     inputproto-native \
     insserv-native \
     intltool-native \
@@ -225,7 +224,6 @@ DEPENDS = "\
     xcmiscproto-native \
     xextproto-native \
     xkbcomp-native \
-    xorg-cf-files-native \
     xproto-native \
     xtrans-native \
     xz-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
deleted file mode 100644
index ee1e181..0000000
--- a/meta/recipes-graphics/xorg-util/imake_1.0.5.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 = "r0"
-PE = "1"
-
-SRC_URI[md5sum] = "60f4c648d9598603c2bc94b44efef4b2"
-SRC_URI[sha256sum] = "e939695e46c26bc123065911c13d1210d062a54e3e01ea26e8ad20fa8a8e3b4f"
-
-BBCLASSEXTEND = "native"
diff --git a/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.5.bb b/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.5.bb
deleted file mode 100644
index fca8328..0000000
--- a/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.5.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-require xorg-util-common.inc
-
-SUMMARY = "Data files for the imake utility"
-DESCRIPTION = "Data files for the imake utility"
-LIC_FILES_CHKSUM = "file://COPYING;md5=0f334a06f2de517e37e86d6757167d88"
-
-DEPENDS = "font-util"
-
-
-FILES_${PN} += "${libdir}/X11/config/*"
-
-SRC_URI[md5sum] = "ccb5f341ed5932d5ae870d9128e37c32"
-SRC_URI[sha256sum] = "8c9ce7952094d49a1d3f849e45caf848d83ad879d91f3169cc373f52502d0c20"
-
-BBCLASSEXTEND = "native"



More information about the Openembedded-commits mailing list