From patchwork Mon Apr 11 20:36:07 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anders Roxell X-Patchwork-Id: 65570 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp1560612qge; Mon, 11 Apr 2016 13:44:04 -0700 (PDT) X-Received: by 10.140.242.77 with SMTP id n74mr34078110qhc.2.1460407444095; Mon, 11 Apr 2016 13:44:04 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id n74si21735493qgn.119.2016.04.11.13.44.00; Mon, 11 Apr 2016 13:44:04 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id D1D2761D74; Mon, 11 Apr 2016 20:44:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id C53F961953; Mon, 11 Apr 2016 20:43:56 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 9F684619B9; Mon, 11 Apr 2016 20:43:54 +0000 (UTC) Received: from mail-lf0-f45.google.com (mail-lf0-f45.google.com [209.85.215.45]) by lists.linaro.org (Postfix) with ESMTPS id C1CC661936 for ; Mon, 11 Apr 2016 20:43:53 +0000 (UTC) Received: by mail-lf0-f45.google.com with SMTP id g184so174666095lfb.3 for ; Mon, 11 Apr 2016 13:43:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=jtZl/fPoal/ShN+YeIUsB+0WlzlrefNI7qJntWVnHQU=; b=XIxGe4R4NtDiAtwQD8zxiPWn/RClNI0WaRQSYzkVMM44dvOpsrA996I/J+H9HkY956 YuQZLrgP3CbU3P98bB6rOVmwh3PMVcI58vaasNkUhUUgk6s66r0KY2WQoPellScIGQmc ESVaxllo40hi5Isrxttj7/rJq83JFUH8IascD0wJtmkokRcE1mNNHXp2D8ajmHWmYBFs RxwEDfXTMbGQBrv3lUw/mm21IyWcJXI9JlM8cVBIQlC1f1cNNbHiMgYm56+FSIwuVYdG vYXkI4I3/lCzLp113ON8HwB3Ow9zpuQmUiBYXE+DYki+mmXKRpY1zMGwPbxxzNe4p72J cN8g== X-Gm-Message-State: AD7BkJLkRxWutFvy0RACKBFc4Uw60wp220TMvZlrlKl71dP+DjP/fM28GgkdAUSlUF9tDl2yHpo= X-Received: by 10.112.126.36 with SMTP id mv4mr9214359lbb.97.1460407431904; Mon, 11 Apr 2016 13:43:51 -0700 (PDT) Received: from localhost (c-c82171d5.07-21-73746f28.cust.bredbandsbolaget.se. [213.113.33.200]) by smtp.gmail.com with ESMTPSA id ez1sm4717207lbc.29.2016.04.11.13.43.50 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Apr 2016 13:43:51 -0700 (PDT) From: Anders Roxell To: lng-odp@lists.linaro.org Date: Mon, 11 Apr 2016 22:36:07 +0200 Message-Id: <1460406967-24427-1-git-send-email-anders.roxell@linaro.org> X-Mailer: git-send-email 2.1.4 X-Topics: patch Subject: [lng-odp] [PATCH] platform/Makefile.inc: remove incorrect install to share dir X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Remove libodp-linux.la from /usr/share/... its already installed in /usr/lib/ Signed-off-by: Anders Roxell Reviewed-by: Christophe Milard --- platform/Makefile.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/platform/Makefile.inc b/platform/Makefile.inc index 1cb7a71..160ad4c 100644 --- a/platform/Makefile.inc +++ b/platform/Makefile.inc @@ -1,7 +1,5 @@ LIB = $(top_builddir)/lib -dist_pkgdata_DATA = $(LIB)/libodp-linux.la - pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = $(top_builddir)/pkgconfig/libodp-linux.pc