From patchwork Sat Oct 4 17:19:02 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 396531 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 1081C14018C for ; Sun, 5 Oct 2014 04:19:20 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 552BB9554F; Sat, 4 Oct 2014 17:19:19 +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 oQ1PARlqxufI; Sat, 4 Oct 2014 17:19:19 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id D44B395C7C; Sat, 4 Oct 2014 17:19:18 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id DEEBE1C25F1 for ; Sat, 4 Oct 2014 17:19:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id DA3C395C7C for ; Sat, 4 Oct 2014 17:19:16 +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 R4ToSG-OK-gI for ; Sat, 4 Oct 2014 17:19:16 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f49.google.com (mail-wg0-f49.google.com [74.125.82.49]) by hemlock.osuosl.org (Postfix) with ESMTPS id E44149554F for ; Sat, 4 Oct 2014 17:19:15 +0000 (UTC) Received: by mail-wg0-f49.google.com with SMTP id x12so3672503wgg.20 for ; Sat, 04 Oct 2014 10:19:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=Lud/AEE09G0mExnRU5WvYIvr+WEVD4XMiXPVG5zyFfI=; b=MOUk7R/0fY+7QCj1fJeLicsIWuuVWOshhzLhbpiu3u51P9zY4k8+MEzTuP/wtxeH6p MjRods3tyy9FXJpgu1zOGwBqKBAk92VUR9xXt5ZXIL8m8uhhc8jXtHhVS3wY/IquzEDp xUfuda9j3r4Lu7Nx9ltrwGYiFyQWEbnAcdOx/FlPe718zatg/2toAAN5L3VjECm7bms9 XSRGNTDc90UaCf0j2O25jDraLZ2LEFkn7eb6hdhdyR+4zdrGrrMZ1MkSD17a5/rPt52n iFAID89ZJj59YQTuA7WbCHQ2GBhrzllyh7yHzTSyhMdol++Ykb44ZubhKXzp01KXbBla tr9Q== X-Received: by 10.180.87.161 with SMTP id az1mr6967709wib.13.1412443154288; Sat, 04 Oct 2014 10:19:14 -0700 (PDT) Received: from bobook.localdomain (ivr94-4-82-229-165-48.fbx.proxad.net. [82.229.165.48]) by mx.google.com with ESMTPSA id b6sm691858wiy.22.2014.10.04.10.19.13 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 04 Oct 2014 10:19:13 -0700 (PDT) From: Samuel Martin To: buildroot@buildroot.net Date: Sat, 4 Oct 2014 19:19:02 +0200 Message-Id: <1412443142-12817-1-git-send-email-s.martin49@gmail.com> X-Mailer: git-send-email 2.1.2 Cc: Thomas Petazzoni Subject: [Buildroot] [PATCH] package/pkg-cmake.mk: rename _INSTALL_HOST_OPTS -> _INSTALL_OPTS 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" This pacth renames, consistently with the other package infrastructures, the _INSTALL_OPTS variable for host CMake-based package. As mentioned in [1], no host-cmake-package uses this variable so far; so it is a safe rename. [1] http://lists.busybox.net/pipermail/buildroot/2014-October/107712.html Reported-by: "Yann E. MORIN" Cc: Thomas Petazzoni Signed-off-by: Samuel Martin Reviewed-by: "Yann E. MORIN" --- package/pkg-cmake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pkg-cmake.mk b/package/pkg-cmake.mk index 85d8828..2bea003 100644 --- a/package/pkg-cmake.mk +++ b/package/pkg-cmake.mk @@ -41,7 +41,7 @@ $(2)_CONF_OPTS ?= $(2)_MAKE ?= $$(MAKE) $(2)_MAKE_ENV ?= $(2)_MAKE_OPTS ?= -$(2)_INSTALL_HOST_OPTS ?= install +$(2)_INSTALL_OPTS ?= install $(2)_INSTALL_STAGING_OPTS ?= DESTDIR=$$(STAGING_DIR) install $(2)_INSTALL_TARGET_OPTS ?= DESTDIR=$$(TARGET_DIR) install