Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] package/lzlib: bump to version 0.4.3
Date: Sat, 10 Oct 2015 11:40:09 +0200	[thread overview]
Message-ID: <20151010114009.3ad10ecb@free-electrons.com> (raw)
In-Reply-To: <1444270374-11645-1-git-send-email-joerg.krause@embedded.rocks>

Fran?ois,

The patch below is touching a Lua package, can you review/test/ack ?

Thanks a lot!

Thomas

On Thu,  8 Oct 2015 04:12:54 +0200, J?rg Krause wrote:
> Switch to more recent github repository.
> 
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>
> ---
> Changes v1 -> v2:
>   - fix install paths for lib and lua files
> ---
>  package/lzlib/Config.in  | 2 +-
>  package/lzlib/lzlib.hash | 2 --
>  package/lzlib/lzlib.mk   | 8 +++++---
>  3 files changed, 6 insertions(+), 6 deletions(-)
>  delete mode 100644 package/lzlib/lzlib.hash
> 
> diff --git a/package/lzlib/Config.in b/package/lzlib/Config.in
> index c123019..f7fae15 100644
> --- a/package/lzlib/Config.in
> +++ b/package/lzlib/Config.in
> @@ -7,4 +7,4 @@ config BR2_PACKAGE_LZLIB
>  	  functions and also to read/write gzip files using an
>  	  interface similar to the base io package.
>  
> -	  http://luaforge.net/projects/lzlib/
> +	  https://github.com/LuaDist/lzlib
> diff --git a/package/lzlib/lzlib.hash b/package/lzlib/lzlib.hash
> deleted file mode 100644
> index d823e8b..0000000
> --- a/package/lzlib/lzlib.hash
> +++ /dev/null
> @@ -1,2 +0,0 @@
> -# Locally calculated
> -sha256	c10055bde2c0a0ed14f22c1ee0701910b0b9885245baf7911201ab4dfd3b828c  lzlib-0.4.work3-1.src.rock
> diff --git a/package/lzlib/lzlib.mk b/package/lzlib/lzlib.mk
> index ec37842..91f380a 100644
> --- a/package/lzlib/lzlib.mk
> +++ b/package/lzlib/lzlib.mk
> @@ -4,9 +4,11 @@
>  #
>  ################################################################################
>  
> -LZLIB_VERSION = 0.4.work3-1
> -LZLIB_SUBDIR = lzlib-0.4-work3
> +LZLIB_VERSION = 0.4.3
> +LZLIB_SITE = $(call github,LuaDist,lzlib,$(LZLIB_VERSION))
>  LZLIB_DEPENDENCIES = zlib
>  LZLIB_LICENSE = MIT
> +LZLIB_CONF_OPTS = -DINSTALL_CMOD="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)" \
> +	-DINSTALL_LMOD="/usr/share/lua/$(LUAINTERPRETER_ABIVER)"
>  
> -$(eval $(luarocks-package))
> +$(eval $(cmake-package))



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

  reply	other threads:[~2015-10-10  9:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-08  2:12 [Buildroot] [PATCH v2 1/1] package/lzlib: bump to version 0.4.3 Jörg Krause
2015-10-10  9:40 ` Thomas Petazzoni [this message]
2015-12-17 21:57   ` Thomas Petazzoni
2016-03-06 22:20 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151010114009.3ad10ecb@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox