jpeg: remove unneeded gettext dependancy

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2009-12-22 15:31:14 +00:00
parent 3e12340abf
commit dc415f5dcc
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@ LICENSE ="jpeg"
SECTION = "libs"
PRIORITY = "required"
DEPENDS = "libtool-cross gettext"
DEPENDS_virtclass-native = "libtool-native gettext-native"
DEPENDS = "libtool-cross"
DEPENDS_virtclass-native = "libtool-native"
PR = "r8"
PR = "r9"
SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
file://debian.patch;patch=1 \