From: Michael Mrozek Date: Thu, 13 Nov 2014 01:16:52 +0000 (+0100) Subject: pandora-version: Updated to 1.70 RC X-Git-Tag: sz_172rc~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a5aa3c0761e644cab1ab00904b8a1398d65af61;p=openpandora.oe.git pandora-version: Updated to 1.70 RC --- diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index 9e60bb1..6e48b54 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 = "r4" +PR = "r5" 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.1.1 - R1.62 RC Codename Super Zaxxon" >> ${opvf} + echo "Version: 1.9.2.1 - R1.70 RC Codename Super Zaxxon" >> ${opvf} echo "Image Builder: ${LOGNAME}@`cat /etc/hostname`" >> ${opvf} echo "Time Stamp: `date -R`" >> ${opvf} }