summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-16 08:26:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-17 14:35:19 +0100
commit5eae2d57b41f188a87e84904faf427d0a180c17a (patch)
tree1c7e498c1aa0c21ec9dfe8258f74356c90190db4 /meta
parent9470f687d938e2b6427e75354c74d44b86263bec (diff)
downloadpoky-5eae2d57b41f188a87e84904faf427d0a180c17a.tar.gz
imake: remove
Remove both imake and the associated xorg-cf-files, as nothing has used imake to build for a long time. (From OE-Core rev: aa6d9296e7c7e5b96d868d9c17d639b4f33ca18e) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb2
-rw-r--r--meta/recipes-graphics/xorg-util/imake_1.0.5.bb20
-rw-r--r--meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.5.bb15
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 934b1bee0f..53914f3fbd 100644
--- a/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb
+++ b/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb
@@ -92,7 +92,6 @@ DEPENDS = "\
92 icecc-create-env-native \ 92 icecc-create-env-native \
93 icon-naming-utils-native \ 93 icon-naming-utils-native \
94 icu-native \ 94 icu-native \
95 imake-native \
96 inputproto-native \ 95 inputproto-native \
97 insserv-native \ 96 insserv-native \
98 intltool-native \ 97 intltool-native \
@@ -225,7 +224,6 @@ DEPENDS = "\
225 xcmiscproto-native \ 224 xcmiscproto-native \
226 xextproto-native \ 225 xextproto-native \
227 xkbcomp-native \ 226 xkbcomp-native \
228 xorg-cf-files-native \
229 xproto-native \ 227 xproto-native \
230 xtrans-native \ 228 xtrans-native \
231 xz-native \ 229 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 ee1e181be5..0000000000
--- a/meta/recipes-graphics/xorg-util/imake_1.0.5.bb
+++ /dev/null
@@ -1,20 +0,0 @@
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"
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 fca832851d..0000000000
--- a/meta/recipes-graphics/xorg-util/xorg-cf-files_1.0.5.bb
+++ /dev/null
@@ -1,15 +0,0 @@
1require xorg-util-common.inc
2
3SUMMARY = "Data files for the imake utility"
4DESCRIPTION = "Data files for the imake utility"
5LIC_FILES_CHKSUM = "file://COPYING;md5=0f334a06f2de517e37e86d6757167d88"
6
7DEPENDS = "font-util"
8
9
10FILES_${PN} += "${libdir}/X11/config/*"
11
12SRC_URI[md5sum] = "ccb5f341ed5932d5ae870d9128e37c32"
13SRC_URI[sha256sum] = "8c9ce7952094d49a1d3f849e45caf848d83ad879d91f3169cc373f52502d0c20"
14
15BBCLASSEXTEND = "native"