From patchwork Thu Feb 21 14:58:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 222318 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 A78672C0090 for ; Fri, 22 Feb 2013 02:00:31 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 51D42A01F1; Thu, 21 Feb 2013 15:00:31 +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 9zP4hK06C1cS; Thu, 21 Feb 2013 15:00:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 561EFA01F0; Thu, 21 Feb 2013 15:00:04 +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 EC7498F75B for ; Thu, 21 Feb 2013 14:59:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 67DD18CDE4 for ; Thu, 21 Feb 2013 14:59:40 +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 olXCvKQ4LOnr for ; Thu, 21 Feb 2013 14:59:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f172.google.com (mail-ea0-f172.google.com [209.85.215.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 222878CDD7 for ; Thu, 21 Feb 2013 14:59:38 +0000 (UTC) Received: by mail-ea0-f172.google.com with SMTP id f13so4012298eaa.31 for ; Thu, 21 Feb 2013 06:59:37 -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=O4JzHy6yxpaLp+gT3T5+yZKWCcN1SDiYe16pJEDee70=; b=fUnveOrJGq7jvoswKQ8LhAQAuR7u1T4sHrimZz3admAhgqOSf1xthRDJU+HfhKmpZk qu/wycGkTcaYV9u/0QfHqhC9cwxuXLovjTC94lXg+QYnY6IKDKG7aTZ3zHY7cukxivpP 12WPpug3pulwuLo4KMM8fpiICgQD7gD3xpAndtqbjPeggH6IFGuikB0o/LAwxFfEdoN0 xISn5KdAX+3FIH3DqpqaXjokvbf3ed5l5HcezdDgtPH40vE39JY8erkceOq8o5QAXI8R RjdRjs9ua9Z+GIMEgaR0f0/aSjqwx2SbT/MuOBzNCG8ppeKybs3B7lV7bX6y3yuxIGi2 os3w== X-Received: by 10.14.173.67 with SMTP id u43mr81905773eel.22.1361458777300; Thu, 21 Feb 2013 06:59:37 -0800 (PST) Received: from localhost (193.5-14-84.ripe.coltfrance.com. [84.14.5.193]) by mx.google.com with ESMTPS id q5sm115463336eep.11.2013.02.21.06.59.35 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 21 Feb 2013 06:59:36 -0800 (PST) From: Maxime Hadjinlian To: buildroot@busybox.net Date: Thu, 21 Feb 2013 15:58:42 +0100 Message-Id: X-Mailer: git-send-email 1.7.10.4 In-Reply-To: References: In-Reply-To: References: Subject: [Buildroot] [PATCH 12/13] tinyxml: new package 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 Tiny XML Parser. This package was originally found at : https://github.com/huceke/buildroot-rbp By gimli Signed-off-by: Maxime Hadjinlian --- package/Config.in | 1 + package/tinyxml/Config.in | 12 ++++++++++++ package/tinyxml/tinyxml.mk | 12 ++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 package/tinyxml/Config.in create mode 100644 package/tinyxml/tinyxml.mk diff --git a/package/Config.in b/package/Config.in index d798137..7db8ba9 100644 --- a/package/Config.in +++ b/package/Config.in @@ -604,6 +604,7 @@ source "package/libxml2/Config.in" source "package/libxslt/Config.in" source "package/libyaml/Config.in" source "package/mxml/Config.in" +source "package/tinyxml/Config.in" source "package/xerces/Config.in" source "package/yajl/Config.in" endmenu diff --git a/package/tinyxml/Config.in b/package/tinyxml/Config.in new file mode 100644 index 0000000..b549d00 --- /dev/null +++ b/package/tinyxml/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_TINYXML + bool "tinyxml" + depends on BR2_INSTALL_LIBSTDCPP + help + TinyXML is a simple, small, C++ XML parser that can be + easily integrating into other programs. + + https://github.com/leethomason/tinyxml2 + +comment "tinyxml requires C++ support in toolchain" + depends on !BR2_INSTALL_LIBSTDCPP + diff --git a/package/tinyxml/tinyxml.mk b/package/tinyxml/tinyxml.mk new file mode 100644 index 0000000..f4f042b --- /dev/null +++ b/package/tinyxml/tinyxml.mk @@ -0,0 +1,12 @@ +############################################################# +# +# tinyxml +# +############################################################# + +TINYXML_VERSION = 2.6.2_2 +TINYXML_SITE = http://mirrors.xbmc.org/build-deps/sources +TINYXML_AUTORECONF = YES +TINYXML_INSTALL_STAGING = YES + +$(eval $(autotools-package))