From f9f549d06fd787f93c9c0af607683d0521fcd827 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 26 Dec 2008 14:50:21 +0000 Subject: distro/poky.conf: Disable svn revision handling since svn is obsolete and no git revision handling function is present yet --- meta/conf/distro/poky.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 95426c392f..e7178f9a9a 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -23,8 +23,9 @@ QA_LOGFILE = "${TMPDIR}/qa.log" IMAGE_ROOTFS_SIZE_ext2 ?= "131072" -# Poky is svn based -METADATA_REVISION = "${@base_get_metadata_svn_revision(d)}" +# Poky is git based +# METADATA_REVISION = "${@base_get_metadata_svn_revision(d)}" +METADATA_REVISION = "none" #IPK_FEED_URIS += " \ # upgrades##http://openzaurus.org/official/unstable/${DISTRO_VERSION}/upgrades/ \ -- cgit v1.2.3-54-g00ecf