All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/monkey: fix musl build
@ 2016-01-23 22:56 Bernd Kuhls
  2016-01-23 22:56 ` [Buildroot] [PATCH 2/2] package/monkey: bump version to 1.6.8 Bernd Kuhls
  2016-01-26 21:49 ` [Buildroot] [PATCH 1/2] package/monkey: fix musl build Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: Bernd Kuhls @ 2016-01-23 22:56 UTC (permalink / raw)
  To: buildroot

Fixes
http://autobuild.buildroot.net/results/f69/f690cb1efece8a47fccdf3e782bbde4d1b2cd6b3/
http://autobuild.buildroot.net/results/21b/21b6fa8b2586f318ff071085f2b204bd555b425b/
http://autobuild.buildroot.net/results/0bf/0bf7a83a4ccbbcb3ff181ac962e6fdd0099a19f1/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/monkey/monkey.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/monkey/monkey.mk b/package/monkey/monkey.mk
index 67c8f35..02c26c9 100644
--- a/package/monkey/monkey.mk
+++ b/package/monkey/monkey.mk
@@ -30,7 +30,7 @@ MONKEY_CONF_OPTS += --uclib-mode --no-backtrace
 endif
 
 ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y)
-MONKEY_CONF_OPTS += --musl-mode
+MONKEY_CONF_OPTS += --musl-mode --no-backtrace
 endif
 
 ifeq ($(BR2_PACKAGE_MONKEY_SHARED),y)
-- 
2.7.0.rc3

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

* [Buildroot] [PATCH 2/2] package/monkey: bump version to 1.6.8
  2016-01-23 22:56 [Buildroot] [PATCH 1/2] package/monkey: fix musl build Bernd Kuhls
@ 2016-01-23 22:56 ` Bernd Kuhls
  2016-01-26  9:13   ` Julien CORJON
  2016-01-26 21:49   ` Thomas Petazzoni
  2016-01-26 21:49 ` [Buildroot] [PATCH 1/2] package/monkey: fix musl build Thomas Petazzoni
  1 sibling, 2 replies; 5+ messages in thread
From: Bernd Kuhls @ 2016-01-23 22:56 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/monkey/monkey.hash | 6 +++---
 package/monkey/monkey.mk   | 6 ++----
 2 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/package/monkey/monkey.hash b/package/monkey/monkey.hash
index 6c7eada..2f39945 100644
--- a/package/monkey/monkey.hash
+++ b/package/monkey/monkey.hash
@@ -1,3 +1,3 @@
-# md5 from http://monkey-project.com/releases/1.5/monkey-1.5.6.tar.gz.md5, sha256 locally computed:
-md5    9699e4c9ea6ce6b989907c252ae80254 				monkey-1.5.6.tar.gz
-sha256 7c3d845306aa74ee6effd7ab6169d16ac4e6450e564954d0d0baa2d1e9be1a22	monkey-1.5.6.tar.gz
+# md5 from http://monkey-project.com/releases/1.6/monkey-1.6.8.tar.gz.md5, sha256 locally computed:
+md5	aa9b95e16023a7fc062f00a197da059a					monkey-1.6.8.tar.gz
+sha256	936aa276d11dea77cda2703eb5d1b89ede1cf8d44440e1ec029cafb10effb3cf	monkey-1.6.8.tar.gz
diff --git a/package/monkey/monkey.mk b/package/monkey/monkey.mk
index 02c26c9..da2a480 100644
--- a/package/monkey/monkey.mk
+++ b/package/monkey/monkey.mk
@@ -4,8 +4,8 @@
 #
 ################################################################################
 
-MONKEY_VERSION_MAJOR = 1.5
-MONKEY_VERSION = $(MONKEY_VERSION_MAJOR).6
+MONKEY_VERSION_MAJOR = 1.6
+MONKEY_VERSION = $(MONKEY_VERSION_MAJOR).8
 MONKEY_SITE = http://monkey-project.com/releases/$(MONKEY_VERSION_MAJOR)
 MONKEY_LICENSE = Apache-2.0
 MONKEY_LICENSE_FILES = LICENSE
@@ -17,11 +17,9 @@ MONKEY_LICENSE_FILES = LICENSE
 MONKEY_CONF_OPTS = \
 	--prefix=/usr \
 	--sysconfdir=/etc/monkey \
-	--datadir=/var/www \
 	--mandir=/usr/share/man \
 	--logdir=/var/log \
 	--pidfile=/var/run \
-	--plugdir=/usr/lib/monkey \
 	--malloc-libc
 
 # --uclib-mode is not a typo
-- 
2.7.0.rc3

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

* [Buildroot] [PATCH 2/2] package/monkey: bump version to 1.6.8
  2016-01-23 22:56 ` [Buildroot] [PATCH 2/2] package/monkey: bump version to 1.6.8 Bernd Kuhls
@ 2016-01-26  9:13   ` Julien CORJON
  2016-01-26 21:49   ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Julien CORJON @ 2016-01-26  9:13 UTC (permalink / raw)
  To: buildroot

Dear Bernd,

