[no ci] Package: update majestic-plugins

pull/1284/head
Viktor 2024-01-28 19:13:58 +01:00
parent c78cbdd317
commit f61828747e
4 changed files with 3 additions and 12 deletions

View File

@ -1,5 +1,5 @@
config BR2_PACKAGE_MAJESTIC_FONTS
bool "Majestic, fonts package"
bool "majestic-fonts"
default n
help
Minimized TTF fonts for Majestic streamer

View File

@ -1,10 +1,9 @@
################################################################################
#
# majestic-fonts | updated 2021.12.04
# majestic-fonts
#
################################################################################
#MAJESTIC_FONTS_VERSION = current
MAJESTIC_FONTS_LICENSE = MIT
MAJESTIC_FONTS_LICENSE_FILES = LICENSE

View File

@ -1,4 +1,4 @@
config BR2_PACKAGE_SIGMASTAR_MOTORS
config BR2_PACKAGE_MAJESTIC_PLUGINS
bool "majestic-plugins"
help
Sample for Majestic plugins.

View File

@ -7,13 +7,6 @@
MAJESTIC_PLUGINS_SITE = $(call github,openipc,majestic-plugins,$(MAJESTIC_PLUGINS_VERSION))
MAJESTIC_PLUGINS_VERSION = master
MAJESTIC_PLUGINS_PATH = $(BASE_DIR)/../majestic-plugins
ifneq ($(wildcard $(MAJESTIC_PLUGINS_PATH)),)
define MAJESTIC_PLUGINS_BUILD_CMDS
$(MAKE) CC=$(TARGET_CC) TARGET=$(OPENIPC_SOC_VENDOR) -C $(MAJESTIC_PLUGINS_PATH) -B
endef
else
define MAJESTIC_PLUGINS_BUILD_CMDS
$(MAKE) CC=$(TARGET_CC) TARGET=$(OPENIPC_SOC_VENDOR) -C $(@D) -B
endef
@ -21,6 +14,5 @@ endef
define MAJESTIC_PLUGINS_INSTALL_TARGET_CMDS
$(INSTALL) -m 644 -t $(TARGET_DIR)/usr/lib $(@D)/$(OPENIPC_SOC_VENDOR).so
endef
endif
$(eval $(generic-package))