aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin/freeimage_3.17.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/pidgin/freeimage_3.17.0.bb')
-rw-r--r--meta-oe/recipes-support/pidgin/freeimage_3.17.0.bb40
1 files changed, 0 insertions, 40 deletions
diff --git a/meta-oe/recipes-support/pidgin/freeimage_3.17.0.bb b/meta-oe/recipes-support/pidgin/freeimage_3.17.0.bb
deleted file mode 100644
index e47dbe4aa8..0000000000
--- a/meta-oe/recipes-support/pidgin/freeimage_3.17.0.bb
+++ /dev/null
@@ -1,40 +0,0 @@
-SUMMARY = "FreeImage tool used by WhatsApp Purple"
-SECTION = "webos/support"
-
-#Due to issues with CRLF line endings in LibWebP now using our own fork, so we don't need to patch in OE which caused issues. In future we migth be able to go back to upstream 3.18.0 release directly for example.
-SRC_URI = "git://github.com/webos-ports/FreeImage"
-
-SRCREV = "60b253f7cd9e82fb730cff7aa46b4eaa855443f1"
-
-LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = " \
- file://license-fi.txt;md5=7d2690b4d6d7dd53d69a773664bc4850 \
- file://license-gplv2.txt;md5=0440c487be0c0200c36caf975ab31174 \
- file://license-gplv3.txt;md5=e9661e0bea741d71a430b23475da519e \
-"
-
-S = "${WORKDIR}/git/"
-
-TARGET_CC_ARCH += "${LDFLAGS}"
-
-do_configure() {
- sed -i -e /^CC/d \
- -e /^CXX\ /d \
- -e /^AR/d \
- -e /^INCDIR\ /d \
- -e /^INSTALLDIR\ /d \
- -e s:'-o root -g root'::g \
- -e /ldconfig/d \
- ${S}/Makefile.gnu
-}
-
-do_install() {
- install -d ${D}${libdir}
- install -d ${D}${includedir}
- oe_runmake INSTALLDIR="${D}${libdir}" INCDIR="${D}${includedir}" install
-}
-
-INSANE_SKIP_${PN} = "already-stripped dev-so"
-
-FILES_${PN} += "${libdir}"
-FILES_SOLIBSDEV = "{libdir}/lib${BP}${SOLIBSDEV}"