* [rocko/master][PATCH 1/2] wayland-protocols: make bbappend version-agnostic
@ 2018-04-12 14:58 Denys Dmytriyenko
2018-04-12 14:58 ` [rocko/master][PATCH 2/2] gstreamer1.0-plugins: make bbappends more generic for any minor version of 1.12.x Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-04-12 14:58 UTC (permalink / raw)
To: meta-arago
The patch is self-contained and applies cleanly on 1.10 in rocko and 1.13 in master.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
.../{wayland-protocols_1.10.bbappend => wayland-protocols_%.bbappend} | 2 --
1 file changed, 2 deletions(-)
rename meta-arago-extras/recipes-graphics/wayland/{wayland-protocols_1.10.bbappend => wayland-protocols_%.bbappend} (89%)
diff --git a/meta-arago-extras/recipes-graphics/wayland/wayland-protocols_1.10.bbappend b/meta-arago-extras/recipes-graphics/wayland/wayland-protocols_%.bbappend
similarity index 89%
rename from meta-arago-extras/recipes-graphics/wayland/wayland-protocols_1.10.bbappend
rename to meta-arago-extras/recipes-graphics/wayland/wayland-protocols_%.bbappend
index c592d07..b136826 100644
--- a/meta-arago-extras/recipes-graphics/wayland/wayland-protocols_1.10.bbappend
+++ b/meta-arago-extras/recipes-graphics/wayland/wayland-protocols_%.bbappend
@@ -6,8 +6,6 @@ SRC_URI += " \
file://0001-wayland-drm-Add-wayland-drm-protocol-to-stable.patch \
"
-S = "${WORKDIR}/wayland-protocols-1.10"
-
do_install_append() {
install -d ${D}${datadir}/wayland-protocols/stable/wayland-drm
cp ${S}/stable/wayland-drm/wayland-drm.xml ${D}${datadir}/wayland-protocols/stable/wayland-drm/
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* [rocko/master][PATCH 2/2] gstreamer1.0-plugins: make bbappends more generic for any minor version of 1.12.x
2018-04-12 14:58 [rocko/master][PATCH 1/2] wayland-protocols: make bbappend version-agnostic Denys Dmytriyenko
@ 2018-04-12 14:58 ` Denys Dmytriyenko
2018-04-12 16:00 ` Denys Dmytriyenko
0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-04-12 14:58 UTC (permalink / raw)
To: meta-arago
Should be applicable to any minor version in 1.12.x as those are bugfixes.
Works on 1.12.2 in rocko and 1.12.4 in master.
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
...lugins-bad_1.12.2.bbappend => gstreamer1.0-plugins-bad_1.12%.bbappend} | 0
...gins-good_1.12.2.bbappend => gstreamer1.0-plugins-good_1.12%.bbappend} | 0
2 files changed, 0 insertions(+), 0 deletions(-)
rename meta-arago-extras/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.12.2.bbappend => gstreamer1.0-plugins-bad_1.12%.bbappend} (100%)
rename meta-arago-extras/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.12.2.bbappend => gstreamer1.0-plugins-good_1.12%.bbappend} (100%)
diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.2.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12%.bbappend
similarity index 100%
rename from meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.2.bbappend
rename to meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12%.bbappend
diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12%.bbappend
similarity index 100%
rename from meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend
rename to meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12%.bbappend
--
2.7.4
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [rocko/master][PATCH 2/2] gstreamer1.0-plugins: make bbappends more generic for any minor version of 1.12.x
2018-04-12 14:58 ` [rocko/master][PATCH 2/2] gstreamer1.0-plugins: make bbappends more generic for any minor version of 1.12.x Denys Dmytriyenko
@ 2018-04-12 16:00 ` Denys Dmytriyenko
0 siblings, 0 replies; 3+ messages in thread
From: Denys Dmytriyenko @ 2018-04-12 16:00 UTC (permalink / raw)
To: meta-arago
On Thu, Apr 12, 2018 at 10:58:07AM -0400, Denys Dmytriyenko wrote:
> Should be applicable to any minor version in 1.12.x as those are bugfixes.
> Works on 1.12.2 in rocko and 1.12.4 in master.
Actually, it's not as clean as I first thought - some patches for some
platforms don't apply on 1.12.4...
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> ---
> ...lugins-bad_1.12.2.bbappend => gstreamer1.0-plugins-bad_1.12%.bbappend} | 0
> ...gins-good_1.12.2.bbappend => gstreamer1.0-plugins-good_1.12%.bbappend} | 0
> 2 files changed, 0 insertions(+), 0 deletions(-)
> rename meta-arago-extras/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-bad_1.12.2.bbappend => gstreamer1.0-plugins-bad_1.12%.bbappend} (100%)
> rename meta-arago-extras/recipes-multimedia/gstreamer/{gstreamer1.0-plugins-good_1.12.2.bbappend => gstreamer1.0-plugins-good_1.12%.bbappend} (100%)
>
> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.2.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12%.bbappend
> similarity index 100%
> rename from meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12.2.bbappend
> rename to meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.12%.bbappend
> diff --git a/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend b/meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12%.bbappend
> similarity index 100%
> rename from meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12.2.bbappend
> rename to meta-arago-extras/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.12%.bbappend
> --
> 2.7.4
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-12 16:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-12 14:58 [rocko/master][PATCH 1/2] wayland-protocols: make bbappend version-agnostic Denys Dmytriyenko
2018-04-12 14:58 ` [rocko/master][PATCH 2/2] gstreamer1.0-plugins: make bbappends more generic for any minor version of 1.12.x Denys Dmytriyenko
2018-04-12 16:00 ` Denys Dmytriyenko
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.