summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-09-16 08:26:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-09-17 14:35:18 +0100
commit9470f687d938e2b6427e75354c74d44b86263bec (patch)
tree3d5a53143dee915d107f5963d4296c7ccd7002c5 /meta
parentbf413add98aa5280b51fa7c1fd3e43b727ee2406 (diff)
downloadpoky-9470f687d938e2b6427e75354c74d44b86263bec.tar.gz
transfig-native: remove, nothing depends on it
(From OE-Core rev: 3ba57642ceca73c601e4297e1b2abd8a4ccd671b) 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-devtools/transfig/transfig-native_3.2.5d.bb39
-rw-r--r--meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb1
2 files changed, 0 insertions, 40 deletions
diff --git a/meta/recipes-devtools/transfig/transfig-native_3.2.5d.bb b/meta/recipes-devtools/transfig/transfig-native_3.2.5d.bb
deleted file mode 100644
index c20a24342f..0000000000
--- a/meta/recipes-devtools/transfig/transfig-native_3.2.5d.bb
+++ /dev/null
@@ -1,39 +0,0 @@
1SUMMARY = "Utilities for converting XFig figure files"
2DESCRIPTION = "This package contains utilities (mainly fig2dev) to \
3handle XFig (Facility for Interactive Generation of figures) files."
4HOMEPAGE = "http://www-epb.lbl.gov/xfig/"
5SECTION = "console/utils"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://fig2dev/fig2dev.c;endline=16;md5=6bab01e017409cf9ab21d3e953b793f7"
8PR = "r1"
9
10DEPENDS = "imake-native xorg-cf-files-native zlib-native jpeg-native libpng-native libxpm-native"
11
12SRC_URI = "${SOURCEFORGE_MIRROR}/mcj/transfig.${PV}.tar.gz"
13
14SRC_URI[md5sum] = "f9eac7f265668ecbfda6aaf7581989ad"
15SRC_URI[sha256sum] = "ae81214177fb05f91f6e43b0b42633b6e0024570cbc6591a3858e12100ce8aaa"
16
17S = "${WORKDIR}/transfig.${PV}"
18
19EXTRA_OEMAKE = "-I${S}"
20
21inherit native
22
23do_configure() {
24 xmkmf
25 make Makefiles
26
27 # Fix hardcoded references to host build locations
28 sed -i -e "s|SYSTEMUSRLIBDIR = /usr/lib64|SYSTEMUSRLIBDIR = ${libdir}|g" fig2dev/Makefile
29 sed -i -e "s|SYSTEMUSRINCDIR = /usr/include|SYSTEMUSRINCDIR = ${includedir}|g" fig2dev/Makefile
30 sed -i -e "s|XPMINC = -I/usr/include/X11|XPMINC = -I${includedir}/X11|g" fig2dev/Makefile
31 sed -i -e "s|/usr/lib64|/usr/lib|g" fig2dev/Makefile || true
32 sed -i -e "s|/usr/lib64|/usr/lib|g" fig2dev/dev/Makefile || true
33 sed -i -e "s|/usr/local/lib|${libdir}|g" fig2dev/Makefile
34 sed -i -e "s|/usr/local/lib|${libdir}|g" fig2dev/dev/Makefile
35}
36
37do_install() {
38 oe_runmake install DESTDIR=${D}
39}
diff --git a/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb b/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb
index 82ee8202a3..934b1bee0f 100644
--- a/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb
+++ b/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb
@@ -213,7 +213,6 @@ DEPENDS = "\
213 tcl-native \ 213 tcl-native \
214 texinfo-native \ 214 texinfo-native \
215 tiff-native \ 215 tiff-native \
216 transfig-native \
217 tzcode-native \ 216 tzcode-native \
218 u-boot-mkimage-native \ 217 u-boot-mkimage-native \
219 unfs-server-native \ 218 unfs-server-native \