mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
rrdtool: Disable python packageconfig by default
This needs python2 which is in another layer Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -24,7 +24,7 @@ SYSTEMD_SERVICE_rrdcached = "rrdcached.socket rrdcached.service"
|
||||
|
||||
EXTRA_AUTORECONF = "-I m4 --exclude=autopoint"
|
||||
|
||||
PACKAGECONFIG ??= "python perl ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||
PACKAGECONFIG ??= "perl ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||
|
||||
PACKAGECONFIG[python] = "--enable-python=yes \
|
||||
am_cv_python_pythondir=${STAGING_LIBDIR}/python${PYTHON_BASEVERSION}/site-packages \
|
||||
|
||||
Reference in New Issue
Block a user