All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] pptp-linux: needs MMU
@ 2013-05-24 23:43 Gilles Talis
  2013-05-24 23:43 ` [Buildroot] [PATCH 2/2] pptp-linux: add license information Gilles Talis
  2013-05-25 11:24 ` [Buildroot] [PATCH 1/2] pptp-linux: needs MMU Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Gilles Talis @ 2013-05-24 23:43 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.org/results/9b8/9b80537d0efb3fefab486abaecd128bd18e0efdb

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/pptp-linux/Config.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/pptp-linux/Config.in b/package/pptp-linux/Config.in
index 165f79b..e03a906 100644
--- a/package/pptp-linux/Config.in
+++ b/package/pptp-linux/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PPTP_LINUX
 	bool "pptp-linux"
+	depends on BR2_USE_MMU # fork()
 	help
 	  An implementation of the Point-to-point protocol client.
 
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 2/2] pptp-linux: add license information
  2013-05-24 23:43 [Buildroot] [PATCH 1/2] pptp-linux: needs MMU Gilles Talis
@ 2013-05-24 23:43 ` Gilles Talis
  2013-05-25 11:24 ` [Buildroot] [PATCH 1/2] pptp-linux: needs MMU Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Gilles Talis @ 2013-05-24 23:43 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gilles Talis <gilles.talis@gmail.com>
---
 package/pptp-linux/pptp-linux.mk |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/package/pptp-linux/pptp-linux.mk b/package/pptp-linux/pptp-linux.mk
index ded2a19..ef25c9a 100644
--- a/package/pptp-linux/pptp-linux.mk
+++ b/package/pptp-linux/pptp-linux.mk
@@ -8,6 +8,8 @@ PPTP_LINUX_VERSION = 1.7.2
 PPTP_LINUX_SITE = http://downloads.sourceforge.net/project/pptpclient/pptp/pptp-$(PPTP_LINUX_VERSION)
 PPTP_LINUX_SOURCE = pptp-$(PPTP_LINUX_VERSION).tar.gz
 PPTP_LINUX_MAKE = $(MAKE1)
+PPTP_LINUX_LICENSE = GPLv2+
+PPTP_LINUX_LICENSE_FILES = COPYING
 
 define PPTP_LINUX_BUILD_CMDS
 	$(MAKE) -C $(@D) OPTIMIZE= DEBUG= \
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/2] pptp-linux: needs MMU
  2013-05-24 23:43 [Buildroot] [PATCH 1/2] pptp-linux: needs MMU Gilles Talis
  2013-05-24 23:43 ` [Buildroot] [PATCH 2/2] pptp-linux: add license information Gilles Talis
@ 2013-05-25 11:24 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-05-25 11:24 UTC (permalink / raw)
  To: buildroot

>>>>> "Gilles" == Gilles Talis <gilles.talis@gmail.com> writes:

 Gilles> Fixes:
 Gilles> http://autobuild.buildroot.org/results/9b8/9b80537d0efb3fefab486abaecd128bd18e0efdb

Committed both, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-05-25 11:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-24 23:43 [Buildroot] [PATCH 1/2] pptp-linux: needs MMU Gilles Talis
2013-05-24 23:43 ` [Buildroot] [PATCH 2/2] pptp-linux: add license information Gilles Talis
2013-05-25 11:24 ` [Buildroot] [PATCH 1/2] pptp-linux: needs MMU Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.