All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andreas Naumann <anaumann@ultratronik.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v4 6/6] qt5: Remove *.la/*.prl fixup script
Date: Fri, 22 Mar 2019 19:39:04 +0100	[thread overview]
Message-ID: <20190322183904.22401-7-anaumann@ultratronik.de> (raw)
In-Reply-To: <20190322183904.22401-1-anaumann@ultratronik.de>

After fixing Prefix in our custom qt.conf, Qt computes and embeds the correct
sysroot prefixed pathes in all *.la and *.prl files.

Signed-off-by: Andreas Naumann <anaumann@ultratronik.de>
---
 package/pkg-qmake.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/pkg-qmake.mk b/package/pkg-qmake.mk
index 11cfb809fc..9293253fae 100644
--- a/package/pkg-qmake.mk
+++ b/package/pkg-qmake.mk
@@ -77,7 +77,6 @@ define $(2)_INSTALL_STAGING_CMDS
 	$$(TARGET_MAKE_ENV) \
 	$$($(2)_MAKE_ENV) \
 	$$(MAKE) -C $$($$(PKG)_SRCDIR) $$($(2)_INSTALL_STAGING_OPTS)
-	$$(QT5_LA_PRL_FILES_FIXUP)
 endef
 endif
 
-- 
2.21.0

  parent reply	other threads:[~2019-03-22 18:39 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-22 18:38 [Buildroot] [PATCH v4 0/6] Qt5 qmake infra with generic target install Andreas Naumann
2019-03-22 18:38 ` [Buildroot] [PATCH v4 1/6] qt5base: Do not build shared libs if BR2_STATIC_LIBS is chosen Andreas Naumann
2019-03-25 22:13   ` Arnout Vandecappelle
2019-03-27 22:08     ` Andreas Naumann
2019-03-22 18:39 ` [Buildroot] [PATCH v4 2/6] qt5: Provide generic qmake package infrastructure Andreas Naumann
2019-03-25 23:16   ` Arnout Vandecappelle
2019-03-26  7:18     ` Thomas Petazzoni
2019-03-26 10:09       ` Arnout Vandecappelle
2019-03-27 22:10         ` Andreas Naumann
2019-03-28  8:58           ` Arnout Vandecappelle
2019-03-28  9:50             ` Andreas Naumann
2019-03-28 11:21               ` Arnout Vandecappelle
2019-03-27 22:09     ` Andreas Naumann
2019-03-22 18:39 ` [Buildroot] [PATCH v4 3/6] qt5: Convert packages to qmake infra Andreas Naumann
2019-03-25 23:43   ` Arnout Vandecappelle
2019-03-27 22:11     ` Andreas Naumann
2019-03-28  9:01       ` Arnout Vandecappelle
2019-03-22 18:39 ` [Buildroot] [PATCH v4 4/6] quazip: Patch .pro file to correctly crosscompile and use " Andreas Naumann
2019-03-26  0:03   ` Arnout Vandecappelle
2019-03-27 22:14     ` Andreas Naumann
2019-03-22 18:39 ` [Buildroot] [PATCH v4 5/6] qt5base: Fix inconsistencies when overriding qmake properties Andreas Naumann
2019-03-25 23:50   ` Arnout Vandecappelle
2019-03-27 22:13     ` Andreas Naumann
2019-03-28  9:02       ` Arnout Vandecappelle
2019-04-14 10:12   ` Arnout Vandecappelle
2019-04-15  6:34     ` Andreas Naumann
2019-04-15  8:55       ` Arnout Vandecappelle
2019-03-22 18:39 ` Andreas Naumann [this message]
2019-03-27 22:13   ` [Buildroot] [PATCH v4 6/6] qt5: Remove *.la/*.prl fixup script Andreas Naumann
2019-04-13 13:08     ` Arnout Vandecappelle
2019-04-13 13:30       ` Thomas Petazzoni
2019-03-26  0:09 ` [Buildroot] [PATCH v4 0/6] Qt5 qmake infra with generic target install Arnout Vandecappelle
2019-03-27 22:07   ` Andreas Naumann

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=20190322183904.22401-7-anaumann@ultratronik.de \
    --to=anaumann@ultratronik.de \
    --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 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.