X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=recipes%2Fpandora-system%2Fpandora-version.bb;h=4981be2872967bbf037084229b04595823e41113;hb=1e095ffd018f9d7b712278a610d8239d92843065;hp=ac9cbe62a7239ba4ecaa30598792dedd47a08a27;hpb=e2efcd310560e1bc7093674265322ad4492d83c5;p=openpandora.oe.git diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index ac9cbe6..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 = "r16" +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.2.5 - R1.72 Codename Super Zaxxon" >> ${opvf} - echo "Display Ver: SuperZaxxon 1.72${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} }