package/belr: remove package
belr was only needed as a dependency of linphone, as is anyway bundled
in more recent versions of linphone, making a separate package
unnecessary.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit f88cb527da)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
e9d0303e36
commit
3b71b8e598
@@ -146,6 +146,14 @@ endif
|
||||
|
||||
comment "Legacy options removed in 2025.02.9"
|
||||
|
||||
config BR2_PACKAGE_BELR
|
||||
bool "belr has been removed"
|
||||
select BR2_LEGACY
|
||||
help
|
||||
This package has been removed as part of the linphone
|
||||
removal. In addition, newer version of linphone directly
|
||||
bundle belr making a separate package unnecessary.
|
||||
|
||||
config BR2_PACKAGE_BELLE_SIP
|
||||
bool "belle-sip has been removed"
|
||||
select BR2_LEGACY
|
||||
|
||||
@@ -999,7 +999,6 @@ F: package/openzwave/
|
||||
|
||||
N: Fabrice Fontaine <fontaine.fabrice@gmail.com>
|
||||
F: package/bearssl/
|
||||
F: package/belr/
|
||||
F: package/boinc/
|
||||
F: package/cairo/
|
||||
F: package/daq3/
|
||||
|
||||
@@ -2150,7 +2150,6 @@ menu "Other"
|
||||
source "package/basu/Config.in"
|
||||
source "package/bctoolbox/Config.in"
|
||||
source "package/bdwgc/Config.in"
|
||||
source "package/belr/Config.in"
|
||||
source "package/boost/Config.in"
|
||||
source "package/c-capnproto/Config.in"
|
||||
source "package/capnproto/Config.in"
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
config BR2_PACKAGE_BELR
|
||||
bool "belr"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # bctoolbox
|
||||
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # bctoolbox
|
||||
select BR2_PACKAGE_BCTOOLBOX
|
||||
help
|
||||
Belr is Belledonne Communications' language recognition
|
||||
library, written in C++11. It parses text inputs formatted
|
||||
according to a language defined by an ABNF grammar, such as
|
||||
the protocols standardized at IETF.
|
||||
|
||||
https://gitlab.linphone.org/BC/public/belr
|
||||
|
||||
comment "belr needs a toolchain w/ threads, C++"
|
||||
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
comment "belr needs a toolchain not affected by GCC bug 64735"
|
||||
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
||||
@@ -1,3 +0,0 @@
|
||||
# Locally calculated
|
||||
sha256 6358aa680193d972c831d677da1652c7f57d7e00649b971d4d9fbdebf4331b48 belr-4.4.8.tar.gz
|
||||
sha256 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68 LICENSE.txt
|
||||
@@ -1,25 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# belr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BELR_VERSION = 4.4.8
|
||||
BELR_SITE = https://gitlab.linphone.org/BC/public/belr/-/archive/$(BELR_VERSION)
|
||||
BELR_LICENSE = GPL-3.0+
|
||||
BELR_LICENSE_FILES = LICENSE.txt
|
||||
BELR_INSTALL_STAGING = YES
|
||||
BELR_DEPENDENCIES = bctoolbox
|
||||
BELR_CONF_OPTS = \
|
||||
-DENABLE_STRICT=OFF \
|
||||
-DENABLE_TESTS=OFF \
|
||||
-DENABLE_TOOLS=OFF
|
||||
|
||||
ifeq ($(BR2_STATIC_LIBS),y)
|
||||
BELR_CONF_OPTS += -DENABLE_SHARED=OFF -DENABLE_STATIC=ON
|
||||
else
|
||||
# cannot build static and shared together
|
||||
BELR_CONF_OPTS += -DENABLE_SHARED=ON -DENABLE_STATIC=OFF
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user