Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Hamish Moffatt <hamish@cloud.net.au>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/ncurses
Date: Thu, 10 Apr 2008 08:35:52 +1000	[thread overview]
Message-ID: <20080409223551.GC4582@cloud.net.au> (raw)
In-Reply-To: <20080409113849.004993C4BA@busybox.net>

On Wed, Apr 09, 2008 at 04:38:48AM -0700, nkukard at uclibc.org wrote:
> Author: nkukard
> Date: 2008-04-09 04:38:48 -0700 (Wed, 09 Apr 2008)
> New Revision: 21682
> 
> Log:
> Some package use ncurses libpanel/libform/libmenu, this config allows to selectively
> copy them to the target filesystem at the same time at the main library is installed.
> -Patch by Michel (BusError)
> 
> 
> Modified:
>    trunk/buildroot/package/ncurses/Config.in
>    trunk/buildroot/package/ncurses/ncurses.mk
> 
> 
> Changeset:
> Modified: trunk/buildroot/package/ncurses/Config.in
> ===================================================================
> --- trunk/buildroot/package/ncurses/Config.in	2008-04-09 10:22:22 UTC (rev 21681)
> +++ trunk/buildroot/package/ncurses/Config.in	2008-04-09 11:38:48 UTC (rev 21682)
> @@ -7,6 +7,28 @@
>  
>  	  http://www.gnu.org/software/ncurses/
>  
> +config BR2_PACKAGE_NCURSES_TARGET_PANEL
> +	bool "ncurses libpanel in target"
> +	default n
> +	depends on BR2_PACKAGE_NCURSES
> +	help
> +	  Ncurses headers in target
          ^^^^^^^^^^^^^^^^^^^^^^^^^
> +	  Includes ncurses dynamic libpanel in target

This looks like a copy/paste error.

> + 
> +config BR2_PACKAGE_NCURSES_TARGET_FORM
> +	bool "ncurses libform in target"
> +	default n
> +	depends on BR2_PACKAGE_NCURSES
> +	help
> +	  Includes ncurses dynamic libform in target
> + 
> +config BR2_PACKAGE_NCURSES_TARGET_MENU
> +        bool "ncurses libmenu in target"
> +        default n
> +        depends on BR2_PACKAGE_NCURSES
> +        help
> + 	  Includes ncurses dynamic libmenu in target

Weird tab/spaces mix here.

>  $(TARGET_DIR)/lib/libncurses.so.$(NCURSES_VERSION): $(STAGING_DIR)/lib/libncurses.so.$(NCURSES_VERSION)
>  	cp -dpf $(NCURSES_DIR)/lib/libncurses.so* $(TARGET_DIR)/lib/
> +ifeq ($(strip $(BR2_PACKAGE_NCURSES_TARGET_PANEL)),y)
> +	cp -dpf $(NCURSES_DIR)/lib/libpanel.so* $(TARGET_DIR)/lib/
> +endif
> +ifeq ($(strip $(BR2_PACKAGE_NCURSES_TARGET_FORM)),y)
> +	cp -dpf $(NCURSES_DIR)/lib/libform.so* $(TARGET_DIR)/lib/
> +endif
> +ifeq ($(strip $(BR2_PACKAGE_NCURSES_TARGET_MENU)),y)
> +	cp -dpf $(NCURSES_DIR)/lib/libmenu.so* $(TARGET_DIR)/lib/
> +endif

Should be /usr/lib rather than /lib?

thanks
Hamish
-- 
Hamish Moffatt VK3SB <hamish@debian.org> <hamish@cloud.net.au>

  reply	other threads:[~2008-04-09 22:35 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-09 11:38 [Buildroot] svn commit: trunk/buildroot/package/ncurses nkukard at uclibc.org
2008-04-09 22:35 ` Hamish Moffatt [this message]
2008-04-10  5:14   ` Nigel Kukard
2008-04-10  7:06     ` Peter Korsgaard
2008-04-10  9:10       ` Hamish Moffatt
  -- strict thread matches above, loose matches on Subject: below --
2009-03-01 22:35 jacmet at uclibc.org
2009-01-23 23:02 ulf at uclibc.org
2009-01-24  6:33 ` Peter Korsgaard
2009-01-25 10:07   ` Thomas Lundquist
2009-01-25 20:56     ` Peter Korsgaard
2009-01-22 22:58 ulf at uclibc.org
2009-01-12  7:44 ulf at uclibc.org
2009-01-11 13:33 thomasez at uclibc.org
2008-07-01 19:24 jacmet at uclibc.org
2008-04-10  8:17 nkukard at uclibc.org
2008-04-10  5:14 nkukard at uclibc.org
2008-03-31 14:44 jacmet at uclibc.org
2008-03-07 13:57 ninevoltz at uclibc.org
2008-03-07 14:03 ` Peter Korsgaard
2008-03-06 18:19 ninevoltz at uclibc.org
2008-03-07 13:30 ` Peter Korsgaard
2007-07-23  8:33 ulf at uclibc.org
2007-06-25 16:56 aldot at uclibc.org
2007-06-25 16:35 aldot at uclibc.org
2007-06-25 15:38 aldot at uclibc.org
2007-06-23 13:56 aldot at uclibc.org
2007-03-07 14:46 aldot at uclibc.org
2007-01-30 17:47 aldot at uclibc.org
2007-01-22 23:52 andersen at uclibc.org

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=20080409223551.GC4582@cloud.net.au \
    --to=hamish@cloud.net.au \
    --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