[OE-core] [PATCH v4] systemd: added python-systemd package generation.

Burton, Ross ross.burton at intel.com
Tue Apr 23 14:36:23 UTC 2013


On 23 April 2013 15:26, Yevhen Kyriukha <kirgene at gmail.com> wrote:
> It isn't a pure python package but a combination of C library and
> python therefore -dev and -dbg are needed.

FILES_python-${PN}-dev = "${PYTHON_SITEPACKAGES_DIR}/systemd/*.la"

Nobody will be linking to that library as it's a shared module and
Python won't read .la files when looking for modules, so you don't
need this.  Just delete it instead of packaging a useless file in a
useless package.

Ross




More information about the Openembedded-core mailing list