Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/6] samba4: install to staging
@ 2015-03-06 12:50 Gustavo Zacarias
  2015-03-06 12:50 ` [Buildroot] [PATCH 2/6] mpd: switch smb support to samba4 Gustavo Zacarias
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Gustavo Zacarias @ 2015-03-06 12:50 UTC (permalink / raw)
  To: buildroot

It's required for packages that need libsmbclient.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/samba4/samba4.mk | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/samba4/samba4.mk b/package/samba4/samba4.mk
index 527d584..78d92ef 100644
--- a/package/samba4/samba4.mk
+++ b/package/samba4/samba4.mk
@@ -7,6 +7,7 @@
 SAMBA4_VERSION = 4.2.0
 SAMBA4_SITE = http://ftp.samba.org/pub/samba
 SAMBA4_SOURCE = samba-$(SAMBA4_VERSION).tar.gz
+SAMBA4_INSTALL_STAGING = YES
 SAMBA4_LICENSE = GPLv3+
 SAMBA4_LICENSE_FILES = COPYING
 SAMBA4_DEPENDENCIES = host-e2fsprogs host-heimdal e2fsprogs popt python zlib \
@@ -113,6 +114,10 @@ define SAMBA4_BUILD_CMDS
 	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D)
 endef
 
+define SAMBA4_INSTALL_STAGING_CMDS
+	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(STAGING_DIR) install
+endef
+
 define SAMBA4_INSTALL_TARGET_CMDS
 	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) DESTDIR=$(TARGET_DIR) install
 endef
-- 
2.0.5

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

end of thread, other threads:[~2015-04-03 12:32 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-06 12:50 [Buildroot] [PATCH 1/6] samba4: install to staging Gustavo Zacarias
2015-03-06 12:50 ` [Buildroot] [PATCH 2/6] mpd: switch smb support to samba4 Gustavo Zacarias
2015-04-03 12:32   ` Thomas Petazzoni
2015-03-06 12:50 ` [Buildroot] [PATCH 3/6] kodi: " Gustavo Zacarias
2015-03-09 22:00   ` Yann E. MORIN
2015-03-06 12:50 ` [Buildroot] [PATCH 4/6] gvfs: " Gustavo Zacarias
2015-03-06 12:50 ` [Buildroot] [PATCH 5/6] samba: deprecate package due to EOL Gustavo Zacarias
2015-03-06 12:50 ` [Buildroot] [PATCH 6/6] gvfs: add hash Gustavo Zacarias
2015-03-06 22:51   ` Thomas Petazzoni
2015-03-06 22:50 ` [Buildroot] [PATCH 1/6] samba4: install to staging Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox