mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
jpeg: remove unneeded gettext dependancy
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user