From e59b461d19d59b45467ec9933f9c1bb4b962ec4e Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Wed, 9 Sep 2020 10:45:39 +0200 Subject: libcec: rename libcec-tools to libcec-examples Those are really not general-usage tools, just examples of the API usage. Let's use a more explicit package name. Signed-off-by: Yann Dirson Signed-off-by: Khem Raj --- meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb index 94d967f4c8..f55801c390 100644 --- a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb +++ b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb @@ -24,10 +24,10 @@ inherit cmake pkgconfig PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0" EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}" -# Put client tools into a separate package -PACKAGE_BEFORE_PN += "${PN}-tools" -FILES_${PN}-tools = "${bindir}" -RDEPENDS_${PN}-tools = "python3-${BPN} python3-core" +# Put client examples into a separate package +PACKAGE_BEFORE_PN += "${PN}-examples" +FILES_${PN}-examples = "${bindir}" +RDEPENDS_${PN}-examples = "python3-${BPN} python3-core" # Create the wrapper for python3 PACKAGES += "python3-${BPN}" -- cgit v1.2.3-54-g00ecf