[oe-commits] [meta-openembedded] 02/09: libmng: fix duplicate dependency on lcms + misc cleanup

git at git.openembedded.org git at git.openembedded.org
Tue Mar 7 12:30:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit e54e5fbcee36ad86e34e9f44fc289bbc053a5c3b
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Thu Mar 2 17:07:01 2017 -0800

    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 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb b/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb
index 3771840..ba928d2 100644
--- a/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb
+++ b/meta-oe/recipes-graphics/libmng/libmng_2.0.3.bb
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list