All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe-commits] [meta-openembedded] 03/04: libforms: has a depends on mesa so add DISTRO_CHECK
       [not found] ` <20190326164412.B8E17234232@git.openembedded.org>
@ 2019-04-12 11:19   ` Martin Jansa
  0 siblings, 0 replies; only message in thread
From: Martin Jansa @ 2019-04-12 11:19 UTC (permalink / raw)
  To: openembedded-devel, Armin Kuster; +Cc: openembedded-commits

It depends on libx11, x11 DISTRO_FEATURE is required as well.

On Tue, Mar 26, 2019 at 5:44 PM <git@git.openembedded.org> wrote:

> This is an automated email from the git hooks/post-receive script.
>
> khem pushed a commit to branch master-next
> in repository meta-openembedded.
>
> commit a61246124dc225e7ae91ecc9958c42f315043740
> Author: Armin Kuster <akuster808@gmail.com>
> AuthorDate: Mon Mar 25 19:19:34 2019 -0700
>
>     libforms: has a depends on mesa so add DISTRO_CHECK
>
>     Signed-off-by: Armin Kuster <akuster808@gmail.com>
>     Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb
> b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb
> index 8a214d1..f86d7c1 100644
> --- a/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb
> +++ b/meta-oe/recipes-graphics/libforms/libforms_1.2.3.bb
> @@ -14,7 +14,9 @@ SRC_URI = "
> http://download.savannah.nongnu.org/releases/xforms/xforms-${PV}.tar.
>  SRC_URI[md5sum] = "235720a758a8b8d9e6e452dc67190e9b"
>  SRC_URI[sha256sum] =
> "7989b39598c769820ad451ad91e5cb0de29946940c8240aac94ca8238c2def61"
>
> -inherit autotools
> +inherit autotools distro_features_check
> +
> +REQUIRED_DISTRO_FEATURES = "opengl"
>
>  S = "${WORKDIR}/xforms-${PV}"
>
>
> --
> To stop receiving notification emails like this one, please contact
> the administrator of this repository.
> --
> _______________________________________________
> Openembedded-commits mailing list
> Openembedded-commits@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-commits
>


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-12 11:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <155361865233.22131.7759783180692598497@git.openembedded.org>
     [not found] ` <20190326164412.B8E17234232@git.openembedded.org>
2019-04-12 11:19   ` [oe-commits] [meta-openembedded] 03/04: libforms: has a depends on mesa so add DISTRO_CHECK 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.