GitHub user pkriens opened a pull request:
https://github.com/apache/felix/pull/145
Allow override of FRAMEWORK_OS_VERSION FRAMEWORK_OS_NAME and PROCESSOR
According to the spec the given properties are configuration. Only when not
set should they be overridden. See section 4.2.2
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/pkriens/felix patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/felix/pull/145.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #145
----
commit 076b673b58ee18ed4336cd0610608dcffef47057
Author: Peter Kriens <peter.kriens@...>
Date: 2018-06-29T11:42:28Z
Allow override of FRAMEWORK_OS_VERSION FRAMEWORK_OS_NAME and PROCESSOR
According to the spec the given properties are configuration. Only when not
set should they be overridden. See section 4.2.2
----
---