Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/coreboot_buildroot_project/commit/dee2aa265867c49d90ea905f76e33da374ed602b?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix package

pull/5/head
xSmurf 10 years ago
parent daec542cf5
commit dee2aa2658

@ -4,9 +4,9 @@
# #
################################################################################ ################################################################################
CONNECTPROXY_VERSION = master CONNECTPROXY_VERSION = 1.100
CONNECTPROXY_SITE = https://bitbucket.org/gotoh/connect CONNECTPROXY_SOURCE = $(CONNECTPROXY_VERSION).tar.gz
CONNECTPROXY_SITE_METHOD = git CONNECTPROXY_SITE = https://bitbucket.org/gotoh/connect/get/
CONNECTPROXY_LICENSE = GPLv2 CONNECTPROXY_LICENSE = GPLv2
CONNECTPROXY_CFLAGS = $(TARGET_CFLAGS) -I$(@D) CONNECTPROXY_CFLAGS = $(TARGET_CFLAGS) -I$(@D)
CONNECTPROXY_CXXFLAGS = $(TARGET_CXXFLAGS) -I$(@D) CONNECTPROXY_CXXFLAGS = $(TARGET_CXXFLAGS) -I$(@D)
@ -16,7 +16,7 @@ define CONNECTPROXY_BUILD_CMDS
endef endef
define CONNECTPROXY_INSTALL_TARGET_CMDS define CONNECTPROXY_INSTALL_TARGET_CMDS
$(INSTALL) -m 0755 -D $(@D)/connect-proxy $(TARGET_DIR)/usr/bin/connect-proxy $(INSTALL) -m 0755 -D $(@D)/connect $(TARGET_DIR)/usr/bin/connect
endef endef
$(eval $(generic-package)) $(eval $(generic-package))

Loading…
Cancel
Save