From patchwork Fri Sep 20 08:21:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 276243 X-Patchwork-Delegate: jacob.kjaergaard@prevas.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id E24412C00C1 for ; Fri, 20 Sep 2013 18:21:45 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id B228D3F933 for ; Fri, 20 Sep 2013 10:21:44 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id 00B323F933 for ; Fri, 20 Sep 2013 10:21:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=833; q=dns/txt; s=ironport2; t=1379665302; x=1411201302; h=from:to:cc:subject:date:message-id:mime-version; bh=fcQ7hMBBxzCXg52xGJV3RtAx5Sb6oQ3zy7ykuHuw6e0=; b=p2XcYUti57crJ6JqT32+4pnlR8e8ZJ0p0jMi3DWEZBmMYIpEJZqYrZ6o nZv26uC9FyjloHJzSRAKRk7bxoKgYHIG2x8+LMY47P3zaYWbT+ILREiHY uzX+Um9ACtl8+hq7FGYKaftiHY2NCeIe3hB4n6cXsFEnEbRguo8Yt0z/+ E=; X-IronPort-AV: E=Sophos;i="4.90,941,1371074400"; d="scan'208";a="3613122" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 20 Sep 2013 10:21:41 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Fri, 20 Sep 2013 10:21:41 +0200 Received: by localhost (Postfix, from userid 30019) id 4F0E6682C0C; Fri, 20 Sep 2013 08:21:41 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH] libxext_git: Added git revision to avoid fetch warning Date: Fri, 20 Sep 2013 08:21:40 +0000 Message-ID: <1379665300-10150-1-git-send-email-kibo@prevas.dk> X-Mailer: git-send-email 1.8.3.1 MIME-Version: 1.0 Cc: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/xorg-lib/libxext_git.oe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/xorg-lib/libxext_git.oe b/recipes/xorg-lib/libxext_git.oe index 9f96229..f4f218b 100644 --- a/recipes/xorg-lib/libxext_git.oe +++ b/recipes/xorg-lib/libxext_git.oe @@ -12,13 +12,13 @@ extensions." DEPENDS += "xproto libx11 xextproto libxau libxdmcp" PROVIDES_${PN} = "xext" -SRCREV = "d1f3bc77a48c8e42771579e3fdf3370b35d3209d" +SRC_REV = "commit=d1f3bc77a48c8e42771579e3fdf3370b35d3209d" PE = "1" PV = "1.0.99.1+gitr${}" XORG_PN = "libXext" -SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git" +SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/${XORG_PN};protocol=git;${SRC_REV}" S = "${SRCDIR}/git/" RECIPE_TYPES = "machine sdk"