This series adds support for installation of the Pylib module. It adjusts the setup.py file to provide this functionality and the Makefile rules to call it correctly. It also adds a way to disable building the Python module. This is useful since some build systems want to use setup.py to do both the build and the install step. In this case the correct build commands would be: make NO_PYTHON=1 make install_pylibfdt SETUP_PREFIX=/path/to/install_prefix Simon Glass (7): pylibfdt: Allow pkg-config to be supplied in the environment pylibfdt: Allow building to be disabled pylibfdt: Use environment to pass C flags and files pylibfdt: Use package_dir to set the package directory pylibfdt: Enable installation of Python module pylibfdt: Use the correct libfdt version in the module pylibfdt: Use the call function to simplify the Makefile Makefile | 6 ++++-- README | 13 +++++++++++++ pylibfdt/Makefile.pylibfdt | 19 +++++++++++++++++-- pylibfdt/setup.py | 22 +++++++++++----------- 4 files changed, 45 insertions(+), 15 deletions(-) -- 2.12.1.578.ge9c3154ca4-goog -- To unsubscribe from this list: send the line "unsubscribe devicetree-compiler" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html