mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 15:12:28 +02:00
urjtag: disable python bindings
This commit is contained in:
parent
009fea8ba3
commit
ee4c2afefc
@ -26,11 +26,9 @@ define Package/urjtag
|
|||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
TITLE:=Urjtag
|
TITLE:=Urjtag
|
||||||
URL:=http://urjtag.org/
|
URL:=http://urjtag.org/
|
||||||
DEPENDS:=+libusb-1.0 +libftdi $(INTL_DEPENDS) @BROKEN
|
DEPENDS:=+libusb-1.0 +libftdi $(INTL_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python
|
|
||||||
|
|
||||||
TARGET_CFLAGS += $(INTL_CFLAGS)
|
TARGET_CFLAGS += $(INTL_CFLAGS)
|
||||||
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib $(INTL_LDFLAGS)
|
TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib $(INTL_LDFLAGS)
|
||||||
MAKE_FLAGS += -C urjtag
|
MAKE_FLAGS += -C urjtag
|
||||||
@ -38,7 +36,7 @@ MAKE_FLAGS += -C urjtag
|
|||||||
CONFIGURE_PATH = ./urjtag
|
CONFIGURE_PATH = ./urjtag
|
||||||
CONFIGURE_CMD = ./autogen.sh
|
CONFIGURE_CMD = ./autogen.sh
|
||||||
CONFIGURE_ARGS += --with-libusb --with-libftdi --without-ftd2xx \
|
CONFIGURE_ARGS += --with-libusb --with-libftdi --without-ftd2xx \
|
||||||
--disable-svf --disable-bsdl
|
--disable-svf --disable-bsdl --disable-python
|
||||||
|
|
||||||
define Package/urjtag/install
|
define Package/urjtag/install
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
|
Loading…
Reference in New Issue
Block a user