From patchwork Sun Apr 19 18:09:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 462642 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 457CA140273 for ; Mon, 20 Apr 2015 04:10:09 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 642D8338C0; Sun, 19 Apr 2015 18:10:08 +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 YxSbTeDXuUoG; Sun, 19 Apr 2015 18:10:03 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id BD22B33902; Sun, 19 Apr 2015 18:09:51 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id A7A411C22C1 for ; Sun, 19 Apr 2015 18:09:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id A3ECBA3875 for ; Sun, 19 Apr 2015 18:09:48 +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 sJCEi-jRX6Ke for ; Sun, 19 Apr 2015 18:09:48 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout10.t-online.de (mailout10.t-online.de [194.25.134.21]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 12018A3841 for ; Sun, 19 Apr 2015 18:09:48 +0000 (UTC) Received: from fwd23.aul.t-online.de (fwd23.aul.t-online.de [172.20.26.128]) by mailout10.t-online.de (Postfix) with SMTP id 2AC86778EF for ; Sun, 19 Apr 2015 20:09:46 +0200 (CEST) Received: from fli4l.lan.fli4l (ZZ3FrgZ-ghsG1D3nVkkFelr82aFMKvoJiOHmTqLYb1zC2Xm5QiK8n44MYRgaDiuQPR@[79.247.173.74]) by fwd23.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1Yjtez-2liUXw0; Sun, 19 Apr 2015 20:09:37 +0200 Received: from fli4lbuild64.lan.fli4l ([192.168.1.51]:33876) by fli4l.lan.fli4l with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85) (envelope-from ) id 1Yjtey-00020i-T9; Sun, 19 Apr 2015 20:09:37 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sun, 19 Apr 2015 20:09:32 +0200 Message-Id: <1429466974-12546-1-git-send-email-bernd.kuhls@t-online.de> X-Mailer: git-send-email 1.7.10.4 X-ID: ZZ3FrgZ-ghsG1D3nVkkFelr82aFMKvoJiOHmTqLYb1zC2Xm5QiK8n44MYRgaDiuQPR X-TOI-MSGID: 48dcb318-128b-4aa0-8734-088c3d404a7e Cc: Bernd Kuhls Subject: [Buildroot] [PATCH 1/3] package/libebml: bump version to 1.3.1 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" Package now uses GNU autoconf infrastructure. Signed-off-by: Bernd Kuhls --- package/libebml/libebml.mk | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/package/libebml/libebml.mk b/package/libebml/libebml.mk index 67dcfc6..4613c6e 100644 --- a/package/libebml/libebml.mk +++ b/package/libebml/libebml.mk @@ -4,34 +4,11 @@ # ################################################################################ -LIBEBML_VERSION = 1.2.2 +LIBEBML_VERSION = 1.3.1 LIBEBML_SOURCE = libebml-$(LIBEBML_VERSION).tar.bz2 LIBEBML_SITE = http://dl.matroska.org/downloads/libebml LIBEBML_INSTALL_STAGING = YES LIBEBML_LICENSE = LGPLv2.1+ LIBEBML_LICENSE_FILES = LICENSE.LGPL -ifeq ($(BR2_STATIC_LIBS),y) -LIBEBML_MAKE_TARGETS = staticlib -LIBEBML_MAKE_INSTALL_TARGETS = install_staticlib install_headers -else -LIBEBML_MAKE_TARGETS = staticlib sharedlib -LIBEBML_MAKE_INSTALL_TARGETS = install_staticlib install_sharedlib install_headers -endif - -define LIBEBML_BUILD_CMDS - $(MAKE) -C $(@D)/make/linux CROSS="$(CCACHE) $(TARGET_CROSS)" \ - $(LIBEBML_MAKE_TARGETS) -endef - -define LIBEBML_INSTALL_STAGING_CMDS - $(MAKE) -C $(@D)/make/linux prefix=$(STAGING_DIR)/usr \ - $(LIBEBML_MAKE_INSTALL_TARGETS) -endef - -define LIBEBML_INSTALL_TARGET_CMDS - $(MAKE) -C $(@D)/make/linux prefix=$(TARGET_DIR)/usr \ - $(LIBEBML_MAKE_INSTALL_TARGETS) -endef - -$(eval $(generic-package)) +$(eval $(autotools-package))