* [dunfell][PATCH] wayland-ivi-extension: Update patch to weston-8
@ 2020-06-04 0:06 Gowtham Tammana
2020-07-10 18:18 ` Denys Dmytriyenko
0 siblings, 1 reply; 4+ messages in thread
From: Gowtham Tammana @ 2020-06-04 0:06 UTC (permalink / raw)
To: meta-arago, Denys Dmytriyenko
dunfell uses weston-8, update the ivi-id-agent dependencies patch to
use libweston-desktop-8.
Signed-off-by: Gowtham Tammana <g-tammana@ti.com>
---
...i-id-agent-update-dependencies-to-build-on-weston-8.patch} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/{03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch => 03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch} (94%)
diff --git a/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch b/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch
similarity index 94%
rename from meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch
rename to meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch
index 1b5f64e4..1b18d9bf 100644
--- a/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch
+++ b/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch
@@ -1,7 +1,7 @@
From b99082adfaf250b15f03345cdf1b433fb1575581 Mon Sep 17 00:00:00 2001
From: Rajendraprasad K J <KarammelJayakumar.Rajendraprasad@in.bosch.com>
Date: Mon, 6 Jan 2020 06:45:54 -0500
-Subject: [PATCH] ivi-id-agent: update dependencies to build on weston 7
+Subject: [PATCH] ivi-id-agent: update dependencies to build on weston 8
upgrade libweston-desktop version.
@@ -22,7 +22,7 @@ index 3e604a5..ff47808 100644
pkg_check_modules(WESTON weston>=6.0.0 REQUIRED)
pkg_check_modules(PIXMAN pixman-1 REQUIRED)
-pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-6 REQUIRED)
-+pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-7 REQUIRED)
++pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-8 REQUIRED)
find_package(Threads REQUIRED)
--
2.26.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [dunfell][PATCH] wayland-ivi-extension: Update patch to weston-8 2020-06-04 0:06 [dunfell][PATCH] wayland-ivi-extension: Update patch to weston-8 Gowtham Tammana @ 2020-07-10 18:18 ` Denys Dmytriyenko 2020-08-05 20:56 ` Denys Dmytriyenko 0 siblings, 1 reply; 4+ messages in thread From: Denys Dmytriyenko @ 2020-07-10 18:18 UTC (permalink / raw) To: Gowtham Tammana; +Cc: meta-arago Gowtham, Looks like you renmaed the patch, but didn't update the recipe for the new name: http://arago-project.org/git/?p=meta-arago.git;a=blob;f=meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension_2.2.0.bb;hb=HEAD It now gives a warning about not being able to locate the patch. Denys On Wed, Jun 03, 2020 at 07:06:22PM -0500, Gowtham Tammana wrote: > dunfell uses weston-8, update the ivi-id-agent dependencies patch to > use libweston-desktop-8. > > Signed-off-by: Gowtham Tammana <g-tammana@ti.com> > --- > ...i-id-agent-update-dependencies-to-build-on-weston-8.patch} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/{03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch => 03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch} (94%) > > diff --git a/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch b/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch > similarity index 94% > rename from meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch > rename to meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch > index 1b5f64e4..1b18d9bf 100644 > --- a/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch > +++ b/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch > @@ -1,7 +1,7 @@ > From b99082adfaf250b15f03345cdf1b433fb1575581 Mon Sep 17 00:00:00 2001 > From: Rajendraprasad K J <KarammelJayakumar.Rajendraprasad@in.bosch.com> > Date: Mon, 6 Jan 2020 06:45:54 -0500 > -Subject: [PATCH] ivi-id-agent: update dependencies to build on weston 7 > +Subject: [PATCH] ivi-id-agent: update dependencies to build on weston 8 > > upgrade libweston-desktop version. > > @@ -22,7 +22,7 @@ index 3e604a5..ff47808 100644 > pkg_check_modules(WESTON weston>=6.0.0 REQUIRED) > pkg_check_modules(PIXMAN pixman-1 REQUIRED) > -pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-6 REQUIRED) > -+pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-7 REQUIRED) > ++pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-8 REQUIRED) > > find_package(Threads REQUIRED) > > -- > 2.26.2 > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dunfell][PATCH] wayland-ivi-extension: Update patch to weston-8 2020-07-10 18:18 ` Denys Dmytriyenko @ 2020-08-05 20:56 ` Denys Dmytriyenko 2020-08-05 21:19 ` Tammana, Gowtham 0 siblings, 1 reply; 4+ messages in thread From: Denys Dmytriyenko @ 2020-08-05 20:56 UTC (permalink / raw) To: Gowtham Tammana; +Cc: meta-arago Ping. On Fri, Jul 10, 2020 at 02:18:04PM -0400, Denys Dmytriyenko wrote: > Gowtham, > > Looks like you renmaed the patch, but didn't update the recipe for the new > name: > http://arago-project.org/git/?p=meta-arago.git;a=blob;f=meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension_2.2.0.bb;hb=HEAD > It now gives a warning about not being able to locate the patch. > > Denys > > > On Wed, Jun 03, 2020 at 07:06:22PM -0500, Gowtham Tammana wrote: > > dunfell uses weston-8, update the ivi-id-agent dependencies patch to > > use libweston-desktop-8. > > > > Signed-off-by: Gowtham Tammana <g-tammana@ti.com> > > --- > > ...i-id-agent-update-dependencies-to-build-on-weston-8.patch} | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > rename meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/{03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch => 03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch} (94%) > > > > diff --git a/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch b/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch > > similarity index 94% > > rename from meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch > > rename to meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch > > index 1b5f64e4..1b18d9bf 100644 > > --- a/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch > > +++ b/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch > > @@ -1,7 +1,7 @@ > > From b99082adfaf250b15f03345cdf1b433fb1575581 Mon Sep 17 00:00:00 2001 > > From: Rajendraprasad K J <KarammelJayakumar.Rajendraprasad@in.bosch.com> > > Date: Mon, 6 Jan 2020 06:45:54 -0500 > > -Subject: [PATCH] ivi-id-agent: update dependencies to build on weston 7 > > +Subject: [PATCH] ivi-id-agent: update dependencies to build on weston 8 > > > > upgrade libweston-desktop version. > > > > @@ -22,7 +22,7 @@ index 3e604a5..ff47808 100644 > > pkg_check_modules(WESTON weston>=6.0.0 REQUIRED) > > pkg_check_modules(PIXMAN pixman-1 REQUIRED) > > -pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-6 REQUIRED) > > -+pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-7 REQUIRED) > > ++pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-8 REQUIRED) > > > > find_package(Threads REQUIRED) > > > > -- > > 2.26.2 > > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [dunfell][PATCH] wayland-ivi-extension: Update patch to weston-8 2020-08-05 20:56 ` Denys Dmytriyenko @ 2020-08-05 21:19 ` Tammana, Gowtham 0 siblings, 0 replies; 4+ messages in thread From: Tammana, Gowtham @ 2020-08-05 21:19 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org >-----Original Message----- >From: Dmytriyenko, Denys >Sent: Wednesday, August 05, 2020 3:56 PM >To: Tammana, Gowtham >Cc: meta-arago@arago-project.org >Subject: Re: [meta-arago] [dunfell][PATCH] wayland-ivi-extension: Update patch >to weston-8 > >Ping. I missed this. Let me push a new version. Thanks, Gowtham > >On Fri, Jul 10, 2020 at 02:18:04PM -0400, Denys Dmytriyenko wrote: >> Gowtham, >> >> Looks like you renmaed the patch, but didn't update the recipe for the new >> name: >> http://arago-project.org/git/?p=meta-arago.git;a=blob;f=meta-arago- >distro/recipes-graphics/wayland/wayland-ivi-extension_2.2.0.bb;hb=HEAD >> It now gives a warning about not being able to locate the patch. >> >> Denys >> >> >> On Wed, Jun 03, 2020 at 07:06:22PM -0500, Gowtham Tammana wrote: >> > dunfell uses weston-8, update the ivi-id-agent dependencies patch to >> > use libweston-desktop-8. >> > >> > Signed-off-by: Gowtham Tammana <g-tammana@ti.com> >> > --- >> > ...i-id-agent-update-dependencies-to-build-on-weston-8.patch} | 4 ++-- >> > 1 file changed, 2 insertions(+), 2 deletions(-) >> > rename meta-arago-distro/recipes-graphics/wayland/wayland-ivi- >extension/{03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch => >03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch} (94%) >> > >> > diff --git a/meta-arago-distro/recipes-graphics/wayland/wayland-ivi- >extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch >b/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03-ivi-id- >agent-update-dependencies-to-build-on-weston-8.patch >> > similarity index 94% >> > rename from meta-arago-distro/recipes-graphics/wayland/wayland-ivi- >extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-7.patch >> > rename to meta-arago-distro/recipes-graphics/wayland/wayland-ivi- >extension/03-ivi-id-agent-update-dependencies-to-build-on-weston-8.patch >> > index 1b5f64e4..1b18d9bf 100644 >> > --- a/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03- >ivi-id-agent-update-dependencies-to-build-on-weston-7.patch >> > +++ b/meta-arago-distro/recipes-graphics/wayland/wayland-ivi-extension/03- >ivi-id-agent-update-dependencies-to-build-on-weston-8.patch >> > @@ -1,7 +1,7 @@ >> > From b99082adfaf250b15f03345cdf1b433fb1575581 Mon Sep 17 00:00:00 2001 >> > From: Rajendraprasad K J <KarammelJayakumar.Rajendraprasad@in.bosch.com> >> > Date: Mon, 6 Jan 2020 06:45:54 -0500 >> > -Subject: [PATCH] ivi-id-agent: update dependencies to build on weston 7 >> > +Subject: [PATCH] ivi-id-agent: update dependencies to build on weston 8 >> > >> > upgrade libweston-desktop version. >> > >> > @@ -22,7 +22,7 @@ index 3e604a5..ff47808 100644 >> > pkg_check_modules(WESTON weston>=6.0.0 REQUIRED) >> > pkg_check_modules(PIXMAN pixman-1 REQUIRED) >> > -pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-6 REQUIRED) >> > -+pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-7 REQUIRED) >> > ++pkg_check_modules(LIBWESTON_DESKTOP libweston-desktop-8 REQUIRED) >> > >> > find_package(Threads REQUIRED) >> > >> > -- >> > 2.26.2 >> > >> _______________________________________________ >> meta-arago mailing list >> meta-arago@arago-project.org >> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-08-05 21:22 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-06-04 0:06 [dunfell][PATCH] wayland-ivi-extension: Update patch to weston-8 Gowtham Tammana 2020-07-10 18:18 ` Denys Dmytriyenko 2020-08-05 20:56 ` Denys Dmytriyenko 2020-08-05 21:19 ` Tammana, Gowtham
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.