All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] crda: enable staging install
@ 2017-07-04 16:34 Maxime Hadjinlian
  2017-07-04 16:34 ` [Buildroot] [PATCH] qt5base: disable libraries not built Maxime Hadjinlian
  2017-07-04 17:08 ` [Buildroot] [PATCH] crda: enable staging install Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Maxime Hadjinlian @ 2017-07-04 16:34 UTC (permalink / raw)
  To: buildroot

It's needed to make mklibs work otherwise it can't find the missing
library for the crda binary.

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/crda/crda.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/crda/crda.mk b/package/crda/crda.mk
index df879f68bb..713f852b65 100644
--- a/package/crda/crda.mk
+++ b/package/crda/crda.mk
@@ -10,12 +10,17 @@ CRDA_SITE = $(BR2_KERNEL_MIRROR)/software/network/crda
 CRDA_DEPENDENCIES = host-pkgconf host-python-pycrypto libnl libgcrypt
 CRDA_LICENSE = ISC
 CRDA_LICENSE_FILES = LICENSE
+CRDA_INSTALL_STAGING = YES

 define CRDA_BUILD_CMDS
 	$(TARGET_CONFIGURE_OPTS) \
 		$(MAKE) all_noverify -C $(@D)
 endef

+define CRDA_INSTALL_STAGING_CMDS
+	$(TARGET_CONFIGURE_OPTS) $(MAKE) install -C $(@D) DESTDIR=$(STAGING_DIR)
+endef
+
 define CRDA_INSTALL_TARGET_CMDS
 	$(TARGET_CONFIGURE_OPTS) $(MAKE) install -C $(@D) DESTDIR=$(TARGET_DIR)
 endef
--
2.13.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-07-04 17:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-07-04 16:34 [Buildroot] [PATCH] crda: enable staging install Maxime Hadjinlian
2017-07-04 16:34 ` [Buildroot] [PATCH] qt5base: disable libraries not built Maxime Hadjinlian
2017-07-04 17:08 ` [Buildroot] [PATCH] crda: enable staging install Thomas Petazzoni

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.