From: Samuel Martin <s.martin49@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4 08/11] openpowerlink: do not override CMAKE_BUILD_TYPE
Date: Sun, 1 Jun 2014 11:24:30 +0200 [thread overview]
Message-ID: <1401614673-3703-9-git-send-email-s.martin49@gmail.com> (raw)
In-Reply-To: <1401614673-3703-1-git-send-email-s.martin49@gmail.com>
This flag is already correctly set by the cmake-package infrastructure.
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
---
changes v3 -> v4:
- rebase
changes v2 -> v3:
- new patch
---
package/openpowerlink/openpowerlink.mk | 6 ------
1 file changed, 6 deletions(-)
diff --git a/package/openpowerlink/openpowerlink.mk b/package/openpowerlink/openpowerlink.mk
index 152f014..a888eb3 100644
--- a/package/openpowerlink/openpowerlink.mk
+++ b/package/openpowerlink/openpowerlink.mk
@@ -25,12 +25,6 @@ OPENPOWERLINK_CONF_OPT = -DCMAKE_SYSTEM_PROCESSOR=$(OPENPOWERLINK_ARCH)
# so force static lib to build libpowerlink.a
OPENPOWERLINK_CONF_OPT += -DBUILD_SHARED_LIBS=OFF
-ifeq ($(BR2_ENABLE_DEBUG),y)
-OPENPOWERLINK_CONF_OPT += -DCMAKE_BUILD_TYPE=Debug
-else
-OPENPOWERLINK_CONF_OPT += -DCMAKE_BUILD_TYPE=Release
-endif
-
OPENPOWERLINK_CONF_OPT += -DCFG_DEBUG_LVL=$(call qstrip,$(BR2_PACKAGE_OPENPOWERLINK_DEBUG_LEVEL))
ifeq ($(BR2_PACKAGE_OPENPOWERLINK_LIBPCAP),y)
--
1.9.2
next prev parent reply other threads:[~2014-06-01 9:24 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-01 9:24 [Buildroot] [PATCH v4 00/11] CMake infrastructure refactoring Samuel Martin
2014-06-01 9:24 ` [Buildroot] [PATCH v4 01/11] pkg-cmake.mk: refactor the toolchainfile.cmake generation Samuel Martin
2014-06-01 10:54 ` Thomas Petazzoni
2014-06-01 20:12 ` Peter Korsgaard
2014-06-01 9:24 ` [Buildroot] [PATCH v4 02/11] pkg-cmake.mk: do not hardcode absolute path in toolchainfile.cmake Samuel Martin
2014-06-01 10:57 ` Thomas Petazzoni
2014-06-01 20:16 ` Peter Korsgaard
2014-06-01 9:24 ` [Buildroot] [PATCH v4 03/11] pkg-cmake.mk: enable ccache for cmake packages Samuel Martin
2014-06-01 10:57 ` Thomas Petazzoni
2014-06-01 20:17 ` Peter Korsgaard
2014-06-01 9:24 ` [Buildroot] [PATCH v4 04/11] rpi-userland: cleanup *_CONF_OPT Samuel Martin
2014-06-01 11:04 ` Thomas Petazzoni
2014-06-01 9:24 ` [Buildroot] [PATCH v4 05/11] xbmc: fix missing libraries from rpi-userland Samuel Martin
2014-06-01 9:24 ` [Buildroot] [PATCH v4 06/11] pkg-cmake.mk: globally disable BUILD_TESTING flag Samuel Martin
2014-06-01 11:05 ` Thomas Petazzoni
2014-06-01 20:18 ` Peter Korsgaard
2014-06-01 9:24 ` [Buildroot] [PATCH v4 07/11] pkg-cmake.mk: globally drive the CMAKE_BUILD_TYPE flag using BR2_ENABLE_DEBUG Samuel Martin
2014-06-01 11:06 ` Thomas Petazzoni
2014-06-01 20:18 ` Peter Korsgaard
2014-06-01 9:24 ` Samuel Martin [this message]
2014-06-01 11:07 ` [Buildroot] [PATCH v4 08/11] openpowerlink: do not override CMAKE_BUILD_TYPE Thomas Petazzoni
2014-06-01 20:19 ` Peter Korsgaard
2014-06-01 9:24 ` [Buildroot] [PATCH v4 09/11] opencv: " Samuel Martin
2014-06-01 11:07 ` Thomas Petazzoni
2014-06-01 20:20 ` Peter Korsgaard
2014-06-01 9:24 ` [Buildroot] [PATCH v4 10/11] flann: " Samuel Martin
2014-06-01 11:07 ` Thomas Petazzoni
2014-06-01 20:20 ` Peter Korsgaard
2014-06-01 9:24 ` [Buildroot] [PATCH v4 11/11] qhull: " Samuel Martin
2014-06-01 11:07 ` Thomas Petazzoni
2014-06-01 20:20 ` Peter Korsgaard
2014-06-01 11:08 ` [Buildroot] [PATCH v4 00/11] CMake infrastructure refactoring Thomas Petazzoni
2014-06-01 20:20 ` Peter Korsgaard
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=1401614673-3703-9-git-send-email-s.martin49@gmail.com \
--to=s.martin49@gmail.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