[oe] [PATCH 1/2] ftgl: package requires openql add DISTRO_CHECK

Martin Jansa martin.jansa at gmail.com
Fri Apr 12 11:17:11 UTC 2019


Shouldn't this be opengl _and_ x11 like freeglut?

freeglut was skipped: missing required distro feature 'x11' (not in
DISTRO_FEATURES)
ERROR: Required build target 'meta-world-pkgdata' has no buildable
providers.
Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'ftgl',
'freeglut']

On Tue, Mar 26, 2019 at 3:19 AM Armin Kuster <akuster808 at gmail.com> wrote:

> Signed-off-by: Armin Kuster <akuster808 at gmail.com>
> ---
>  meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb
> b/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb
> index b291159..c5eaf42 100644
> --- a/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb
> +++ b/meta-oe/recipes-graphics/ftgl/ftgl_2.1.3-rc5.bb
> @@ -3,7 +3,9 @@ HOMEPAGE = "https://sourceforge.net/projects/ftgl/"
>  LICENSE = "MIT"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=527a83e92c7bf363025380eec05df6e4"
>
> -inherit autotools pkgconfig
> +inherit autotools pkgconfig distro_features_check
> +
> +REQUIRED_DISTRO_FEATURES = "opengl"
>
>  DEPENDS += " \
>      freetype \
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


More information about the Openembedded-devel mailing list