From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ixQSk-0005UE-Gr for ptxdist@pengutronix.de; Fri, 31 Jan 2020 08:11:34 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.89) (envelope-from ) id 1ixQSk-0001vE-8K for ptxdist@pengutronix.de; Fri, 31 Jan 2020 08:11:34 +0100 Date: Fri, 31 Jan 2020 08:11:34 +0100 From: Michael Olbrich Message-ID: <20200131071134.pzkylpkz3m6uvh5m@pengutronix.de> References: <20200127082640.7936-1-p.zabel@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200127082640.7936-1-p.zabel@pengutronix.de> Subject: Re: [ptxdist] [PATCH] weston: version bump 7.0.0 -> 8.0.0 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Mon, Jan 27, 2020 at 09:26:40AM +0100, Philipp Zabel wrote: > Signed-off-by: Philipp Zabel > --- > rules/weston.in | 12 ------------ > rules/weston.make | 14 ++++---------- > 2 files changed, 4 insertions(+), 22 deletions(-) > > diff --git a/rules/weston.in b/rules/weston.in > index fe44f10813d7..a2b3775eec67 100644 > --- a/rules/weston.in > +++ b/rules/weston.in > @@ -130,18 +130,6 @@ config WESTON_SIMPLE_CLIENTS > help > Install the weston-simple-* test clients. > > -config WESTON_SIMPLE_DMABUF_DRM_INTEL > - bool > - default LIBDRM_INTEL > - > -config WESTON_SIMPLE_DMABUF_DRM_FREEDRENO > - bool > - default LIBDRM_FREEDRENO > - > -config WESTON_SIMPLE_DMABUF_DRM_ETNAVIV > - bool > - default LIBDRM_ETNAVIV > - > config WESTON_TOUCH_CALIBRATOR > bool > prompt "touch calibrator" > diff --git a/rules/weston.make b/rules/weston.make > index eaabebe6186e..824c1f89da01 100644 > --- a/rules/weston.make > +++ b/rules/weston.make > @@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_WESTON) += weston > # > # Paths and names > # > -WESTON_VERSION := 7.0.0 > -LIBWESTON_MAJOR := 7 > -WESTON_MD5 := cbfda483bc2501d0831af3f33c707850 > +WESTON_VERSION := 8.0.0 > +LIBWESTON_MAJOR := 8 > +WESTON_MD5 := 53e4810d852df0601d01fd986a5b22b3 > WESTON := weston-$(WESTON_VERSION) > WESTON_SUFFIX := tar.xz > WESTON_URL := http://wayland.freedesktop.org/releases/$(WESTON).$(WESTON_SUFFIX) > @@ -29,12 +29,6 @@ WESTON_LICENSE := MIT > # Prepare > # ---------------------------------------------------------------------------- > > -ifdef PTXCONF_ARCH_X86 > -WESTON_SIMPLE_DMABUF_DRM-$(PTXCONF_WESTON_SIMPLE_DMABUF_DRM_INTEL) += intel > -endif > -WESTON_SIMPLE_DMABUF_DRM-$(PTXCONF_WESTON_SIMPLE_DMABUF_DRM_FREEDRENO) += freedreno > -WESTON_SIMPLE_DMABUF_DRM-$(PTXCONF_WESTON_SIMPLE_DMABUF_DRM_ETNAVIV) += etnaviv > - /usr/bin/weston-simple-dmabuf-drm is no longer there. It must be removed from targetinstall. And libexec_weston.so.0 is not installed but needed. Michael > WESTON_SIMPLE_CLIENTS-y := damage im shm touch > WESTON_SIMPLE_CLIENTS-$(PTXCONF_WESTON_GL) += egl dmabuf-egl > > @@ -66,7 +60,6 @@ WESTON_CONF_OPT := \ > -Dshell-fullscreen=true \ > -Dshell-ivi=$(call ptx/truefalse,PTXCONF_WESTON_IVISHELL) \ > -Dsimple-clients=$(subst $(space),$(comma),$(WESTON_SIMPLE_CLIENTS-y)) \ > - -Dsimple-dmabuf-drm=$(subst $(space),$(comma),$(WESTON_SIMPLE_DMABUF_DRM-y)) \ > -Dsystemd=$(call ptx/truefalse,PTXCONF_WESTON_SYSTEMD) \ > -Dtest-junit-xml=false \ > -Dtools=calibrator,debug,info,terminal,touch-calibrator \ > @@ -170,6 +163,7 @@ endif > ifdef PTXCONF_WESTON_SYSTEMD > @$(call install_lib, weston, 0, 0, 0644, weston/systemd-notify) > endif > + @$(call install_lib, weston, 0, 0, 0644, weston/libexec_weston) > > ifdef PTXCONF_INITMETHOD_BBINIT > ifdef PTXCONF_WESTON_STARTSCRIPT > -- > 2.20.1 > > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de