mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
package/libsigrokdecode: bump version to 0.4.0
Switch to upstream tarball, remove autoreconf, add hash, fix typo. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
776aeef6d8
commit
18ca5124a9
@ -17,7 +17,7 @@ config BR2_PACKAGE_LIBSIGROKDECODE
|
|||||||
|
|
||||||
http://sigrok.org/wiki/Libsigrokdecode
|
http://sigrok.org/wiki/Libsigrokdecode
|
||||||
|
|
||||||
comment "libsigrokecode needs a toolchain w/ wchar, threads, dynamic library"
|
comment "libsigrokdecode needs a toolchain w/ wchar, threads, dynamic library"
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_PACKAGE_PYTHON
|
depends on !BR2_PACKAGE_PYTHON
|
||||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||||
|
2
package/libsigrokdecode/libsigrokdecode.hash
Normal file
2
package/libsigrokdecode/libsigrokdecode.hash
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Locally computed
|
||||||
|
sha256 fd7e9d1b73245e844ead97a16d5321c766196f946c9b28a8646cab2e98ec3537 libsigrokdecode-0.4.0.tar.gz
|
@ -4,20 +4,11 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LIBSIGROKDECODE_VERSION = 9177963de41c2d003d417049470eea3c98eeb2ef
|
LIBSIGROKDECODE_VERSION = 0.4.0
|
||||||
# No https access on upstream git
|
LIBSIGROKDECODE_SITE = http://sigrok.org/download/source/libsigrokdecode
|
||||||
LIBSIGROKDECODE_SITE = git://sigrok.org/libsigrokdecode
|
|
||||||
LIBSIGROKDECODE_LICENSE = GPLv3+
|
LIBSIGROKDECODE_LICENSE = GPLv3+
|
||||||
LIBSIGROKDECODE_LICENSE_FILES = COPYING
|
LIBSIGROKDECODE_LICENSE_FILES = COPYING
|
||||||
# Git checkout has no configure script
|
|
||||||
LIBSIGROKDECODE_AUTORECONF = YES
|
|
||||||
LIBSIGROKDECODE_INSTALL_STAGING = YES
|
LIBSIGROKDECODE_INSTALL_STAGING = YES
|
||||||
LIBSIGROKDECODE_DEPENDENCIES = host-pkgconf libglib2 python3
|
LIBSIGROKDECODE_DEPENDENCIES = host-pkgconf libglib2 python3
|
||||||
|
|
||||||
define LIBSIGROKDECODE_ADD_MISSING
|
|
||||||
mkdir -p $(@D)/autostuff
|
|
||||||
endef
|
|
||||||
|
|
||||||
LIBSIGROKDECODE_PRE_CONFIGURE_HOOKS += LIBSIGROKDECODE_ADD_MISSING
|
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user