aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gimp
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-26 09:10:07 -0700
committerSteffen Sledz <sledz@dresearch.de>2011-03-02 08:30:21 +0100
commit090ed455097893749ade6fa80d2cbb4b6ea78696 (patch)
tree0f65489f3ae7ec04f3379629f478e7efffd9cee8 /recipes/gimp
parent2622c9d8bb38fd131b5bfc82a35290042a98bd5c (diff)
downloadopenembedded-090ed455097893749ade6fa80d2cbb4b6ea78696.tar.gz
gimp.inc: Drop sed-native from DEPENDS
This was introduced forever ago and doesn't look to make sense anymore (there's no non-standard regexes being applied). This is also racy with 'sed' being invoked elsewhere. If we really can't rely on host sed we need to tackle this early and for everyone. Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gimp')
-rw-r--r--recipes/gimp/gimp.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gimp/gimp.inc b/recipes/gimp/gimp.inc
index c3f2393243..c07d0dde00 100644
--- a/recipes/gimp/gimp.inc
+++ b/recipes/gimp/gimp.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.gimp.org"
SECTION = "x11/graphics"
LICENSE = "GPL"
-DEPENDS = "sed-native gdk-pixbuf-csource-native libart-lgpl gtk+ jpeg libpng libexif tiff"
+DEPENDS = "gdk-pixbuf-csource-native libart-lgpl gtk+ jpeg libpng libexif tiff"
SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2 \
file://configure-libwmf.patch"