summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-02-08 14:11:41 +0100
committerKhem Raj <raj.khem@gmail.com>2021-02-08 10:17:23 -0800
commitd830e7901eda5863af4dbbcb6018603371151b88 (patch)
tree3d87e40a149b653b8e7e51a1509676e09fc42743 /meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb
parent86c15d5a3cfa5bbd2173d9a444d7cff0dff78f08 (diff)
downloadmeta-openembedded-d830e7901eda5863af4dbbcb6018603371151b88.tar.gz
pidgin: upgrade to 2.14.1 and fix autoconf-2.71 compatibility
* also log.do_configure is showing this since switch to python3: DEBUG: Executing shell function do_configure File "<string>", line 1 import sys ; print sys.version[0:3] ^ SyntaxError: invalid syntax and this whole line doesn't make much sense and PY_VERSION shouldn't be used in configure.ac since: commit 9087a59b1c3f9708642a2327b0cf6ecceac0a66f Author: Martin Jansa <Martin.Jansa@gmail.com> Date: Thu May 5 16:58:59 2016 +0200 pidgin: use pkg-config instead of hardcoded paths or python-config * use separate recipe for libgnt (needed only when consoleui PACKAGECONFIG is enabled) with 0.14.0 release libgnt was moved to separate repository Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb')
-rw-r--r--meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb
new file mode 100644
index 0000000000..67d8cc87ce
--- /dev/null
+++ b/meta-oe/recipes-support/pidgin/libgnt_2.14.1.bb
@@ -0,0 +1,20 @@
1SUMMARY = "GNT: The GLib Ncurses Toolkit"
2
3SECTION = "libs"
4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c9a1abacd0166f595a9fbe6afb1f0d5e"
6DEPENDS = "glib-2.0 ncurses libxml2 glib-2.0-native"
7
8inherit meson
9
10# SRCREV = "0a44b1d01c41"
11# SRC_URI = "hg://keep.imfreedom.org/${BPN};module=${BPN}
12
13SRC_URI = "${SOURCEFORGE_MIRROR}/project/pidgin/${BPN}/${PV}/${BP}.tar.xz \
14 file://0001-meson-import-changes-from-3.0.-version.patch \
15"
16SRC_URI[sha256sum] = "5ec3e68e18f956e9998d79088b299fa3bca689bcc95c86001bc5da17c1eb4bd8"
17
18EXTRA_OEMESON = "-Dintrospection=false -Ddoc=false"
19
20FILES_${PN} += "${libdir}/gnt/s.so ${libdir}/gnt/irssi.so"