Loading package/dialog/Config.in +2 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ config BR2_PACKAGE_DIALOG types of dialog boxes from shell scripts. This allows a developer of a script to interact with the user in a much friendlier manner. http://invisible-island.net/dialog/dialog.html comment "dialog needs a toolchain w/ threads" depends on !BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU package/dialog/dialog.mk +1 −5 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # ################################################################################ DIALOG_VERSION = 1.1-20111020 DIALOG_VERSION = 1.2-20140219 DIALOG_SOURCE = dialog-$(DIALOG_VERSION).tgz DIALOG_SITE = ftp://invisible-island.net/dialog DIALOG_CONF_OPT = --with-ncurses Loading @@ -17,8 +17,4 @@ ifneq ($(BR2_ENABLE_LOCALE),y) DIALOG_DEPENDENCIES += libiconv endif define DIALOG_INSTALL_TARGET_CMDS $(INSTALL) -c $(@D)/dialog $(TARGET_DIR)/usr/bin/dialog endef $(eval $(autotools-package)) Loading
package/dialog/Config.in +2 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ config BR2_PACKAGE_DIALOG types of dialog boxes from shell scripts. This allows a developer of a script to interact with the user in a much friendlier manner. http://invisible-island.net/dialog/dialog.html comment "dialog needs a toolchain w/ threads" depends on !BR2_TOOLCHAIN_HAS_THREADS depends on BR2_USE_MMU
package/dialog/dialog.mk +1 −5 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ # ################################################################################ DIALOG_VERSION = 1.1-20111020 DIALOG_VERSION = 1.2-20140219 DIALOG_SOURCE = dialog-$(DIALOG_VERSION).tgz DIALOG_SITE = ftp://invisible-island.net/dialog DIALOG_CONF_OPT = --with-ncurses Loading @@ -17,8 +17,4 @@ ifneq ($(BR2_ENABLE_LOCALE),y) DIALOG_DEPENDENCIES += libiconv endif define DIALOG_INSTALL_TARGET_CMDS $(INSTALL) -c $(@D)/dialog $(TARGET_DIR)/usr/bin/dialog endef $(eval $(autotools-package))