46aab84c6f
This will fix the following build failure with python 3.9 and sigrok-cli: /srv/storage/autobuild/run/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/mips64el-buildroot-linux-uclibc/5.5.0/../../../../mips64el-buildroot-linux-uclibc/bin/ld: /srv/storage/autobuild/run/instance-1/output-1/host/bin/../mips64el-buildroot-linux-uclibc/sysroot/usr/lib/libsigrokdecode.so: undefined reference to `PyList_Insert' Fixes: - http://autobuild.buildroot.org/results/cc6447b926f8223c68d0086428d29a037b18252d Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
17 lines
557 B
Makefile
17 lines
557 B
Makefile
################################################################################
|
|
#
|
|
# libsigrokdecode
|
|
#
|
|
################################################################################
|
|
|
|
LIBSIGROKDECODE_VERSION = 0.5.3
|
|
LIBSIGROKDECODE_SITE = http://sigrok.org/download/source/libsigrokdecode
|
|
LIBSIGROKDECODE_LICENSE = GPL-3.0+
|
|
LIBSIGROKDECODE_LICENSE_FILES = COPYING
|
|
LIBSIGROKDECODE_INSTALL_STAGING = YES
|
|
LIBSIGROKDECODE_DEPENDENCIES = host-pkgconf libglib2 python3
|
|
# We're patching configure.ac
|
|
LIBSIGROKDECODE_AUTORECONF = YES
|
|
|
|
$(eval $(autotools-package))
|