mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 01:26:58 +00:00
libmng: fix duplicate dependency on lcms + misc cleanup
The dependency on lcms is handled via the PACKAGECONFIG option, so doesn't need to be hardcoded in DEPENDS. Also update HOMEPAGE, add support for libmng-native and fix typo in PACKAGECONFIG[lcms]. Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
f291c5e076
commit
e54e5fbcee
@ -2,13 +2,13 @@
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
DESCRIPTION = "Development files for the Multiple-image Network Graphics library"
|
||||
HOMEPAGE = "http://www.libmng.com/"
|
||||
HOMEPAGE = "http://www.libpng.org/pub/mng/"
|
||||
LICENSE = "Zlib"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=32becdb8930f90eab219a8021130ec09"
|
||||
SECTION = "devel"
|
||||
DEPENDS = "zlib lcms"
|
||||
DEPENDS = "zlib"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${P}.tar.gz"
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "7e9a12ba2a99dff7e736902ea07383d4"
|
||||
SRC_URI[sha256sum] = "cf112a1fb02f5b1c0fce5cab11ea8243852c139e669c44014125874b14b7dfaa"
|
||||
@ -18,5 +18,6 @@ inherit autotools-brokensep pkgconfig
|
||||
PACKAGECONFIG ??= "jpeg"
|
||||
|
||||
PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg"
|
||||
PACKAGECONFIG[lcms] = "---with-lcms2,--without-lcms2,lcms"
|
||||
PACKAGECONFIG[lcms] = "--with-lcms2,--without-lcms2,lcms"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user