Date:2012-06-18 06:09:03 (11 years 9 months ago)
Author:Xiangfu
Commit:ee4c2afefcb233eb2be3d13c4d983f184ee5166a
Message:urjtag: disable python bindings

Files: urjtag/Makefile (2 diffs)

Change Details

urjtag/Makefile
2626  CATEGORY:=Utilities
2727  TITLE:=Urjtag
2828  URL:=http://urjtag.org/
29  DEPENDS:=+libusb-1.0 +libftdi $(INTL_DEPENDS) @BROKEN
29  DEPENDS:=+libusb-1.0 +libftdi $(INTL_DEPENDS)
3030endef
3131
32PKG_BUILD_DEPENDS:=python
33
3432TARGET_CFLAGS += $(INTL_CFLAGS)
3533TARGET_LDFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib $(INTL_LDFLAGS)
3634MAKE_FLAGS += -C urjtag
...... 
3836CONFIGURE_PATH = ./urjtag
3937CONFIGURE_CMD = ./autogen.sh
4038CONFIGURE_ARGS += --with-libusb --with-libftdi --without-ftd2xx \
41          --disable-svf --disable-bsdl
39          --disable-svf --disable-bsdl --disable-python
4240
4341define Package/urjtag/install
4442    $(INSTALL_DIR) \

Archive Download the corresponding diff file



interactive