1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Get buildroot-external tree to reflect 2022.02.1

- Changes to the raspberypi board folder/structure
- Bump python related poackages and fixes to Python3.10
- Bump KF5 framewerk packages to 5.91
- Bump qtwebengine to 5.15.8
- Bump/Add/Fix all OVOS related packages
- Fixes all over the OpenVoiceOS structure for 2022.02.1
This commit is contained in:
j1nx
2022-05-12 10:46:41 +02:00
parent 2ebb462737
commit e84818f62e
382 changed files with 859 additions and 38843 deletions

View File

@@ -4,18 +4,16 @@
#
#############################################################
BARESIP_VERSION = 1.1.0
BARESIP_VERSION = 2.3.0
BARESIP_SOURCE = v$(BARESIP_VERSION).tar.gz
BARESIP_SITE = https://github.com/baresip/baresip/archive
BARESIP_DEPENDENCIES = libre librem zlib
BARESIP_MAKE_ENV = \
BARESIP_MAKE_ENV += \
$(TARGET_CONFIGURE_OPTS) \
SYSROOT=$(STAGING_DIR)/usr \
LD="$(TARGET_CC)" \
LFLAGS="$(TARGET_LDFLAGS)"
BARESIP_MAKE_ARGS = \
BARESIP_MAKE_OPTS += \
LIBRE_MK="$(STAGING_DIR)/usr/share/re/re.mk" \
LIBRE_INC="$(STAGING_DIR)/usr/include/re" \
LIBRE_SO="$(STAGING_DIR)/usr/lib" \
@@ -50,11 +48,11 @@ BARESIP_DEPENDENCIES += xlib_libXext
endif
define BARESIP_BUILD_CMDS
$(BARESIP_MAKE_ENV) $(MAKE) $(BARESIP_MAKE_ARGS) -C $(@D) all
$(BARESIP_MAKE_ENV) $(MAKE) $(BARESIP_MAKE_OPTS) -C $(@D) all
endef
define BARESIP_INSTALL_TARGET_CMDS
$(BARESIP_MAKE_ENV) DESTDIR=$(TARGET_DIR) $(MAKE) $(BARESIP_MAKE_ARGS) -C $(@D) install
endef
#define BARESIP_INSTALL_TARGET_CMDS
# $(BARESIP_MAKE_ENV) DESTDIR=$(TARGET_DIR) $(MAKE) $(BARESIP_MAKE_ARGS) -C $(@D) install
#endef
$(eval $(generic-package))
$(eval $(cmake-package))