From patchwork Wed May 16 12:10:28 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Simon Dawson X-Patchwork-Id: 159608 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 504EDB6FD7 for ; Wed, 16 May 2012 22:10:45 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id EF8F6A02E1; Wed, 16 May 2012 12:10:43 +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 ym9ETkYrX22W; Wed, 16 May 2012 12:10:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8E58FA0237; Wed, 16 May 2012 12:10:41 +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 993DE8F753 for ; Wed, 16 May 2012 12:10:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7C5B78C893 for ; Wed, 16 May 2012 12:10:40 +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 wnVeMcdUFAka for ; Wed, 16 May 2012 12:10:39 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ey0-f171.google.com (mail-ey0-f171.google.com [209.85.215.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id A494A8C891 for ; Wed, 16 May 2012 12:10:38 +0000 (UTC) Received: by eaaa12 with SMTP id a12so252046eaa.16 for ; Wed, 16 May 2012 05:10:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=+C+Ney1H2v7/QMZxQeAW5Dah/qqoZ7DEen4z2VxHSS4=; b=a+++jXTwqywX1zGLdU6EnAGngo23tDiAzly22FcAwEueHSVLxqcNkBSqUUoX1u/UVZ J7gkeBZ6+6qNTh6xXsGLFkDi17JswlliBThh2Y549AtN1E/q7SythP/rde7VQhFHFtVW JsVsG9SkxmOHkY8v5I9lPIoKHH6OVQfsSLWLxzb0IkTcr/UWwJYWxfxMOq30G1QfT39y xPA4Ye6o3v40ikpwhA3lJS2/lwydhrHAdDgfyX4AZtIGL9r8MQlIvm9BpGRcASVzO7Rs 2S7J1LAJ286P4YCJvXJCWqJZTZ3yRHptHwYoqeWh10u1qUb/yZHeR3YKtorG2eymW9UE 7wDw== Received: by 10.14.127.205 with SMTP id d53mr565982eei.7.1337170236707; Wed, 16 May 2012 05:10:36 -0700 (PDT) Received: from percy.train.local ([213.170.149.177]) by mx.google.com with ESMTPS id z5sm11506838eem.3.2012.05.16.05.10.32 (version=SSLv3 cipher=OTHER); Wed, 16 May 2012 05:10:35 -0700 (PDT) From: spdawson@gmail.com To: buildroot@busybox.net Date: Wed, 16 May 2012 13:10:28 +0100 Message-Id: <1337170229-29684-1-git-send-email-spdawson@gmail.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH 1/2] vala: do not append a -dirty suffix to the valac version number 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 From: Simon Dawson Signed-off-by: Simon Dawson --- package/vala/vala-fix-dirty-version-suffix.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package/vala/vala-fix-dirty-version-suffix.patch diff --git a/package/vala/vala-fix-dirty-version-suffix.patch b/package/vala/vala-fix-dirty-version-suffix.patch new file mode 100644 index 0000000..4b0044d --- /dev/null +++ b/package/vala/vala-fix-dirty-version-suffix.patch @@ -0,0 +1,15 @@ +Do not append a -dirty suffix to the valac version number. The presence of +the suffix can caused problems for packages (e.g. midori) which check the +valac version number during configuration. + +diff -Nur a/build-aux/git-version-gen b/build-aux/git-version-gen +--- a/build-aux/git-version-gen 2010-08-15 12:49:03.000000000 +0100 ++++ b/build-aux/git-version-gen 2012-05-14 10:17:19.977204570 +0100 +@@ -135,7 +135,6 @@ + *) # Append the suffix only if there isn't one already. + case $v in + *-dirty) ;; +- *) v="$v-dirty" ;; + esac ;; + esac +