Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#13232 closed Developer Task (fixed)

Android: mythbuild script version number handling

Reported by: Peter Bennett Owned by: Peter Bennett
Priority: minor Milestone: 30.0
Component: Ports - Android Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

After doing one build, then performing a git pull or commit, the version number of MythTV changes. However the next Android build shows the prior version because the version number is only generated when a full configure and build is done after a "clean". A simple change supports the correct version being set in this case. With this change some lines in the script become redundant and the script is shorter and simpler by a few lines. See attached patch.

Attachments (1)

20180301_1458_mythbuild_version.patch (1.9 KB) - added by Peter Bennett 6 years ago.
Always use correct version when building

Download all attachments as: .zip

Change History (4)

Changed 6 years ago by Peter Bennett

Always use correct version when building

comment:1 Changed 6 years ago by Mark Spieth

LGTM SHIPIT

comment:2 Changed 6 years ago by Peter Bennett <pbennett@…>

Resolution: fixed
Status: newclosed

In 1154f6dcbae609e994bb460e12f3738ecf60ed06/packaging:

Android: Fix build to always use latest git version number

Fixes #13232

comment:3 Changed 6 years ago by Peter Bennett

Owner: changed from Peter Bennett to Peter Bennett
Note: See TracTickets for help on using tickets.