From: Michael Mrozek Date: Tue, 29 Apr 2014 23:54:15 +0000 (+0200) Subject: pandora-version.bb: Updated to v1.61 X-Git-Tag: sz_161~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=11f5dd5acb072fc0f6b66e947ab9cd9467fca995 pandora-version.bb: Updated to v1.61 --- diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index d481df9..699548b 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 = "r2" +PR = "r3" 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.0.0 - R1.60 Codename Super Zaxxon" >> ${opvf} + echo "Version: 1.9.1.0 - R1.61 Codename Super Zaxxon" >> ${opvf} echo "Image Builder: ${LOGNAME}@`cat /etc/hostname`" >> ${opvf} echo "Time Stamp: `date -R`" >> ${opvf} }