From: Grazvydas Ignotas Date: Sat, 12 Mar 2016 17:16:20 +0000 (+0200) Subject: pandora-version: update to v1.74 X-Git-Tag: sz_174^0 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e095ffd018f9d7b712278a610d8239d92843065;p=openpandora.oe.git pandora-version: update to v1.74 --- diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index afef88f..4981be2 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 = "r21" +PR = "r22" 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.3 - R1.73 Codename Super Zaxxon" >> ${opvf} - echo "Display Ver: SuperZaxxon 1.73${updv}" >> ${opvf} + echo "Version: 1.9.7.4 - R1.74 Codename Super Zaxxon" >> ${opvf} + echo "Display Ver: SuperZaxxon 1.74${updv}" >> ${opvf} echo "Image Builder: ${LOGNAME}@`cat /etc/hostname`" >> ${opvf} echo "Time Stamp: `date -R`" >> ${opvf} }