From patchwork Mon Feb 18 21:28:19 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Henrique Camargo X-Patchwork-Id: 221503 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 0165E2C0079 for ; Tue, 19 Feb 2013 08:35:54 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 484368AADE; Mon, 18 Feb 2013 21:35:53 +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 iifimaXrIjiY; Mon, 18 Feb 2013 21:35:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 49FFA8AAEF; Mon, 18 Feb 2013 21:35:51 +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 0D5348F74B for ; Mon, 18 Feb 2013 21:35:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 8C86D8AADE for ; Mon, 18 Feb 2013 21:35:49 +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 ELplC0vTPYch for ; Mon, 18 Feb 2013 21:35:44 +0000 (UTC) X-Greylist: delayed 00:06:46 by SQLgrey-1.7.6 Received: from mail-qa0-f49.google.com (mail-qa0-f49.google.com [209.85.216.49]) by whitealder.osuosl.org (Postfix) with ESMTPS id 53DE28B48C for ; Mon, 18 Feb 2013 21:35:20 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id o13so1502137qaj.8 for ; Mon, 18 Feb 2013 13:35:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer :x-gm-message-state; bh=Ntra+RwRJ71+ntFBPcloigTSUlj/57j9mXE+k/TMZlE=; b=lzfcVzo4Fipmdy0M6mQnUMcLL6XxUEtlyyi8TgFbG9BAURROyLRHctXAkEbhHO2jHu ryybB0JzIpX7xWp9BHLqIfM9osO1o2v2ROKSGIvAyx/CEaS1XF0vXPhg8zhv5QtvSN2e ky3P2FrfF70uR7aFwIOVmmT593+z19EvtAleGEHqnHjhNQMzRT0LYxhGiM1eUlFlxbWQ 1viyZPhYD2cmb4/GDrgGG4g7QAX5BjJiqyZVspjqk8nebSu2uPutwflfAPEOCcVqj62o Hn/escDnvlUmIyPK0heGSPozIZnJR9r6MzHLrjKjQPTkgHJEqL+C+U5T87DKSSvu5jvI QYeQ== X-Received: by 10.224.201.201 with SMTP id fb9mr6407076qab.54.1361222913725; Mon, 18 Feb 2013 13:28:33 -0800 (PST) Received: from localhost.localdomain ([187.5.20.112]) by mx.google.com with ESMTPS id df6sm26321135qab.6.2013.02.18.13.28.31 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 18 Feb 2013 13:28:32 -0800 (PST) From: Henrique Camargo To: buildroot@busybox.net Date: Mon, 18 Feb 2013 18:28:19 -0300 Message-Id: <1361222899-1853-1-git-send-email-henrique@henriquecamargo.com> X-Mailer: git-send-email 1.7.10.4 X-Gm-Message-State: ALoCoQm4+psi6IGSXiAhdAVmNwqdhfXeW81n4iSiOxfkCscpnfHgI1ccUy7ayeWikWoc1RccmIA/ Subject: [Buildroot] [PATCH] glib-networking: fix a typo in the .mk 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 The variable GLIB_NETWORKING_MINOR_VERSION had a typo. Signed-off-by: Henrique Camargo --- package/glib-networking/glib-networking.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/glib-networking/glib-networking.mk b/package/glib-networking/glib-networking.mk index e8d71e5..4812fd6 100644 --- a/package/glib-networking/glib-networking.mk +++ b/package/glib-networking/glib-networking.mk @@ -5,8 +5,8 @@ ############################################################# GLIB_NETWORKING_MAJOR_VERSION = 2.30 -GLIB_NETWORLING_MINOR_VERSION = 2 -GLIB_NETWORKING_VERSION = $(GLIB_NETWORKING_MAJOR_VERSION).$(GLIB_NETWORLING_MINOR_VERSION) +GLIB_NETWORKING_MINOR_VERSION = 2 +GLIB_NETWORKING_VERSION = $(GLIB_NETWORKING_MAJOR_VERSION).$(GLIB_NETWORKING_MINOR_VERSION) GLIB_NETWORKING_SITE = http://ftp.gnome.org/pub/gnome/sources/glib-networking/$(GLIB_NETWORKING_MAJOR_VERSION) GLIB_NETWORKING_SOURCE = glib-networking-$(GLIB_NETWORKING_VERSION).tar.xz