All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Crowe <mac@mcrowe.com>
To: openembedded-core@lists.openembedded.org
Cc: Mike Crowe <mac@mcrowe.com>
Subject: [PATCH 2/2] cmake: Remove dependency on ncurses
Date: Wed,  2 Apr 2014 17:04:12 +0100	[thread overview]
Message-ID: <1396454652-15016-2-git-send-email-mac@mcrowe.com> (raw)
In-Reply-To: <1396454652-15016-1-git-send-email-mac@mcrowe.com>

Commit 2adc9a3f1f1db284f7d91193ad77b3524e0e0d2c stopped ccmake being built
and that is the only part of cmake that relies on curses so we might as
well stop depending on it.

(Tested with a poisoned curses.h to prove that it is unused even if
present.)

Signed-off-by: Mike Crowe <mac@mcrowe.com>
---
 meta/recipes-devtools/cmake/cmake_2.8.12.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/cmake/cmake_2.8.12.2.bb b/meta/recipes-devtools/cmake/cmake_2.8.12.2.bb
index 52c3b32..30ae61e 100644
--- a/meta/recipes-devtools/cmake/cmake_2.8.12.2.bb
+++ b/meta/recipes-devtools/cmake/cmake_2.8.12.2.bb
@@ -2,7 +2,7 @@ require cmake.inc
 
 inherit cmake
 
-DEPENDS += "curl expat zlib libarchive ncurses"
+DEPENDS += "curl expat zlib libarchive"
 
 SRC_URI += "file://dont-run-cross-binaries.patch"
 
-- 
1.8.5.3



  reply	other threads:[~2014-04-02 16:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-01  9:16 [PATCH] cmake-native: Depend on ncurses-native too Mike Crowe
2014-04-01  9:31 ` Richard Purdie
2014-04-01 10:11   ` Mike Crowe
2014-04-01 10:46     ` Richard Purdie
2014-04-02  4:59     ` Khem Raj
2014-04-02  9:14       ` Mike Crowe
2014-04-02 15:15         ` Khem Raj
2014-04-02 15:17         ` Khem Raj
2014-04-02 16:04           ` [PATCH 1/2] cmake-native: Stop building ccmake Mike Crowe
2014-04-02 16:04             ` Mike Crowe [this message]
2014-04-03 10:44       ` cmake-native also depends on acl-native (was Re: cmake-native: Depend on ncurses-native too) Mike Crowe
2014-04-06 11:57         ` Richard Purdie
2014-04-02  4:53   ` [PATCH] cmake-native: Depend on ncurses-native too Khem Raj

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=1396454652-15016-2-git-send-email-mac@mcrowe.com \
    --to=mac@mcrowe.com \
    --cc=openembedded-core@lists.openembedded.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.