Le 23/01/2016 23:56, Bernd Kuhls a ?crit :
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>   package/monkey/monkey.hash | 6 +++---
>   package/monkey/monkey.mk   | 6 ++----
>   2 files changed, 5 insertions(+), 7 deletions(-)
>
> diff --git a/package/monkey/monkey.hash b/package/monkey/monkey.hash
> index 6c7eada..2f39945 100644
> --- a/package/monkey/monkey.hash
> +++ b/package/monkey/monkey.hash
> @@ -1,3 +1,3 @@
> -# md5 from http://monkey-project.com/releases/1.5/monkey-1.5.6.tar.gz.md5, sha256 locally computed:
> -md5    9699e4c9ea6ce6b989907c252ae80254 				monkey-1.5.6.tar.gz
> -sha256 7c3d845306aa74ee6effd7ab6169d16ac4e6450e564954d0d0baa2d1e9be1a22	monkey-1.5.6.tar.gz
> +# md5 from http://monkey-project.com/releases/1.6/monkey-1.6.8.tar.gz.md5, sha256 locally computed:
> +md5	aa9b95e16023a7fc062f00a197da059a					monkey-1.6.8.tar.gz
> +sha256	936aa276d11dea77cda2703eb5d1b89ede1cf8d44440e1ec029cafb10effb3cf	monkey-1.6.8.tar.gz
> diff --git a/package/monkey/monkey.mk b/package/monkey/monkey.mk
> index 02c26c9..da2a480 100644
> --- a/package/monkey/monkey.mk
> +++ b/package/monkey/monkey.mk
> @@ -4,8 +4,8 @@
>   #
>   ################################################################################
>
> -MONKEY_VERSION_MAJOR = 1.5
> -MONKEY_VERSION = $(MONKEY_VERSION_MAJOR).6
> +MONKEY_VERSION_MAJOR = 1.6
> +MONKEY_VERSION = $(MONKEY_VERSION_MAJOR).8
>   MONKEY_SITE = http://monkey-project.com/releases/$(MONKEY_VERSION_MAJOR)
>   MONKEY_LICENSE = Apache-2.0
>   MONKEY_LICENSE_FILES = LICENSE
> @@ -17,11 +17,9 @@ MONKEY_LICENSE_FILES = LICENSE
>   MONKEY_CONF_OPTS = \
>   	--prefix=/usr \
>   	--sysconfdir=/etc/monkey \
> -	--datadir=/var/www \
>   	--mandir=/usr/share/man \
>   	--logdir=/var/log \
>   	--pidfile=/var/run \
> -	--plugdir=/usr/lib/monkey \
>   	--malloc-libc
>
>   # --uclib-mode is not a typo
>

Since monkey-1.6.0 build process is based on cmake. configure script is 
now deprecated [1].

Also the monkey package loose the shared library option.
I had a quick chat with the maintainer (Eduardo Silva) last week and 
reintegrate this shared library option is part of his roadmap. I suggest 
to wait for this option (which i use) before doing the bump.

Regards,

Julien Corjon

[1] http://monkey-project.com/announcements/v1.6.0/

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

* [Buildroot] [PATCH 1/2] package/monkey: fix musl build
  2016-01-23 22:56 [Buildroot] [PATCH 1/2] package/monkey: fix musl build Bernd Kuhls
  2016-01-23 22:56 ` [Buildroot] [PATCH 2/2] package/monkey: bump version to 1.6.8 Bernd Kuhls
@ 2016-01-26 21:49 ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-01-26 21:49 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat, 23 Jan 2016 23:56:46 +0100, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/f69/f690cb1efece8a47fccdf3e782bbde4d1b2cd6b3/
> http://autobuild.buildroot.net/results/21b/21b6fa8b2586f318ff071085f2b204bd555b425b/
> http://autobuild.buildroot.net/results/0bf/0bf7a83a4ccbbcb3ff181ac962e6fdd0099a19f1/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/monkey/monkey.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH 2/2] package/monkey: bump version to 1.6.8
  2016-01-23 22:56 ` [Buildroot] [PATCH 2/2] package/monkey: bump version to 1.6.8 Bernd Kuhls
  2016-01-26  9:13   ` Julien CORJON
@ 2016-01-26 21:49   ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2016-01-26 21:49 UTC (permalink / raw)
  To: buildroot

Dear Bernd Kuhls,

On Sat, 23 Jan 2016 23:56:47 +0100, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/monkey/monkey.hash | 6 +++---
>  package/monkey/monkey.mk   | 6 ++----
>  2 files changed, 5 insertions(+), 7 deletions(-)

Following the feedback from Julien, I've marked your patch as Changes
Requested.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-01-26 21:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-23 22:56 [Buildroot] [PATCH 1/2] package/monkey: fix musl build Bernd Kuhls
2016-01-23 22:56 ` [Buildroot] [PATCH 2/2] package/monkey: bump version to 1.6.8 Bernd Kuhls
2016-01-26  9:13   ` Julien CORJON
2016-01-26 21:49   ` Thomas Petazzoni
2016-01-26 21:49 ` [Buildroot] [PATCH 1/2] package/monkey: fix musl build Thomas Petazzoni

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.