From patchwork Fri Jan 9 07:14:03 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 426920 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 860DF14016A for ; Fri, 9 Jan 2015 18:14:17 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 959FF8B3AC; Fri, 9 Jan 2015 07:14:15 +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 LSH+ajROH4Eo; Fri, 9 Jan 2015 07:14:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 292608B3B6; Fri, 9 Jan 2015 07:14:14 +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 E51FE1C1F95 for ; Fri, 9 Jan 2015 07:14:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id DF81C31BE3 for ; Fri, 9 Jan 2015 07:14:12 +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 kRvz5lirYZ3T for ; Fri, 9 Jan 2015 07:14:11 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f52.google.com (mail-wg0-f52.google.com [74.125.82.52]) by silver.osuosl.org (Postfix) with ESMTPS id 756352663F for ; Fri, 9 Jan 2015 07:14:11 +0000 (UTC) Received: by mail-wg0-f52.google.com with SMTP id x12so6495864wgg.11 for ; Thu, 08 Jan 2015 23:14:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=lVZosWC9OKxUesjZYUXw4rwZExGU2T5jdtnptomn9WI=; b=UNsBIRDDzZiwTkWnU17B4buljgPm3Sd5DRCiYUWdB1C+MprPv7tUXK2eRZeCXsmge/ ljYgFt5tHR836/irGce4r0nVN4sCi8LWOx600Lz8KvXevECG5YqOllDZaYS4HbJMmpLW ovO1MGq23QyOL/ihGHSoNtyTtP+iRAwIPdmKb6xS1cWV1XqHmj/uKra9FM4+kv6xcOBe B6UAS7RWUTohqlwruePysIpmIGpTXHInMbLaL9YHccXnstrF/gDduiQjgexpnMjfSagL uSTEPE1KuQlmoOaHyH+NKNUEfVLPmcZg4Kp38zsmsNHPWbU3dmd2A2uxIR035fMXyMnW Sr8Q== X-Received: by 10.194.205.138 with SMTP id lg10mr29342684wjc.130.1420787650139; Thu, 08 Jan 2015 23:14:10 -0800 (PST) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id ei5sm24619878wid.2.2015.01.08.23.14.08 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 08 Jan 2015 23:14:09 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Fri, 9 Jan 2015 08:14:03 +0100 Message-Id: <1420787643-6167-3-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 2.2.1 In-Reply-To: <1420787643-6167-1-git-send-email-fabio.porcedda@gmail.com> References: <1420787643-6167-1-git-send-email-fabio.porcedda@gmail.com> Cc: Thomas Petazzoni Subject: [Buildroot] [PATCH v4 2/2] libsvgtiny: update source url 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" As source url use the git repository instead of the unavaiable svn repository. Also because the git repository does not include the netsurf core buildsystem source that are needed to build this package add as dependency the netsurf-buildsystem package and use those files through a symbolink link. This fix the following error: svn: E670002: Unable to connect to a repository at URL 'svn://svn.netsurf-browser.org/trunk/libsvgtiny' svn: E670002: Unknown hostname 'svn.netsurf-browser.org' Signed-off-by: Fabio Porcedda Cc: Vicente Olivert Riera Cc: Thomas Petazzoni Cc: Baruch Siach --- package/libsvgtiny/libsvgtiny.mk | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/package/libsvgtiny/libsvgtiny.mk b/package/libsvgtiny/libsvgtiny.mk index 3fc759f..acd08d7 100644 --- a/package/libsvgtiny/libsvgtiny.mk +++ b/package/libsvgtiny/libsvgtiny.mk @@ -4,10 +4,12 @@ # ################################################################################ -LIBSVGTINY_SITE = svn://svn.netsurf-browser.org/trunk/libsvgtiny -LIBSVGTINY_VERSION = 12121 +LIBSVGTINY_SITE = http://git.netsurf-browser.org/libsvgtiny.git +LIBSVGTINY_SITE_METHOD = git +LIBSVGTINY_VERSION = ea9d99fc8b231c22d06168135e181d61f4eb2f06 LIBSVGTINY_INSTALL_STAGING = YES -LIBSVGTINY_DEPENDENCIES = libxml2 host-gperf host-pkgconf +LIBSVGTINY_DEPENDENCIES = \ + libxml2 host-gperf host-pkgconf host-netsurf-buildsystem LIBSVGTINY_LICENSE = MIT LIBSVGTINY_LICENSE_FILES = README @@ -20,6 +22,10 @@ else LIBSVGTINY_COMPONENT_TYPE = lib-static endif +define LIBSVGTINY_CONFIGURE_CMDS + ln -sf $(HOST_DIR)/usr/share/netsurf-buildsystem $(@D)/build +endef + define LIBSVGTINY_BUILD_CMDS $(TARGET_CONFIGURE_OPTS) $(MAKE) -C $(@D) PREFIX=/usr \ COMPONENT_TYPE=$(LIBSVGTINY_COMPONENT_TYPE)