Loading package/readline/Config.in +0 −7 Original line number Diff line number Diff line Loading @@ -9,10 +9,3 @@ config BR2_PACKAGE_READLINE_TARGET depends on BR2_READLINE help Say yes here to install the readline libraries on the target. config BR2_PACKAGE_READLINE_HEADERS bool "readline headers for the target" depends on BR2_PACKAGE_READLINE_TARGET help Say yes here to install the readline headers and documentation on the target. package/readline/readline.mk +0 −3 Original line number Diff line number Diff line Loading @@ -75,9 +75,6 @@ $(TARGET_DIR)/$(READLINE_TARGET_SHARED_BINARY): $(READLINE_DIR)/$(READLINE_BINAR -C $(READLINE_DIR) install-shared uninstall-doc chmod 775 $(TARGET_DIR)/usr/lib/libreadline.so.$(READLINE_VERSION) $(TARGET_DIR)/usr/lib/libhistory.so.$(READLINE_VERSION) $(STRIPCMD) $(TARGET_DIR)/usr/lib/libreadline.so.$(READLINE_VERSION) $(TARGET_DIR)/usr/lib/libhistory.so.$(READLINE_VERSION) ifneq ($(BR2_PACKAGE_READLINE_HEADERS),y) rm -rf $(TARGET_DIR)/usr/include/readline endif readline: ncurses $(STAGING_DIR)/usr/include/readline/readline.h Loading Loading
package/readline/Config.in +0 −7 Original line number Diff line number Diff line Loading @@ -9,10 +9,3 @@ config BR2_PACKAGE_READLINE_TARGET depends on BR2_READLINE help Say yes here to install the readline libraries on the target. config BR2_PACKAGE_READLINE_HEADERS bool "readline headers for the target" depends on BR2_PACKAGE_READLINE_TARGET help Say yes here to install the readline headers and documentation on the target.
package/readline/readline.mk +0 −3 Original line number Diff line number Diff line Loading @@ -75,9 +75,6 @@ $(TARGET_DIR)/$(READLINE_TARGET_SHARED_BINARY): $(READLINE_DIR)/$(READLINE_BINAR -C $(READLINE_DIR) install-shared uninstall-doc chmod 775 $(TARGET_DIR)/usr/lib/libreadline.so.$(READLINE_VERSION) $(TARGET_DIR)/usr/lib/libhistory.so.$(READLINE_VERSION) $(STRIPCMD) $(TARGET_DIR)/usr/lib/libreadline.so.$(READLINE_VERSION) $(TARGET_DIR)/usr/lib/libhistory.so.$(READLINE_VERSION) ifneq ($(BR2_PACKAGE_READLINE_HEADERS),y) rm -rf $(TARGET_DIR)/usr/include/readline endif readline: ncurses $(STAGING_DIR)/usr/include/readline/readline.h Loading