From 4655bdc7222560d75b259923f0037c4fc7b521a4 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Fri, 20 Dec 2013 11:40:38 +0100 Subject: [PATCH] pandora-version: Updated to SuperZaxxon 1.60 --- recipes/pandora-system/pandora-version.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index 28167f8..d481df9 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 = "r1" +PR = "r2" 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.8.9.0 - R1.60 RC Codename Super Zaxxon" >> ${opvf} + echo "Version: 1.9.0.0 - R1.60 Codename Super Zaxxon" >> ${opvf} echo "Image Builder: ${LOGNAME}@`cat /etc/hostname`" >> ${opvf} echo "Time Stamp: `date -R`" >> ${opvf} } -- 2.39.5