From 0a0f56173c01ad7de2ed7f90ff18c8fa7d7833c1 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sun, 3 Jul 2016 14:15:19 +0300 Subject: [PATCH] pandora-version: update to v1.75 --- recipes/pandora-system/pandora-version.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index 5c270e8..aa39751 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 = "r31" +PR = "r32" 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.7.4 - R1.74 Codename Super Zaxxon" >> ${opvf} - echo "Display Ver: SuperZaxxon 1.74${updv}" >> ${opvf} + echo "Version: 1.9.7.5 - R1.75 Codename Super Zaxxon" >> ${opvf} + echo "Display Ver: SuperZaxxon 1.75${updv}" >> ${opvf} echo "Image Builder: ${LOGNAME}@`cat /etc/hostname`" >> ${opvf} echo "Time Stamp: `date -R`" >> ${opvf} } -- 2.39.2