diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-04-03 21:58:40 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-07 08:36:33 -0700 |
commit | 6b7f3308c1f4c921f35888a84bb522003c52a592 (patch) | |
tree | 02ef9c589830489b3e068fbe0e181d39a77c98d6 /meta-python/recipes-devtools | |
parent | df323314f9025f0e87d304d571714363d054df3e (diff) | |
download | meta-openembedded-6b7f3308c1f4c921f35888a84bb522003c52a592.tar.gz |
python3-pydbus: Fix typo in ptest package name
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb index 7399ae1a01..5754fd2adf 100644 --- a/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-pydbus_0.6.0.bb | |||
@@ -20,7 +20,7 @@ RDEPENDS:${PN} = "python3-pygobject \ | |||
20 | python3-io \ | 20 | python3-io \ |
21 | python3-logging" | 21 | python3-logging" |
22 | 22 | ||
23 | RDEPENDS:${PN}-ptests = "bash" | 23 | RDEPENDS:${PN}-ptest += "bash" |
24 | 24 | ||
25 | do_install_ptest() { | 25 | do_install_ptest() { |
26 | install -d ${D}${PTEST_PATH}/tests | 26 | install -d ${D}${PTEST_PATH}/tests |