summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-08-09 11:29:57 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-08-11 10:59:17 +0200
commite213115b0b7b001eb5973d42dcae3bb1532a8583 (patch)
tree87b7845eb21a4bdc4e6d979d8e1f33dbc2c4a1ec /meta-oe
parent4d4ab8fd320b58323033c12cf705e7b3ce10d659 (diff)
downloadmeta-openembedded-e213115b0b7b001eb5973d42dcae3bb1532a8583.tar.gz
libungif: remove and use giflib everywhere
* giflib says it's API and ABI compatible with libungif which was in wide use while the LZW compression algorithm was patented. * the selection between giflib and libungif wasn't ever determinictic because of conflicts in sysroot * resolves couple of undeterministic dependencies and: WARNING: The recipe giflib is trying to install files into a shared area when those files already exist. Those files and their manifest location are: sysroots/qemuarm/usr/include/gif_lib.h Matched in manifest-qemuarm-libungif.populate_sysroot Please verify which package should provide the above files. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-extended/libungif/libungif_4.1.4.bb16
-rw-r--r--meta-oe/recipes-graphics/fbida/fbida_git.bb2
-rw-r--r--meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb2
3 files changed, 2 insertions, 18 deletions
diff --git a/meta-oe/recipes-extended/libungif/libungif_4.1.4.bb b/meta-oe/recipes-extended/libungif/libungif_4.1.4.bb
deleted file mode 100644
index aa0565384..000000000
--- a/meta-oe/recipes-extended/libungif/libungif_4.1.4.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "shared library for GIF images"
2SECTION = "libs"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://COPYING;md5=ae11c61b04b2917be39b11f78d71519a"
5
6SRC_URI = "${SOURCEFORGE_MIRROR}/giflib/libungif-4.x/libungif-${PV}/libungif-${PV}.tar.bz2"
7SRC_URI[md5sum] = "76865bc1bed90ecb5992a1edcc4d6c15"
8SRC_URI[sha256sum] = "708a7eac218d3fd8e8dfb13f1089d4e1e98246985180a17d6ecfca5a6bd4d332"
9
10inherit autotools lib_package
11
12PACKAGES =+ "${PN}-utils"
13
14FILES_${PN}-utils = "${bindir}/*"
15
16BBCLASSEXTEND = "native"
diff --git a/meta-oe/recipes-graphics/fbida/fbida_git.bb b/meta-oe/recipes-graphics/fbida/fbida_git.bb
index f4dd01d8b..41c14b88a 100644
--- a/meta-oe/recipes-graphics/fbida/fbida_git.bb
+++ b/meta-oe/recipes-graphics/fbida/fbida_git.bb
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
18EXTRA_OEMAKE = "STRIP=" 18EXTRA_OEMAKE = "STRIP="
19 19
20PACKAGECONFIG ??= "gif png" 20PACKAGECONFIG ??= "gif png"
21PACKAGECONFIG[gif] = ",,libungif" 21PACKAGECONFIG[gif] = ",,giflib"
22PACKAGECONFIG[png] = ",,libpng" 22PACKAGECONFIG[png] = ",,libpng"
23PACKAGECONFIG[tiff] = ",,tiff" 23PACKAGECONFIG[tiff] = ",,tiff"
24PACKAGECONFIG[motif] = ",,libx11 libxext libxpm libxt openmotif" 24PACKAGECONFIG[motif] = ",,libx11 libxext libxpm libxt openmotif"
diff --git a/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
index 6d57da743..e826e05bf 100644
--- a/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
+++ b/meta-oe/recipes-graphics/leptonica/leptonica_1.70.bb
@@ -1,5 +1,5 @@
1DESCRIPTION = "A pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications" 1DESCRIPTION = "A pedagogically-oriented open source site containing software that is broadly useful for image processing and image analysis applications"
2DEPENDS = "jpeg tiff libpng zlib libungif" 2DEPENDS = "jpeg tiff libpng zlib giflib"
3LICENSE = "BSD-2-Clause" 3LICENSE = "BSD-2-Clause"
4LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=20cdd3af097ca431b82004c691f406a6" 4LIC_FILES_CHKSUM = "file://leptonica-license.txt;md5=20cdd3af097ca431b82004c691f406a6"
5 5