From patchwork Mon Dec 14 13:10:54 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 556458 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 639EF14030D for ; Tue, 15 Dec 2015 00:13:03 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=j0fIMExU; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5C9D394C4D; Mon, 14 Dec 2015 13:13:02 +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 nXm9gnaUmK-0; Mon, 14 Dec 2015 13:13:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AC49794C1C; Mon, 14 Dec 2015 13:13:00 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 16A541C1039 for ; Mon, 14 Dec 2015 13:12:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 121618C811 for ; Mon, 14 Dec 2015 13:12:57 +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 X5wzbp+mIg2E for ; Mon, 14 Dec 2015 13:12:56 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 47D1B8D51D for ; Mon, 14 Dec 2015 13:12:56 +0000 (UTC) Received: from asgard (cpe-181-46-100-24.telecentro-reversos.com.ar [181.46.100.24] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id tBEDCntR030564 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 14 Dec 2015 13:12:51 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1450098773; bh=+c63Jy4+zo5VWm3OyOMRKMkDeg6nY6bs0r82zuS3dMI=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=j0fIMExUC19EAPZ5Ode2Clh1InmkD+3zNs9DTmtthOfjLD8m8Ccu+j/V1Wyz81aer 9gw3mk7ck9Kkc/NB3ysIj9gCuDQgDdaeXok+fuXAPPNp9bz1MYKtuiUrtNwZ4e1xFW LvT0WIym4jhlEhGisWiTF+gUtH2qs2zyfqf0WPf4= Received: by asgard (sSMTP sendmail emulation); Mon, 14 Dec 2015 10:12:48 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Mon, 14 Dec 2015 10:10:54 -0300 Message-Id: <1450098684-17399-16-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 In-Reply-To: <1450098684-17399-1-git-send-email-gustavo@zacarias.com.ar> References: <1450098684-17399-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 15/45] omniorb: comma separate licenses 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" Signed-off-by: Gustavo Zacarias --- package/omniorb/omniorb.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/omniorb/omniorb.mk b/package/omniorb/omniorb.mk index bf5ba47..aaf3bf3 100644 --- a/package/omniorb/omniorb.mk +++ b/package/omniorb/omniorb.mk @@ -8,7 +8,7 @@ OMNIORB_VERSION = 4.2.0 OMNIORB_SITE = http://downloads.sourceforge.net/project/omniorb/omniORB/omniORB-$(OMNIORB_VERSION) OMNIORB_SOURCE = omniORB-$(OMNIORB_VERSION).tar.bz2 OMNIORB_INSTALL_STAGING = YES -OMNIORB_LICENSE = GPL2+ LGPLv2.1+ +OMNIORB_LICENSE = GPL2+, LGPLv2.1+ OMNIORB_LICENSE_FILES = COPYING COPYING.LIB OMNIORB_DEPENDENCIES = host-omniorb HOST_OMNIORB_DEPENDENCIES = host-python