From patchwork Wed Mar 5 21:47:14 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 327190 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id DC6292C009F for ; Thu, 6 Mar 2014 08:48:02 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6D16594DE4; Wed, 5 Mar 2014 21:47:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id L5d1saCb7QHh; Wed, 5 Mar 2014 21:47:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 7252794E60; Wed, 5 Mar 2014 21:47:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id A575E1CE473 for ; Wed, 5 Mar 2014 21:47:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A0873331FB for ; Wed, 5 Mar 2014 21:47:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hBv9LDZk1MIS for ; Wed, 5 Mar 2014 21:47:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by silver.osuosl.org (Postfix) with ESMTPS id B016332F35 for ; Wed, 5 Mar 2014 21:47:33 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id k14so2054775wgh.11 for ; Wed, 05 Mar 2014 13:47:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=YBqz8IYB5cTqG9RVBjV/znChOS6QEM8hIglps2Zom3A=; b=szvjTiaijF821d8BwB7wwdQMxQNT3dZbiHLeplxgqPPimJZ6wanzqVK5HTaIXsP/Z0 BF5Zfbnedm1p80e8GoNjD+VzCB5hAyDrCGg/F5KdSzZi1xCm2uK6ZQrj65rzlRnP1GtD ajYc5hLYNg6ufgoo7hpv0PoeFsdG6MukezrcXLgR3WAxPBiQqcWK7TCP6naTe3NH+NoW tXFNmd1F+jPhwEseKvoRnaZAwhduG2OWHRroLSzFDJjSbb9sNmtyNVSTCbURZnNnY8Ih 7Agas91bUmHnHgr8UX4UASFwhe8SdKxNY6o73Q0O7krLjRQDo0t71HLYvxOYyj/4RIZM klMw== X-Received: by 10.194.110.41 with SMTP id hx9mr4677376wjb.28.1394056052297; Wed, 05 Mar 2014 13:47:32 -0800 (PST) Received: from gourin.bzh.lan (ks3095497.kimsufi.com. [94.23.60.27]) by mx.google.com with ESMTPSA id f7sm6334887wjb.7.2014.03.05.13.47.30 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 05 Mar 2014 13:47:31 -0800 (PST) From: "Yann E. MORIN" To: buildroot@buildroot.org Date: Wed, 5 Mar 2014 22:47:14 +0100 Message-Id: <66e20b54c0828a9d3dbd33dda0eb7b7bc90345c9.1394055621.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 09/12] pkg-infra: also set PKGDIR for the download step X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net From: "Yann E. MORIN" This will be needed to get the hash file, to check the downloaded files. Signed-off-by: "Yann E. MORIN" Reviewed-by: Samuel Martin --- package/pkg-generic.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/pkg-generic.mk b/package/pkg-generic.mk index 3618332..80389ea 100644 --- a/package/pkg-generic.mk +++ b/package/pkg-generic.mk @@ -534,6 +534,7 @@ $$($(2)_TARGET_PATCH): RAWNAME=$(patsubst host-%,%,$(1)) $$($(2)_TARGET_PATCH): PKGDIR=$(pkgdir) $$($(2)_TARGET_EXTRACT): PKG=$(2) $$($(2)_TARGET_SOURCE): PKG=$(2) +$$($(2)_TARGET_SOURCE): PKGDIR=$(pkgdir) $$($(2)_TARGET_DIRCLEAN): PKG=$(2) # Compute the name of the Kconfig option that correspond to the