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 1/2] ncurses: convert to autotools infrastructure
Date: Sat, 1 May 2010 13:06:51 +0200	[thread overview]
Message-ID: <20100501130651.546a957a@surf> (raw)
In-Reply-To: <1272588128-20047-2-git-send-email-llandwerlin@gmail.com>

On Fri, 30 Apr 2010 02:42:07 +0200
llandwerlin at gmail.com wrote:

> -	#use the local tic and not whatever the build system was going to find.
> -	$(SED) 's~\$$srcdir/shlib tic\$$suffix~/usr/bin/tic~' \
> -		$(NCURSES_DIR)/misc/run_tic.in

Was this useless ?

> -$(NCURSES_DIR)/lib/libncurses.so.$(NCURSES_VERSION): $(NCURSES_DIR)/.configured
> -	$(MAKE1) DESTDIR=$(STAGING_DIR) -C $(NCURSES_DIR) \
> -		libs panel menu form headers

It looks like a non-parallel make was used to build ncurses. Does using
the default make works ?

> +define NCURSES_INSTALL_TARGET_CMDS
> +	mkdir -p $(TARGET_DIR)/usr/lib
> +	cp -dpf $(NCURSES_DIR)/lib/libncurses.so* $(TARGET_DIR)/usr/lib/
> +	$(NCURSES_INSTALL_TARGET_PANEL)
> +	$(NCURSES_INSTALL_TARGET_FORM)
> +	$(BR2_PACKAGE_NCURSES_TARGET_MENU)

This should be NCURSES_INSTALL_TARGET_MENU

Once this last point is fixed:
 Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2010-05-01 11:06 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-30  0:42 [Buildroot] [pull request] ncurses conversion + fix llandwerlin at gmail.com
2010-04-30  0:42 ` [Buildroot] [PATCH 1/2] ncurses: convert to autotools infrastructure llandwerlin at gmail.com
2010-05-01 11:06   ` Thomas Petazzoni [this message]
2010-05-01 13:46     ` Lionel Landwerlin
2010-05-02 22:46     ` [Buildroot] [PATCH] " llandwerlin at gmail.com
2010-05-03  6:43       ` Peter Korsgaard
2010-04-30  0:42 ` [Buildroot] [PATCH 2/2] ncurses: fix path to patch ncurses5-config llandwerlin at gmail.com
2010-05-01 11:07   ` 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=20100501130651.546a957a@surf \
    --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