From patchwork Wed Oct 10 15:06:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 190675 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id DBFD12C008A for ; Thu, 11 Oct 2012 02:07:24 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2023A10B973; Wed, 10 Oct 2012 15:07:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id c6stbPgyO+Y5; Wed, 10 Oct 2012 15:07:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8038410B8B6; Wed, 10 Oct 2012 15:06:58 +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 31FF28F74A for ; Wed, 10 Oct 2012 15:07:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 85ADA818B0 for ; Wed, 10 Oct 2012 15:06:58 +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 LW64KMZliDBG for ; Wed, 10 Oct 2012 15:06:56 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by whitealder.osuosl.org (Postfix) with ESMTPS id 94E4784548 for ; Wed, 10 Oct 2012 15:06:56 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id ds1so3069403wgb.4 for ; Wed, 10 Oct 2012 08:06:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=kT9KpWDHDdhbYXJzh3itCimJtNpxgUDHHwwmeB6SL24=; b=1KJ4MAadjhtMuZxkjpBYrlmpAX+fy8vD89TNvygMFddkPeeRLtSDThpepnZkLumad7 wURh3XLUbmBbUS626RqYcMMEE4TpLEjqFZvlWE5G6Q5v+LIRuRLCYaz0KoZLB5ST2m+2 SIscLVTteikRR5dewup131uM7fDVwA0HszXix33uBh48k3xrEmwCwmYqxF5k/JxhQFye IkplUut4fgT1OjEstNAbgcWNvrnugkJyzpr5xh/NTaI4anFanuXsCVhhCrz4KGtHcCCF JWVkQ/EUYkEcK2wiEgEZpYcYsHzmjrznZ1Byfil5GG4ddQwGSOIOJ9sIwSL7DkTyXe3q YAyQ== Received: by 10.180.95.130 with SMTP id dk2mr13593977wib.18.1349881614762; Wed, 10 Oct 2012 08:06:54 -0700 (PDT) Received: from xubuntu-12.04 (123.179.87.79.rev.sfr.net. [79.87.179.123]) by mx.google.com with ESMTPS id q7sm3227246wiy.11.2012.10.10.08.06.52 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 10 Oct 2012 08:06:53 -0700 (PDT) From: Francois Perrad To: buildroot@busybox.net Date: Wed, 10 Oct 2012 17:06:24 +0200 Message-Id: <1349881591-7062-3-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1349881591-7062-1-git-send-email-francois.perrad@gadz.org> References: <1349881591-7062-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH v10 03/10] perl: add DB_File 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 Signed-off-by: Francois Perrad --- package/perl/Config.in | 10 ++++++++++ package/perl/perl.mk | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/package/perl/Config.in b/package/perl/Config.in index 0a41a97..6cb89f0 100644 --- a/package/perl/Config.in +++ b/package/perl/Config.in @@ -14,5 +14,15 @@ config BR2_PACKAGE_PERL http://www.perl.org/ +if BR2_PACKAGE_PERL + +config BR2_PACKAGE_PERL_DB_FILE + bool "DB_File" + select BR2_PACKAGE_BERKELEYDB + help + Build the DB_File module. + +endif + comment "perl requires an architecture supported by qemu" depends on BR2_avr32 || BR2_bfin || BR2_sh2 || BR2_sh2a || BR2_sh3 || BR2_sh3eb || BR2_sh64 diff --git a/package/perl/perl.mk b/package/perl/perl.mk index 7ac1aed..186158b 100644 --- a/package/perl/perl.mk +++ b/package/perl/perl.mk @@ -11,7 +11,11 @@ PERL_SOURCE = perl-$(PERL_VERSION).tar.bz2 PERL_LICENSE = Artistic PERL_LICENSE_FILES = Artistic PERL_INSTALL_STAGING = YES + PERL_DEPENDENCIES = host-qemu +ifeq ($(BR2_PACKAGE_BERKELEYDB),y) + PERL_DEPENDENCIES += berkeleydb +endif PERL_CONF_OPT = -des \ -Dusecrosscompile \