From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: "Sébastien Szymanski" <sebastien.szymanski@armadeus.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>,
Spenser Gilliland <spenser@gillilanding.com>,
Eric Le Bihan <eric.le.bihan.dev@free.fr>,
buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/glmark2: bump to version 2023.01
Date: Sun, 14 May 2023 15:39:55 +0200 [thread overview]
Message-ID: <20230514133955.GD2582048@scaer> (raw)
In-Reply-To: <20230227102240.30064-1-sebastien.szymanski@armadeus.com>
Sébastien, All,
On 2023-02-27 11:22 +0100, Sébastien Szymanski spake thusly:
> Convert the package to a meson package as recommanded by upstream.
> Drop no more needed patchs.
>
> Fixes: http://autobuild.buildroot.net/results/b32/b3245c4ee8e0b3592b09e0bc57bc0928018936c2
> Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
> ---
[--SNIP--]
> diff --git a/package/glmark2/glmark2.mk b/package/glmark2/glmark2.mk
> index bac9d9ff6fc2..0fc466aff37e 100644
> --- a/package/glmark2/glmark2.mk
> +++ b/package/glmark2/glmark2.mk
> @@ -4,15 +4,12 @@
> #
> ################################################################################
>
> -GLMARK2_VERSION = 06e78b67702b5413335ecdf1ae816da9c20f6ed9
> +GLMARK2_VERSION = 2023.01
> GLMARK2_SITE = $(call github,glmark2,glmark2,$(GLMARK2_VERSION))
> GLMARK2_LICENSE = GPL-3.0+, SGIv1
> GLMARK2_LICENSE_FILES = COPYING COPYING.SGI
> GLMARK2_DEPENDENCIES = host-pkgconf jpeg libegl libpng
>
> -# The bundled waf script is too old for >= python3.11
> -GLMARK2_NEEDS_EXTERNAL_WAF = YES
> -
> ifeq ($(BR2_PACKAGE_GLMARK2_FLAVOR_DRM_GLESV2),y)
> GLMARK2_DEPENDENCIES += libdrm libgbm libgles udev
> GLMARK2_FLAVORS += drm-glesv2
> @@ -44,7 +41,7 @@ GLMARK2_FLAVORS += wayland-gl
> endif
>
> GLMARK2_CONF_OPTS += \
> - --prefix=/usr \
> - --with-flavors=$(subst $(space),$(comma),$(GLMARK2_FLAVORS))
> + -Dflavors=$(subst $(space),$(comma),$(GLMARK2_FLAVORS)) \
> + --prefix=/usr
--prefix=/usr is already passed by the meson-package infra, so I dropped
that, and made the assignment a single-line, simple assignment.
Applied to master, thanks.
Regards,
Yann E. MORIN.
> -$(eval $(waf-package))
> +$(eval $(meson-package))
> --
> 2.39.2
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2023-05-14 13:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-27 10:22 [Buildroot] [PATCH 1/1] package/glmark2: bump to version 2023.01 Sébastien Szymanski
2023-05-14 13:39 ` Yann E. MORIN [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-03-09 9:53 Mayrhofer Stefan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230514133955.GD2582048@scaer \
--to=yann.morin.1998@free.fr \
--cc=bernd.kuhls@t-online.de \
--cc=buildroot@buildroot.org \
--cc=eric.le.bihan.dev@free.fr \
--cc=sebastien.szymanski@armadeus.com \
--cc=spenser@gillilanding.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.