* [Buildroot] [PATCH] dialog: bump to version 1.2-20140219
@ 2014-06-13 14:15 Gustavo Zacarias
2014-06-13 20:31 ` Peter Korsgaard
2014-06-14 8:16 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2014-06-13 14:15 UTC (permalink / raw)
To: buildroot
Add a homepage.
Ditch custom install target commands, they're not needed.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/dialog/Config.in | 2 ++
package/dialog/dialog.mk | 6 +-----
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/package/dialog/Config.in b/package/dialog/Config.in
index c7cd8a4..929ab46 100644
--- a/package/dialog/Config.in
+++ b/package/dialog/Config.in
@@ -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
diff --git a/package/dialog/dialog.mk b/package/dialog/dialog.mk
index e2ce09b..6dc9066 100644
--- a/package/dialog/dialog.mk
+++ b/package/dialog/dialog.mk
@@ -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
@@ -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))
--
1.8.5.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] dialog: bump to version 1.2-20140219
2014-06-13 14:15 [Buildroot] [PATCH] dialog: bump to version 1.2-20140219 Gustavo Zacarias
@ 2014-06-13 20:31 ` Peter Korsgaard
2014-06-14 8:16 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2014-06-13 20:31 UTC (permalink / raw)
To: buildroot
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
> Add a homepage.
> Ditch custom install target commands, they're not needed.
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] dialog: bump to version 1.2-20140219
2014-06-13 14:15 [Buildroot] [PATCH] dialog: bump to version 1.2-20140219 Gustavo Zacarias
2014-06-13 20:31 ` Peter Korsgaard
@ 2014-06-14 8:16 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2014-06-14 8:16 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Fri, 13 Jun 2014 11:15:39 -0300, Gustavo Zacarias wrote:
> Add a homepage.
> Ditch custom install target commands, they're not needed.
Apparently, this update is causing some build issues, see
http://autobuild.buildroot.org/results/411/411f6171e972eab4486143dedbfd078136886ab0/build-end.log.
There are paths to the host library used when linking a target
application:
/scratch/peko/host/usr/bin/arm-buildroot-linux-uclibcgnueabi-gcc -o dialog dialog.o -L. -ldialog -Wl,-rpath,/scratch/peko/host/usr/lib -L/scratch/peko/host/usr/lib -Wl,-rpath,/scratch/peko/host/usr/lib -Wl,-rpath,/scratch/peko/host/lib -lncurses -lm -lncurses
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-06-14 8:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-13 14:15 [Buildroot] [PATCH] dialog: bump to version 1.2-20140219 Gustavo Zacarias
2014-06-13 20:31 ` Peter Korsgaard
2014-06-14 8:16 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox