From: Michael Mrozek Date: Tue, 25 Nov 2014 19:08:43 +0000 (+0100) Subject: pandora-version: Update to v1,70 (without RC) X-Git-Tag: sz_172rc~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b1cc4eb42f0baff761092bf3e6d65e5ad378199;p=openpandora.oe.git pandora-version: Update to v1,70 (without RC) --- diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index 6e48b54..17aaf33 100644 --- a/recipes/pandora-system/pandora-version.bb +++ b/recipes/pandora-system/pandora-version.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Installs /etc/op-version file." LICENSE = "Public Domain" -PR = "r5" +PR = "r6" do_install() { OLD_PWD=$PWD @@ -10,7 +10,7 @@ do_install() { echo "Tag Name: `git describe`" > ${opvf} echo "GIT-VERSION: `git log -n1 --pretty=oneline|awk '{print $1}'`" >> ${opvf} echo "Branch: `git branch | awk '/*/{print $2}'`" >> ${opvf} - echo "Version: 1.9.2.1 - R1.70 RC Codename Super Zaxxon" >> ${opvf} + echo "Version: 1.9.2.2 - R1.70 Codename Super Zaxxon" >> ${opvf} echo "Image Builder: ${LOGNAME}@`cat /etc/hostname`" >> ${opvf} echo "Time Stamp: `date -R`" >> ${opvf} }