mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
libpng: remove unneeded gettext dependancy
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -2,9 +2,9 @@ DESCRIPTION = "PNG Library"
|
||||
HOMEPAGE = "http://www.libpng.org/"
|
||||
LICENSE = "libpng"
|
||||
SECTION = "libs"
|
||||
DEPENDS = "zlib gettext"
|
||||
DEPENDS = "zlib"
|
||||
PRIORITY = "required"
|
||||
PR = "r8"
|
||||
PR = "r9"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/libpng/libpng-${PV}.tar.bz2 \
|
||||
file://makefile_fix.patch;patch=1"
|
||||
|
||||
Reference in New Issue
Block a user