From patchwork Fri Mar 6 12:50:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 447301 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id A62C7140188 for ; Fri, 6 Mar 2015 23:50:54 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=iQuwt5fs; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C089BA3BE3; Fri, 6 Mar 2015 12:50:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RC-ciDrLinvn; Fri, 6 Mar 2015 12:50:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 45401A3BD1; Fri, 6 Mar 2015 12:50:51 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 97B961C2880 for ; Fri, 6 Mar 2015 12:50:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8986792432 for ; Fri, 6 Mar 2015 12:50:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9hLMhFQSdHS6 for ; Fri, 6 Mar 2015 12:50:48 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 15B5892431 for ; Fri, 6 Mar 2015 12:50:47 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.14.9/8.14.9) with ESMTP id t26Coekt026795 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 6 Mar 2015 12:50:43 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1425646245; bh=PQn1Fl/9ZrqUMTjNJu1yp6X/r8U7Pz0smIkUOpu2NXY=; h=From:To:Cc:Subject:Date; b=iQuwt5fs4/noYEKkEl9fmN1kuUjMwDfrig2ce5pGkU55qT03MP2eZtMAyt1e8CEfn 7BylaeaK1uxbtJLGzefkrJc26/fTQNEOqABfTXnSg7AGbC5pw7zqwAX3xn7V08OXjj EKgTbX3l2ueKkViE1HQQn6nTatzQxRsYwjLhBsEQ= Received: by asgard (sSMTP sendmail emulation); Fri, 06 Mar 2015 09:50:34 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 6 Mar 2015 09:50:29 -0300 Message-Id: <1425646234-22041-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.6 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/6] samba4: install to staging X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" It's required for packages that need libsmbclient. Signed-off-by: Gustavo Zacarias --- 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