From patchwork Sun Dec 30 21:33:25 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Martin X-Patchwork-Id: 208784 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 D7F192C00B1 for ; Mon, 31 Dec 2012 08:33:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7D68FA0173; Sun, 30 Dec 2012 21:33:54 +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 52rxBaJm-h5R; Sun, 30 Dec 2012 21:33:52 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 35796A007B; Sun, 30 Dec 2012 21:33:52 +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 53D2B8F79A for ; Sun, 30 Dec 2012 21:33:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5BFC88A5C9 for ; Sun, 30 Dec 2012 21:33:45 +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 WVfBO7iYgoEh for ; Sun, 30 Dec 2012 21:33:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f44.google.com (mail-wg0-f44.google.com [74.125.82.44]) by whitealder.osuosl.org (Postfix) with ESMTPS id 44E328A4F2 for ; Sun, 30 Dec 2012 21:33:44 +0000 (UTC) Received: by mail-wg0-f44.google.com with SMTP id dr12so5394800wgb.11 for ; Sun, 30 Dec 2012 13:33:42 -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=HFhCh/C4SVK99mkIKTnVIGRBsoQ7iNSteG58ps19PiE=; b=JY7Jd8Wvwg0hueJf++X/xdOmI1XgrcshKzcrFGy99PvfV8Ld3vU3aCFkEgnHoqxOZy 1OWJCdQ8JCwJpgblEACKs0i+mbwAbRN6ag9wRC6R/OgIYMoe36ewmF3Lh+kQh/YsxwWF K6YjDvmNsCuEGaJtLSP4i57KBm5mF8n9jYveKBJ3K2WiqM7JILK07kgQ/dbCG1ezzqzv m53U1hpiOdXM/D8BCFUGRPpVjy3uO+cf8UD7qE7Hf/xxxDrXw/6TiwpO5WzAPjHRyWMo IYC/ut43fke0EG1wq8Bw3havHMKH2+GWbAMlBJqGxXTlTM71m6vFu6MIjoe+Z26fgc5E qaOA== X-Received: by 10.180.83.169 with SMTP id r9mr60153134wiy.10.1356903222460; Sun, 30 Dec 2012 13:33:42 -0800 (PST) Received: from localhost.localdomain (ANantes-557-1-155-237.w2-1.abo.wanadoo.fr. [2.1.170.237]) by mx.google.com with ESMTPS id bz12sm66616498wib.5.2012.12.30.13.33.40 (version=SSLv3 cipher=OTHER); Sun, 30 Dec 2012 13:33:41 -0800 (PST) From: Samuel Martin To: buildroot@busybox.net Date: Sun, 30 Dec 2012 22:33:25 +0100 Message-Id: X-Mailer: git-send-email 1.8.0.3 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 1/8] matchbox-lib: fix license info 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 --- package/matchbox/matchbox-lib/matchbox-lib.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Acked-by: Thomas Petazzoni diff --git a/package/matchbox/matchbox-lib/matchbox-lib.mk b/package/matchbox/matchbox-lib/matchbox-lib.mk index 7730d94..d18df6b 100644 --- a/package/matchbox/matchbox-lib/matchbox-lib.mk +++ b/package/matchbox/matchbox-lib/matchbox-lib.mk @@ -7,7 +7,7 @@ MATCHBOX_LIB_VERSION = 1.9 MATCHBOX_LIB_SOURCE = libmatchbox-$(MATCHBOX_LIB_VERSION).tar.bz2 MATCHBOX_LIB_SITE = http://downloads.yoctoproject.org/releases/matchbox/libmatchbox/$(MATCHBOX_LIB_VERSION) -MATCHBOX_LIB_LICENSE = LGPLv2.1 +MATCHBOX_LIB_LICENSE = LGPLv2.1+ MATCHBOX_LIB_LICENSE_FILES = COPYING MATCHBOX_LIB_INSTALL_STAGING = YES MATCHBOX_LIB_DEPENDENCIES = host-pkgconf expat xlib_libXext