mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
libpng: remove unneeded gettext dependancy
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
parent
dc415f5dcc
commit
a15166ceaf
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user