All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] p8platform: unbreak do_populate_sdk
@ 2022-05-24 15:19 Markus Volk
  2022-05-24 15:36 ` [oe] " Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Markus Volk @ 2022-05-24 15:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Markus Volk

Error:
 Problem: package libcec-dev-6.0.2-r0.corei7_64 requires p8platform-dev, but none of the providers can be installed
  - conflicting requests
  - nothing provides p8platform = 2.1.0.1-r0 needed by p8platform-dev-2.1.0.1-r0.corei7_64
(try to add '--skip-broken' to skip uninstallable packages)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 meta-oe/recipes-extended/p8platform/p8platform_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/p8platform/p8platform_git.bb b/meta-oe/recipes-extended/p8platform/p8platform_git.bb
index 8a0699057..777c6c7ca 100644
--- a/meta-oe/recipes-extended/p8platform/p8platform_git.bb
+++ b/meta-oe/recipes-extended/p8platform/p8platform_git.bb
@@ -17,3 +17,5 @@ inherit cmake pkgconfig
 EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${libdir} -DCMAKE_INSTALL_LIBDIR_NOARCH=${libdir}"
 
 FILES:${PN}-dev += "${libdir}/p8-platform"
+
+ALLOW_EMPTY:${PN} = "1"
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-oe][PATCH] p8platform: unbreak do_populate_sdk
  2022-05-24 15:19 [meta-oe][PATCH] p8platform: unbreak do_populate_sdk Markus Volk
@ 2022-05-24 15:36 ` Martin Jansa
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Jansa @ 2022-05-24 15:36 UTC (permalink / raw)
  To: Markus Volk; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1554 bytes --]

Replace this with

RDEPENDS:${PN}-dev = ""

On Tue, May 24, 2022 at 5:19 PM Markus Volk <f_l_k@t-online.de> wrote:

> Error:
>  Problem: package libcec-dev-6.0.2-r0.corei7_64 requires p8platform-dev,
> but none of the providers can be installed
>   - conflicting requests
>   - nothing provides p8platform = 2.1.0.1-r0 needed by
> p8platform-dev-2.1.0.1-r0.corei7_64
> (try to add '--skip-broken' to skip uninstallable packages)
>
> Signed-off-by: Markus Volk <f_l_k@t-online.de>
> ---
>  meta-oe/recipes-extended/p8platform/p8platform_git.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta-oe/recipes-extended/p8platform/p8platform_git.bb
> b/meta-oe/recipes-extended/p8platform/p8platform_git.bb
> index 8a0699057..777c6c7ca 100644
> --- a/meta-oe/recipes-extended/p8platform/p8platform_git.bb
> +++ b/meta-oe/recipes-extended/p8platform/p8platform_git.bb
> @@ -17,3 +17,5 @@ inherit cmake pkgconfig
>  EXTRA_OECMAKE += "-DCMAKE_INSTALL_LIBDIR=${libdir}
> -DCMAKE_INSTALL_LIBDIR_NOARCH=${libdir}"
>
>  FILES:${PN}-dev += "${libdir}/p8-platform"
> +
> +ALLOW_EMPTY:${PN} = "1"
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#97251):
> https://lists.openembedded.org/g/openembedded-devel/message/97251
> Mute This Topic: https://lists.openembedded.org/mt/91313260/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> Martin.Jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 2885 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-24 15:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 15:19 [meta-oe][PATCH] p8platform: unbreak do_populate_sdk Markus Volk
2022-05-24 15:36 ` [oe] " Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.