* [PATCH v2] kmscube: add opengl to REQUIRED_DISTRO_FEATURES
@ 2017-06-07 1:50 jackie.huang
2017-06-07 2:01 ` ✗ patchtest: failure for kmscube: add opengl to REQUIRED_DISTRO_FEATURES (rev2) Patchwork
2017-06-07 2:24 ` [PATCH v2] kmscube: add opengl to REQUIRED_DISTRO_FEATURES Huang, Jie (Jackie)
0 siblings, 2 replies; 3+ messages in thread
From: jackie.huang @ 2017-06-07 1:50 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
kmscube depends on virtual/libgles2, virtual/egl and gstreamer1.0
which require opengl in DISTRO_FEATURES.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta/recipes-graphics/kmscube/kmscube_git.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-graphics/kmscube/kmscube_git.bb
index 0ec5b2a7fa..9050671ab1 100644
--- a/meta/recipes-graphics/kmscube/kmscube_git.bb
+++ b/meta/recipes-graphics/kmscube/kmscube_git.bb
@@ -11,4 +11,6 @@ SRC_URI = "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git
S = "${WORKDIR}/git"
-inherit autotools pkgconfig
+inherit autotools pkgconfig distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "opengl"
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* ✗ patchtest: failure for kmscube: add opengl to REQUIRED_DISTRO_FEATURES (rev2)
2017-06-07 1:50 [PATCH v2] kmscube: add opengl to REQUIRED_DISTRO_FEATURES jackie.huang
@ 2017-06-07 2:01 ` Patchwork
2017-06-07 2:24 ` [PATCH v2] kmscube: add opengl to REQUIRED_DISTRO_FEATURES Huang, Jie (Jackie)
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2017-06-07 2:01 UTC (permalink / raw)
To: jackie huang; +Cc: openembedded-core
== Series Details ==
Series: kmscube: add opengl to REQUIRED_DISTRO_FEATURES (rev2)
Revision: 2
URL : https://patchwork.openembedded.org/series/7059/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Issue Series does not apply on top of target branch [test_series_merge_on_head]
Suggested fix Rebase your series on top of targeted branch
Targeted branch master (currently at 49c255494c)
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH v2] kmscube: add opengl to REQUIRED_DISTRO_FEATURES
2017-06-07 1:50 [PATCH v2] kmscube: add opengl to REQUIRED_DISTRO_FEATURES jackie.huang
2017-06-07 2:01 ` ✗ patchtest: failure for kmscube: add opengl to REQUIRED_DISTRO_FEATURES (rev2) Patchwork
@ 2017-06-07 2:24 ` Huang, Jie (Jackie)
1 sibling, 0 replies; 3+ messages in thread
From: Huang, Jie (Jackie) @ 2017-06-07 2:24 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
Sorry I didn't notice that the v1 has been merged, please ignore this.
Thanks,
Jackie
> -----Original Message-----
> From: openembedded-core-bounces@lists.openembedded.org
> [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of
> jackie.huang@windriver.com
> Sent: Wednesday, June 07, 2017 09:51
> To: openembedded-core@lists.openembedded.org
> Subject: [OE-core] [PATCH v2] kmscube: add opengl to
> REQUIRED_DISTRO_FEATURES
>
> From: Jackie Huang <jackie.huang@windriver.com>
>
> kmscube depends on virtual/libgles2, virtual/egl and gstreamer1.0
> which require opengl in DISTRO_FEATURES.
>
> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
> meta/recipes-graphics/kmscube/kmscube_git.bb | 4 +++-
> 1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-graphics/kmscube/kmscube_git.bb b/meta/recipes-
> graphics/kmscube/kmscube_git.bb
> index 0ec5b2a7fa..9050671ab1 100644
> --- a/meta/recipes-graphics/kmscube/kmscube_git.bb
> +++ b/meta/recipes-graphics/kmscube/kmscube_git.bb
> @@ -11,4 +11,6 @@ SRC_URI =
> "git://anongit.freedesktop.org/mesa/kmscube;branch=master;protocol=git
>
> S = "${WORKDIR}/git"
>
> -inherit autotools pkgconfig
> +inherit autotools pkgconfig distro_features_check
> +
> +REQUIRED_DISTRO_FEATURES = "opengl"
> --
> 2.11.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-06-07 2:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-07 1:50 [PATCH v2] kmscube: add opengl to REQUIRED_DISTRO_FEATURES jackie.huang
2017-06-07 2:01 ` ✗ patchtest: failure for kmscube: add opengl to REQUIRED_DISTRO_FEATURES (rev2) Patchwork
2017-06-07 2:24 ` [PATCH v2] kmscube: add opengl to REQUIRED_DISTRO_FEATURES Huang, Jie (Jackie)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox