summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-connectivity/gateone/gateone_git.bb4
-rw-r--r--meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb4
2 files changed, 3 insertions, 5 deletions
diff --git a/meta-python/recipes-connectivity/gateone/gateone_git.bb b/meta-python/recipes-connectivity/gateone/gateone_git.bb
index 4577873ded..5d2ca00ef5 100644
--- a/meta-python/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-python/recipes-connectivity/gateone/gateone_git.bb
@@ -16,9 +16,7 @@ S = "${WORKDIR}/git"
16 16
17inherit setuptools python-dir systemd update-rc.d 17inherit setuptools python-dir systemd update-rc.d
18 18
19DISTUTILS_INSTALL_ARGS = "--root=${D} \ 19DISTUTILS_INSTALL_ARGS += " \
20 --prefix=${prefix} \
21 --install-lib=${PYTHON_SITEPACKAGES_DIR} \
22 --install-data=${PYTHON_SITEPACKAGES_DIR} \ 20 --install-data=${PYTHON_SITEPACKAGES_DIR} \
23 --install-scripts=${bindir} \ 21 --install-scripts=${bindir} \
24 --skip_init_scripts" 22 --skip_init_scripts"
diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
index 0ca58c7b73..eb42fe978c 100644
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.38.bb
@@ -16,8 +16,8 @@ SRC_URI = "git://github.com/mike-fabian/langtable.git;branch=master \
16 16
17inherit setuptools3 python3native 17inherit setuptools3 python3native
18 18
19DISTUTILS_INSTALL_ARGS = "--prefix=${D}/${prefix} \ 19DISTUTILS_INSTALL_ARGS += " \
20 --install-data=${D}/${datadir}/langtable" 20 --install-data=${datadir}/langtable"
21 21
22FILES_${PN} += "${datadir}/*" 22FILES_${PN} += "${datadir}/*"
23 23