All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-filesystems] [PATCH] aufs-tools - version cleanup
@ 2015-03-31 17:22 Amy Fong
  0 siblings, 0 replies; only message in thread
From: Amy Fong @ 2015-03-31 17:22 UTC (permalink / raw)
  To: openembedded-devel, amy.fong

From b475c003b0581eab69b90a662bffafcf67419c76 Mon Sep 17 00:00:00 2001
From: Amy Fong <amy.fong@windriver.com>
Date: Tue, 31 Mar 2015 13:17:43 -0400
Subject: [PATCH] aufs-tools - version cleanup

Fix the version to be 3.0 so that it corresponds to what we get
from the SRCREV.

Signed-off-by: Amy Fong <amy.fong@windriver.com>
---
 meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
index 48c5456..db3cd59 100644
--- a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
+++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb
@@ -8,13 +8,13 @@ DEPENDS = "aufs-util-native"
 DEPENDS_class-native = ""
 
 SRCREV = "f29056fe396d56fc2a06a96312feabaebbe14c59"
-SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs3.9 \
+SRC_URI = "git://git.code.sf.net/p/aufs/aufs-util;protocol=git;branch=aufs3.0 \
            file://aufs-util-don-t-strip-executables.patch \
            file://aufs-util-add-tool-concept-to-Makefile-for-cross-com.patch \
            file://aufs_type.h \
 "
 
-PV = "3.9+git${SRCPV}"
+PV = "3.0+git${SRCPV}"
 
 S = "${WORKDIR}/git"
 
-- 
2.1.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-31 17:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-31 17:22 [meta-filesystems] [PATCH] aufs-tools - version cleanup Amy Fong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.