diff options
author | Jack Mitchell <ml@embed.me.uk> | 2020-12-08 16:03:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-15 22:51:55 +0000 |
commit | df7bccf25496393ee58ec28afb00ad42d7abf70e (patch) | |
tree | 736ecb4e287596ce19e308ae9c592e17debdd45e /meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.1.bb | |
parent | e5f74ec3c84a5143b273867a7ea51a5c542e82fc (diff) | |
download | poky-df7bccf25496393ee58ec28afb00ad42d7abf70e.tar.gz |
distutils3: allow setup.py to be run from a different directory to ${S}
Sometimes setup.py can be buried deep in a source tree. This has
traditionally been solved with setting S to the subdirectory in
the source. However with the new pseudo changes, some python modules
make changes to files beneath ${S}, for example:
S = "${WORKDIR}/git/python/pythonmodule"
then in setup.py it works with source code in a relative fashion, such
as:
../../src
This causes pseudo to abort as it isn't tracking the paths. Therefore
implement the variable DISTUTILS_SETUP_PATH so that recipes can use:
S = "${WORKDIR}/git"
DISTUTILS_SETUP_PATH = "${S}/python/pythonmodule"
inherit distutils3
This allows the full source tree to be monitored, while distutils
can run setup.py from a location other than ${S}.
(From OE-Core rev: ddcc349cede0c4fe1909df1ded7b0a7c509cd758)
Signed-off-by: Jack Mitchell <ml@embed.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.1.bb')
0 files changed, 0 insertions, 0 deletions