From: Grazvydas Ignotas Date: Sat, 1 Aug 2015 16:51:14 +0000 (+0300) Subject: pandora-version: update to v1.72 X-Git-Tag: sz_172^0 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=42e43191efc78a52bd798be12c096525f6c04a92 pandora-version: update to v1.72 --- diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index f8d739b..21c616e 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 = "r10" +PR = "r11" do_install() { OLD_PWD=$PWD @@ -14,8 +14,8 @@ 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.4 - R1.72 RC Codename Super Zaxxon" >> ${opvf} - echo "Display Ver: SuperZaxxon 1.72 RC${updv}" >> ${opvf} + echo "Version: 1.9.2.5 - R1.72 Codename Super Zaxxon" >> ${opvf} + echo "Display Ver: SuperZaxxon 1.72${updv}" >> ${opvf} echo "Image Builder: ${LOGNAME}@`cat /etc/hostname`" >> ${opvf} echo "Time Stamp: `date -R`" >> ${opvf} }