From patchwork Mon Mar 17 22:30:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Hunleth X-Patchwork-Id: 331209 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 3FD6B2C00C3 for ; Tue, 18 Mar 2014 09:31:42 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D8DD88D816; Mon, 17 Mar 2014 22:31:41 +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 OAhA3jDZThN9; Mon, 17 Mar 2014 22:31:40 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 18B348D565; Mon, 17 Mar 2014 22:31:40 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id A68801BF96D for ; Mon, 17 Mar 2014 22:31:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A2702267D3 for ; Mon, 17 Mar 2014 22:31:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QMD34tXBgOyx for ; Mon, 17 Mar 2014 22:31:38 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-qc0-f173.google.com (mail-qc0-f173.google.com [209.85.216.173]) by silver.osuosl.org (Postfix) with ESMTPS id D877332105 for ; Mon, 17 Mar 2014 22:31:37 +0000 (UTC) Received: by mail-qc0-f173.google.com with SMTP id r5so6886028qcx.32 for ; Mon, 17 Mar 2014 15:31:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=GGeeFV4T6UomaRidkNIWFl5o6/ej3wD73UFOgDUuAxs=; b=cx6OZq6Y8VAaIDhbH3VYy3tIpptWFgfswlHH6lcWRBdQsew3RS6YZ16gFaziLuEZEx 7i+urR6w4XDMzWTyvpnPEsdrH9SmB0dZchfIRRI0n5Zl8wa1FszP0CyDTijF4tRX8pX3 Pe+UzqbDIs9rxR4K5CzYaK2oAcRMstl/tas2Q+7BcVzqpm3MtbEQbuZKNoiUCahYINm6 /s45aRC0wgzBE98rS2b4J+v9+iubDBHf7Ho5wXlW1sDDL6qxL4GHtWIVhMYJNBZ7jZJx YxTGYgfVrRqdX/+o7bTsQUW51fj6lA+nCyAZrPEvaipHceyfP3ZQFd8RNb7h4xfw7Guw K6ow== X-Gm-Message-State: ALoCoQkh57iSYIv8mfE8shKELQt9XwsFpnJzB4ME5VP6XDEOzTKSdeQbel4yfW2yiGqULr+vwT/p X-Received: by 10.140.94.134 with SMTP id g6mr30435055qge.19.1395095496980; Mon, 17 Mar 2014 15:31:36 -0700 (PDT) Received: from halfmarathon.home.hunleth.com (c-68-50-186-80.hsd1.dc.comcast.net. [68.50.186.80]) by mx.google.com with ESMTPSA id k6sm23198255qgd.17.2014.03.17.15.31.34 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 17 Mar 2014 15:31:35 -0700 (PDT) From: Frank Hunleth To: buildroot@buildroot.org Date: Mon, 17 Mar 2014 18:30:58 -0400 Message-Id: <1395095458-19681-1-git-send-email-fhunleth@troodon-software.com> X-Mailer: git-send-email 1.8.3.2 Subject: [Buildroot] [PATCH] mtools: add support for building for target 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 This patch adds a menu option and updates the mtools.mk file to support building mtools for the target. Signed-off-by: Frank Hunleth --- package/Config.in | 1 + package/mtools/Config.in | 13 +++++++++++++ package/mtools/mtools.mk | 1 + 3 files changed, 15 insertions(+) create mode 100644 package/mtools/Config.in diff --git a/package/Config.in b/package/Config.in index f9c1b0b..688ed4d 100644 --- a/package/Config.in +++ b/package/Config.in @@ -144,6 +144,7 @@ source "package/kobs-ng/Config.in" source "package/makedevs/Config.in" source "package/mmc-utils/Config.in" source "package/mtd/Config.in" +source "package/mtools/Config.in" source "package/nfs-utils/Config.in" source "package/ntfs-3g/Config.in" source "package/squashfs/Config.in" diff --git a/package/mtools/Config.in b/package/mtools/Config.in new file mode 100644 index 0000000..14e5ecc --- /dev/null +++ b/package/mtools/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_MTOOLS + bool "mtools" + depends on BR2_USE_WCHAR + help + Mtools is a collection of utilities to access MS-DOS disks from + Unix without mounting them. It supports Win'95 style long file + names, OS/2 Xdf disks and 2m disks (store up to 1992k on a high + density 3 1/2 disk). + + http://www.tux.org/pub/tux/mtools/ + +comment "mtools needs a toolchain w/ wchar" + depends on !BR2_USE_WCHAR diff --git a/package/mtools/mtools.mk b/package/mtools/mtools.mk index 11517df..6d8f44b 100644 --- a/package/mtools/mtools.mk +++ b/package/mtools/mtools.mk @@ -10,4 +10,5 @@ MTOOLS_SITE = $(BR2_GNU_MIRROR)/mtools/ MTOOLS_LICENSE = GPLv3+ MTOOLS_LICENSE_FILES = COPYING +$(eval $(autotools-package)) $(eval $(host-autotools-package))