summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 16:21:37 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 16:21:37 +0000
commitba0ca845af46a5d9c05dbd8943744a4e78d268d5 (patch)
tree0e78afe950c5d53c59c7a39fa504c4a09a5bedc9 /recipes-extended
parentb7c8e26df83991f4f84114956b4e6a07109d108d (diff)
downloadmeta-cloud-services-ba0ca845af46a5d9c05dbd8943744a4e78d268d5.tar.gz
misc: python3 readiness
Updating the packages in m-c-s to be python3 parse safe. These are not runtime tested, but will pass layer inclusion and parsing. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/glusterfs/glusterfs.inc7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc
index 1ac5123..4eb325f 100644
--- a/recipes-extended/glusterfs/glusterfs.inc
+++ b/recipes-extended/glusterfs/glusterfs.inc
@@ -26,7 +26,8 @@ LIC_FILES_CHKSUM = "file://COPYING-GPLV2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
26 file://COPYING-LGPLV3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ 26 file://COPYING-LGPLV3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
27 file://contrib/fuse-util/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 27 file://contrib/fuse-util/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
28 28
29inherit autotools pkgconfig distutils-base update-rc.d systemd 29inherit autotools pkgconfig distutils3-base update-rc.d systemd
30inherit python3-dir
30 31
31DEPENDS += "bison-native flex-native python3-native fuse libaio libtirpc libxml2 ncurses \ 32DEPENDS += "bison-native flex-native python3-native fuse libaio libtirpc libxml2 ncurses \
32 openssl python3 readline zlib liburcu util-linux glib-2.0 acl" 33 openssl python3 readline zlib liburcu util-linux glib-2.0 acl"
@@ -42,8 +43,8 @@ EXTRA_OECONF = "ac_cv_file__etc_debian_version=no \
42 ac_cv_file__etc_centos_release=no \ 43 ac_cv_file__etc_centos_release=no \
43 --with-mountutildir=${sbindir} \ 44 --with-mountutildir=${sbindir} \
44 --disable-fusermount \ 45 --disable-fusermount \
45 TARGET_PYTHON=${bindir}/python \ 46 TARGET_PYTHON=${bindir}/python3 \
46 PYTHON=${STAGING_BINDIR_NATIVE}/python-native/python \ 47 PYTHON=${PYTHON} \
47 BUILD_PYTHON_INC=${STAGING_INCDIR}/python${PYTHON_BASEVERSION} \ 48 BUILD_PYTHON_INC=${STAGING_INCDIR}/python${PYTHON_BASEVERSION} \
48 BUILD_PYTHON_LIB=python${PYTHON_BASEVERSION} \ 49 BUILD_PYTHON_LIB=python${PYTHON_BASEVERSION} \
49 BUILD_PYTHON_SITE_PACKAGES=${PYTHON_SITEPACKAGES_DIR} \ 50 BUILD_PYTHON_SITE_PACKAGES=${PYTHON_SITEPACKAGES_DIR} \