From patchwork Thu Feb 21 14:58:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 222320 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 E89FF2C0086 for ; Fri, 22 Feb 2013 02:01:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4BAB5A028C; Thu, 21 Feb 2013 15:01:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OSfKEaj5qkWL; Thu, 21 Feb 2013 15:01:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 95D77A019C; Thu, 21 Feb 2013 15:00:08 +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 13B448F75B for ; Thu, 21 Feb 2013 14:59:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8D2368CDD7 for ; Thu, 21 Feb 2013 14:59:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q4F0A5CJCebL for ; Thu, 21 Feb 2013 14:59:41 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f174.google.com (mail-ea0-f174.google.com [209.85.215.174]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6B8848B246 for ; Thu, 21 Feb 2013 14:59:41 +0000 (UTC) Received: by mail-ea0-f174.google.com with SMTP id 1so3891174eaa.33 for ; Thu, 21 Feb 2013 06:59:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references; bh=i/PucdqLvfRSG9Ududu7Y7EBC++RUXnnDF0TVslioCg=; b=IyPjuEhCjZWsDCwRo+jf4ae5hqke/tHCwsxTVg3Gm46du2O5FXgLrK5qPwh/8t1EeX EXRX3v76yqK+Vzhhwapnr0CWPLazIRoaxFaYF9XzHMN4C7NYYjwDZxg987W9ydvHncQP do+ujUk0zjQ9u4Y+klRR6+sfYqkdOn0TJFvQILsE9hKP6AUNW4A7LW0pDJ7EhdH5cTfS uNpn5gQwVP/lV1h2cD9x/G+Fjk/XMt2X72DZAZBsAgI8KfbGiP/hBwdyxhgiiEoX6uyI OYua6CZPn1o2vCYqnkciYk9v+gkoajh/DRvn0QMLGZWTg0tmYqIakcMHYwIaa8qwmyGF uVPQ== X-Received: by 10.14.183.198 with SMTP id q46mr82205533eem.1.1361458779676; Thu, 21 Feb 2013 06:59:39 -0800 (PST) Received: from localhost (193.5-14-84.ripe.coltfrance.com. [84.14.5.193]) by mx.google.com with ESMTPS id k7sm112793770een.8.2013.02.21.06.59.38 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 21 Feb 2013 06:59:38 -0800 (PST) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Thu, 21 Feb 2013 15:58:43 +0100 Message-Id: X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 13/13] Install libfribidi to staging 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 Install libfribi to staging to be able to link against it. Signed-off-by: Maxime Hadjinlian Acked-by: "Yann E. MORIN" --- package/libfribidi/libfribidi.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libfribidi/libfribidi.mk b/package/libfribidi/libfribidi.mk index 538997c..45568ca 100644 --- a/package/libfribidi/libfribidi.mk +++ b/package/libfribidi/libfribidi.mk @@ -9,5 +9,6 @@ LIBFRIBIDI_SOURCE = fribidi-$(LIBFRIBIDI_VERSION).tar.bz2 LIBFRIBIDI_SITE = http://www.fribidi.org/download/ LIBFRIBIDI_LICENSE = LGPLv2.1+ LIBFRIBIDI_LICENSE_FILES = COPYING +LIBFRIBIDI_INSTALL_STAGING = YES $(eval $(autotools-package))