From 0cffcd09a44b2a58452a5bb13714bfc47d6546bf Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 31 Jul 2021 23:31:13 -0400 Subject: global: overrides conversion Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb b/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb index b5d3e77..f92f979 100644 --- a/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb +++ b/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb @@ -1,4 +1,4 @@ -RDEPENDS_${PN} += "python3-core python3-dbus" +RDEPENDS:${PN} += "python3-core python3-dbus" SUMMARY = "Python bindings for the avahi zeroconf client" HOMEPAGE = "https://github.com/lathiat/avahi" SECTION = "devel/python" @@ -30,4 +30,4 @@ do_install () { ${D}${PYTHON_SITEPACKAGES_DIR}/avahi/avahi-bookmarks } -FILES_${PN} = "${PYTHON_SITEPACKAGES_DIR}/avahi" +FILES:${PN} = "${PYTHON_SITEPACKAGES_DIR}/avahi" -- cgit v1.2.3-54-g00ecf