diff options
| author | Yann Dirson <yann@blade-group.com> | 2020-09-09 10:45:39 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-09-10 01:24:33 -0700 |
| commit | e59b461d19d59b45467ec9933f9c1bb4b962ec4e (patch) | |
| tree | 6ed15343c25b6f1665a6f36e575edef14ca3e500 | |
| parent | 52fbd36e62e8237e0df13c3ed9ac997c5f96e82b (diff) | |
| download | meta-openembedded-e59b461d19d59b45467ec9933f9c1bb4b962ec4e.tar.gz | |
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 <yann@blade-group.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 8 |
1 files 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 | |||
| 24 | PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0" | 24 | PLATFORM_CMAKE_FLAGS ?= "-DHAVE_LINUX_API=1 -DHAVE_RPI_API=0" |
| 25 | EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}" | 25 | EXTRA_OECMAKE += "${PLATFORM_CMAKE_FLAGS}" |
| 26 | 26 | ||
| 27 | # Put client tools into a separate package | 27 | # Put client examples into a separate package |
| 28 | PACKAGE_BEFORE_PN += "${PN}-tools" | 28 | PACKAGE_BEFORE_PN += "${PN}-examples" |
| 29 | FILES_${PN}-tools = "${bindir}" | 29 | FILES_${PN}-examples = "${bindir}" |
| 30 | RDEPENDS_${PN}-tools = "python3-${BPN} python3-core" | 30 | RDEPENDS_${PN}-examples = "python3-${BPN} python3-core" |
| 31 | 31 | ||
| 32 | # Create the wrapper for python3 | 32 | # Create the wrapper for python3 |
| 33 | PACKAGES += "python3-${BPN}" | 33 | PACKAGES += "python3-${BPN}" |
