diff options
Diffstat (limited to 'meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb')
| -rw-r--r-- | meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb index bf0df021a4..96dba96123 100644 --- a/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb +++ b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb | |||
| @@ -9,8 +9,17 @@ inherit setuptools3 | |||
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=rhel9-branch" | 12 | SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=rhel9-branch \ |
| 13 | file://0001-setup.py-switch-from-distutils-to-setuptools.patch \ | ||
| 14 | " | ||
| 13 | SRCREV = "c321ce22950aff76611a3c6beffa02b5ea3adbed" | 15 | SRCREV = "c321ce22950aff76611a3c6beffa02b5ea3adbed" |
| 14 | 16 | ||
| 17 | PIP_INSTALL_PACKAGE = "python_meh" | ||
| 18 | |||
| 19 | do_install:append () { | ||
| 20 | install -d ${D}/${datadir}/python-meh | ||
| 21 | mv ${D}${PYTHON_SITEPACKAGES_DIR}${datadir}/python-meh/* ${D}/${datadir}/python-meh/ | ||
| 22 | } | ||
| 23 | |||
| 15 | FILES:${PN} += "${datadir}/*" | 24 | FILES:${PN} += "${datadir}/*" |
| 16 | 25 | ||
