All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-qt5][PATCH 5/7] qtbase: Drop dont-process configure option
Date: Sat,  4 Oct 2014 04:25:56 +0200	[thread overview]
Message-ID: <1412389558-13237-5-git-send-email-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <1412389558-13237-1-git-send-email-Martin.Jansa@gmail.com>

* it was removed completely in 5.4 with:
commit b7d86139772c3ce662ea7f092658699d351bbb1d
Author: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
Date:   Thu Jun 19 11:46:10 2014 +0200

    nuke -process/-fully-process/-dont-process options

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes-qt/qt5/nativesdk-qtbase.inc | 1 -
 recipes-qt/qt5/qtbase-native.inc    | 1 -
 recipes-qt/qt5/qtbase.inc           | 1 -
 3 files changed, 3 deletions(-)

diff --git a/recipes-qt/qt5/nativesdk-qtbase.inc b/recipes-qt/qt5/nativesdk-qtbase.inc
index 6987c9f..faecc64 100644
--- a/recipes-qt/qt5/nativesdk-qtbase.inc
+++ b/recipes-qt/qt5/nativesdk-qtbase.inc
@@ -142,7 +142,6 @@ do_configure() {
     fi
 
     ${S}/configure -v \
-        -dont-process \
         -opensource -confirm-license \
         -sysroot ${STAGING_DIR_NATIVE} \
         -no-gcc-sysroot \
diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc
index f58fdb7..3ba7f8e 100644
--- a/recipes-qt/qt5/qtbase-native.inc
+++ b/recipes-qt/qt5/qtbase-native.inc
@@ -34,7 +34,6 @@ do_generate_qt_config_file() {
 }
 
 EXTRA_OECONF = " \
-    -dont-process \
     -prefix ${prefix} \
     -sysroot ${STAGING_DIR_NATIVE} \
     -no-gcc-sysroot \
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index bafb59e..176aec4 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -168,7 +168,6 @@ do_configure() {
     fi
 
     ${S}/configure -v \
-        -dont-process \
         -opensource -confirm-license \
         -sysroot ${STAGING_DIR_TARGET} \
         -no-gcc-sysroot \
-- 
2.1.1



  parent reply	other threads:[~2014-10-04  2:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-04  2:25 [meta-qt5][PATCH 1/7] qt5: Add Qt 5.3.2 packages Martin Jansa
2014-10-04  2:25 ` [meta-qt5][PATCH 2/7] qtwebengine: update repository location Martin Jansa
2014-10-04  2:25 ` [meta-qt5][PATCH 3/7] qtbwebengine: fix build for qemux86-64 Martin Jansa
2014-10-04  2:25 ` [meta-qt5][PATCH 4/7] qt*: refresh the patches Martin Jansa
2014-10-04  2:25 ` Martin Jansa [this message]
2014-10-04  2:25 ` [meta-qt5][PATCH 6/7] qtwayland-native: remove qtwaylandscanner symlink Martin Jansa
2014-10-04  2:25 ` [meta-qt5][PATCH 7/7] qt5: upgrade git recipes to 5.4-alpha1 Martin Jansa
2014-10-04 15:49   ` Martin Jansa

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=1412389558-13237-5-git-send-email-Martin.Jansa@gmail.com \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@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.