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 v2] qt5serialbus: new package
Date: Mon, 18 Apr 2016 22:44:20 +0200	[thread overview]
Message-ID: <20160418224420.1ee1cca0@free-electrons.com> (raw)
In-Reply-To: <1459257824-3098-1-git-send-email-yegorslists@googlemail.com>

Hello,

On Tue, 29 Mar 2016 15:23:44 +0200, yegorslists at googlemail.com wrote:

> +ifeq ($(BR2_STATIC_LIBS),)
> +define QT5SERIALBUS_INSTALL_TARGET_CMDS
> +	cp -dpf $(STAGING_DIR)/usr/lib/libQt5SerialBus.so.* \
> +		$(TARGET_DIR)/usr/lib
> +
> +	mkdir -p $(TARGET_DIR)/usr/lib/qt/plugins/canbus
> +	cp -dpf $(STAGING_DIR)/usr/lib/qt/plugins/canbus/*.so \
> +		$(TARGET_DIR)/usr/lib/qt/plugins/canbus
> +
> +	$(INSTALL) -m 0755 -D $(@D)/bin/canbusutil \
> +		$(TARGET_DIR)/usr/bin/canbusutil

This tool is most likely available and should be installed even when
BR2_STATIC_LIBS=y, so I've fixed up this aspect in your package and
applied. Please check
https://git.buildroot.net/buildroot/commit/?id=1a9a9d15e670b0ab93da06e036384514ac69b642,
and if you can, do a BR2_STATIC_LIBS=y build to double check.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

      parent reply	other threads:[~2016-04-18 20:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-29 13:23 [Buildroot] [PATCH v2] qt5serialbus: new package yegorslists at googlemail.com
2016-04-04 14:47 ` Julien CORJON
2016-04-18 20:44 ` Thomas Petazzoni [this message]

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=20160418224420.1ee1cca0@free-electrons.com \
    --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