diff options
| author | Xu Huan <xuhuan.fnst@fujitsu.com> | 2022-01-06 17:52:22 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-01-06 12:34:12 -0800 |
| commit | b8046c597538605eae132897a6795641cd170310 (patch) | |
| tree | 19d7e166fc5d22141835082350382b007193ecff /meta-python | |
| parent | ccab46e8bf06538fb672a183b8be3206b5d8b8f9 (diff) | |
| download | meta-openembedded-b8046c597538605eae132897a6795641cd170310.tar.gz | |
python3-meh: upgrade 0.50 -> 0.50.1
Signed-off-by: Xu Huan <xuhuan.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb (renamed from meta-python/recipes-extended/python-meh/python3-meh_0.50.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb index 372b3a006f..bf0df021a4 100644 --- a/meta-python/recipes-extended/python-meh/python3-meh_0.50.bb +++ b/meta-python/recipes-extended/python-meh/python3-meh_0.50.1.bb | |||
| @@ -9,9 +9,8 @@ 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=master \ | 12 | SRC_URI = "git://github.com/rhinstaller/python-meh.git;protocol=https;branch=rhel9-branch" |
| 13 | " | 13 | SRCREV = "c321ce22950aff76611a3c6beffa02b5ea3adbed" |
| 14 | SRCREV = "11980776c5ad757401ea1d12fd1f331d96428105" | ||
| 15 | 14 | ||
| 16 | FILES:${PN} += "${datadir}/*" | 15 | FILES:${PN} += "${datadir}/*" |
| 17 | 16 | ||
