All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: patches@linaro.org
Subject: Re: [meta-oe][PATCH 1/3] liblockfile: remove configure warning
Date: Sat, 12 Apr 2014 12:44:12 +0200	[thread overview]
Message-ID: <20140412104412.GW2132@jama> (raw)
In-Reply-To: <1396701582-15906-2-git-send-email-trevor.woerner@linaro.org>

[-- Attachment #1: Type: text/plain, Size: 2745 bytes --]

On Sat, Apr 05, 2014 at 08:39:40AM -0400, Trevor Woerner wrote:
> This fix gets rid of the following warning:
> 
>     configure: WARNING: unrecognized options: ... --with-libtool-sysroot
> 
> Signed-off-by: Trevor Woerner <trevor.woerner@linaro.org>
> ---
>  .../liblockfile/liblockfile-1.09/configure.patch       | 18 ++++++++++++++----
>  .../recipes-extended/liblockfile/liblockfile_1.09.bb   |  4 ++++
>  2 files changed, 18 insertions(+), 4 deletions(-)
> 
> diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile-1.09/configure.patch b/meta-oe/recipes-extended/liblockfile/liblockfile-1.09/configure.patch
> index ea13e11..12413cf 100644
> --- a/meta-oe/recipes-extended/liblockfile/liblockfile-1.09/configure.patch
> +++ b/meta-oe/recipes-extended/liblockfile/liblockfile-1.09/configure.patch
> @@ -3,16 +3,26 @@
>  # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
>  #
>  
> ---- liblockfile-1.05/./configure.in~configure
> -+++ liblockfile-1.05/./configure.in
> -@@ -1,4 +1,5 @@
> +Index: liblockfile-1.09/configure.in
> +===================================================================
> +--- liblockfile-1.09.orig/configure.in
> ++++ liblockfile-1.09/configure.in
> +@@ -1,10 +1,13 @@
>  -AC_INIT(lockfile.c)
>  +AC_INIT
>  +AC_CONFIG_SRCDIR([lockfile.c])
>   AC_CONFIG_HEADER(autoconf.h)
>   AC_REVISION($Revision: 1.0 $)dnl
>   
> -@@ -111,7 +112,8 @@
> + dnl Check for GNU cc
> + AC_PROG_CC
> + 
> ++AC_PROG_LIBTOOL
> ++
> + dnl Set Default CFLAGS
> + if test "$GCC" = "yes"; then
> +     CFLAGS="$CFLAGS -Wall -D_GNU_SOURCE"
> +@@ -111,7 +114,8 @@ AC_SUBST(TARGETS)
>   AC_SUBST(INSTALL_TARGETS)
>   AC_SUBST(nfslockdir)
>   
> diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
> index 88ebfd8..67d2221 100644
> --- a/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
> +++ b/meta-oe/recipes-extended/liblockfile/liblockfile_1.09.bb
> @@ -16,6 +16,10 @@ inherit autotools
>  
>  EXTRA_OECONF = "--enable-shared"

Can you please rebase on current master (maybe you have one more patch
which you haven't sent), because in master there is:

EXTRA_OECONF = "--enable-shared --enable-static"

so this doesn't apply.

>  
> +do_configure_prepend () {
> +    touch install-sh
> +}
> +
>  do_install () {
>      oe_runmake 'ROOT=${D}' INSTGRP='' install
>  }
> -- 
> 1.9.0
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

  reply	other threads:[~2014-04-12 10:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-05 12:39 [meta-oe][PATCH 0/3] liblockfile updates for SOBBW Trevor Woerner
2014-04-05 12:39 ` [meta-oe][PATCH 1/3] liblockfile: remove configure warning Trevor Woerner
2014-04-12 10:44   ` Martin Jansa [this message]
2014-04-13 15:54     ` Trevor Woerner
2014-04-05 12:39 ` [meta-oe][PATCH 2/3] liblockfile: remove dependency tracking option Trevor Woerner
2014-04-05 12:39 ` [meta-oe][PATCH 3/3] liblockfile: remove silent rules option Trevor Woerner

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=20140412104412.GW2132@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=patches@linaro.org \
    /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 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.