From: Robert Yang <liezhi.yang@windriver.com>
To: Ross Burton <ross.burton@intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/2] transfig-native: remove, nothing depends on it
Date: Mon, 16 Sep 2013 16:58:27 +0800 [thread overview]
Message-ID: <5236C833.30002@windriver.com> (raw)
In-Reply-To: <1379319989-9475-1-git-send-email-ross.burton@intel.com>
Hi Ross,
Is there a specify reason that we need to remove it ? transfig
provides fig2dev which is used for building the documentation,
for example, gstreamer and libtheora may use fig2dev.
// Robert
On 09/16/2013 04:26 PM, Ross Burton wrote:
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
> .../transfig/transfig-native_3.2.5d.bb | 39 --------------------
> .../packagegroups/packagegroup-toolset-native.bb | 1 -
> 2 files changed, 40 deletions(-)
> delete mode 100644 meta/recipes-devtools/transfig/transfig-native_3.2.5d.bb
>
> 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 c20a243..0000000
> --- a/meta/recipes-devtools/transfig/transfig-native_3.2.5d.bb
> +++ /dev/null
> @@ -1,39 +0,0 @@
> -SUMMARY = "Utilities for converting XFig figure files"
> -DESCRIPTION = "This package contains utilities (mainly fig2dev) to \
> -handle XFig (Facility for Interactive Generation of figures) files."
> -HOMEPAGE = "http://www-epb.lbl.gov/xfig/"
> -SECTION = "console/utils"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://fig2dev/fig2dev.c;endline=16;md5=6bab01e017409cf9ab21d3e953b793f7"
> -PR = "r1"
> -
> -DEPENDS = "imake-native xorg-cf-files-native zlib-native jpeg-native libpng-native libxpm-native"
> -
> -SRC_URI = "${SOURCEFORGE_MIRROR}/mcj/transfig.${PV}.tar.gz"
> -
> -SRC_URI[md5sum] = "f9eac7f265668ecbfda6aaf7581989ad"
> -SRC_URI[sha256sum] = "ae81214177fb05f91f6e43b0b42633b6e0024570cbc6591a3858e12100ce8aaa"
> -
> -S = "${WORKDIR}/transfig.${PV}"
> -
> -EXTRA_OEMAKE = "-I${S}"
> -
> -inherit native
> -
> -do_configure() {
> - xmkmf
> - make Makefiles
> -
> - # Fix hardcoded references to host build locations
> - sed -i -e "s|SYSTEMUSRLIBDIR = /usr/lib64|SYSTEMUSRLIBDIR = ${libdir}|g" fig2dev/Makefile
> - sed -i -e "s|SYSTEMUSRINCDIR = /usr/include|SYSTEMUSRINCDIR = ${includedir}|g" fig2dev/Makefile
> - sed -i -e "s|XPMINC = -I/usr/include/X11|XPMINC = -I${includedir}/X11|g" fig2dev/Makefile
> - sed -i -e "s|/usr/lib64|/usr/lib|g" fig2dev/Makefile || true
> - sed -i -e "s|/usr/lib64|/usr/lib|g" fig2dev/dev/Makefile || true
> - sed -i -e "s|/usr/local/lib|${libdir}|g" fig2dev/Makefile
> - sed -i -e "s|/usr/local/lib|${libdir}|g" fig2dev/dev/Makefile
> -}
> -
> -do_install() {
> - oe_runmake install DESTDIR=${D}
> -}
> diff --git a/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb b/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb
> index 82ee820..934b1be 100644
> --- a/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb
> +++ b/meta/recipes-gnome/packagegroups/packagegroup-toolset-native.bb
> @@ -213,7 +213,6 @@ DEPENDS = "\
> tcl-native \
> texinfo-native \
> tiff-native \
> - transfig-native \
> tzcode-native \
> u-boot-mkimage-native \
> unfs-server-native \
>
next prev parent reply other threads:[~2013-09-16 9:03 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-16 8:26 [PATCH 1/2] transfig-native: remove, nothing depends on it Ross Burton
2013-09-16 8:26 ` [PATCH 2/2] imake: remove Ross Burton
2013-09-16 8:58 ` Robert Yang [this message]
2013-09-16 9:15 ` [PATCH 1/2] transfig-native: remove, nothing depends on it Burton, Ross
2013-09-16 9:30 ` Burton, Ross
2013-09-16 10:12 ` Robert Yang
2013-09-16 17:04 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5236C833.30002@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=ross.burton@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.