1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

jpeg: add gettext to DEPENDS

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock
2009-12-17 16:23:05 +00:00
parent 7188bb4a26
commit d6cbbec747
+3 -3
View File
@@ -3,10 +3,10 @@ LICENSE ="jpeg"
SECTION = "libs" SECTION = "libs"
PRIORITY = "required" PRIORITY = "required"
DEPENDS = "libtool-cross" DEPENDS = "libtool-cross gettext"
DEPENDS_virtclass-native = "libtool-native" DEPENDS_virtclass-native = "libtool-native gettext-native"
PR = "r7" PR = "r8"
SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \ SRC_URI = "http://www.ijg.org/files/jpegsrc.v${PV}.tar.gz \
file://debian.patch;patch=1 \ file://debian.patch;patch=1 \