From patchwork Tue Dec 30 19:40:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Zwing?= X-Patchwork-Id: 424686 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id AE7B914010F for ; Wed, 31 Dec 2014 06:40:25 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 983B587C71; Tue, 30 Dec 2014 19:40:24 +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 CjLto4z8Ap7S; Tue, 30 Dec 2014 19:40:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id A94EE8AA73; Tue, 30 Dec 2014 19:40:23 +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 991AA1C1607 for ; Tue, 30 Dec 2014 19:40:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 93BA18AA31 for ; Tue, 30 Dec 2014 19:40:22 +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 j32OqOVr38jh for ; Tue, 30 Dec 2014 19:40:21 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mo4-p00-ob.smtp.rzone.de (mo4-p00-ob.smtp.rzone.de [81.169.146.216]) by whitealder.osuosl.org (Postfix) with ESMTPS id 49E1887C71 for ; Tue, 30 Dec 2014 19:40:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1419968419; l=627; s=domk; d=dawncrow.de; h=Content-Transfer-Encoding:Content-Type:Subject:CC:To:MIME-Version: From:Date; bh=lRnpRWQTOdIadhiLu5XO9RuQ20Y=; b=VO/GZoqynig6dI/PeqjaDhgc884d2vFxTxTlMs80s42QdYcj648EEKTYJauh5dihQFW JqyfqST0GiaSSGjb7Ut7DJ3bDisuBH1eUJlYqRBiSfjosNrcWdsBaSn+Hqe7Tk8oDurPG KHNevtC0R5KS1G26jIVkDRMM/UpppnStXTU= X-RZG-AUTH: :ImkWY2CseuihIZy6ZWWciR6unPh5JPSWE7VxbdUCFBN5njG7Q28CH4VMe3/hXw== X-RZG-CLASS-ID: mo00 Received: from [192.168.178.50] ([185.61.120.244]) by smtp.strato.de (RZmta 36.3 AUTH) with ESMTPSA id u03b4bqBUJeJ4Bj (using TLSv1.2 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate); Tue, 30 Dec 2014 20:40:19 +0100 (CET) Message-ID: <54A2FFA2.8010208@dawncrow.de> Date: Tue, 30 Dec 2014 20:40:18 +0100 From: =?UTF-8?B?QW5kcsOpIEhlbnRzY2hlbA==?= User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: buildroot@busybox.net Subject: [Buildroot] [PATCH 1/2 try 2] lcms2: Install into 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Other packages might depend on lcms2, thus it should install it's development files. I'm working on a clean Wine package and it wasn't able to find lcms2. Signed-off-by: André Hentschel --- package/lcms2/lcms2.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/lcms2/lcms2.mk b/package/lcms2/lcms2.mk index 5d22041..c2eda98 100644 --- a/package/lcms2/lcms2.mk +++ b/package/lcms2/lcms2.mk @@ -6,6 +6,7 @@ LCMS2_VERSION = 2.5 LCMS2_SITE = http://downloads.sourceforge.net/lcms/lcms +LCMS2_INSTALL_STAGING = YES LCMS2_LICENSE = MIT LCMS2_LICENSE_FILES = COPYING -- 1.9.1