commit | 93157d13a3990c7fd65eafe1f488fa5fd211f236 | [log] [tgz] |
---|---|---|
author | Stewart Smith <stewart@linux.vnet.ibm.com> | Thu May 14 16:01:44 2015 +1000 |
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | Thu May 21 16:04:26 2015 +1000 |
tree | 1d5c1a27e760c6ca78f0f56e27a8588d97c1875c | |
parent | 991be1c8cd4d8c82733f8b98d5ede23176f3d9d9 [diff] |
Make pkg-versions.mk handle versions/tags with package name Some SCM tags/versions can include the package name, in this event, we want to exclude the package name from the generated version that ends up in the VERSION partition. This patch simply uses some sed to rip out 'package-' from anything from git. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>