From b789be061e3bb5a54816bfe6ae3893a547c253e4 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Sat, 26 Feb 2011 09:10:07 -0700 Subject: [PATCH] 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 --- recipes/gimp/gimp.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5