All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gary Thomas <gary@mlbassoc.com>
To: "meta-freescale@yoctoproject.org" <meta-freescale@yoctoproject.org>
Subject: [meta-fsl-arm] gstreamer1.0-plugins-bad failure
Date: Wed, 18 Nov 2015 07:50:45 -0700	[thread overview]
Message-ID: <564C9045.7080008@mlbassoc.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1392 bytes --]

The platform specific patch for gstreamer1.0-plugins-bad no
longer applies with the current OE-core master (after update
to gstreamer-1.6.1).
   ERROR: Command Error: exit status: 1  Output:
   Applying patch 0001-PATCH-install-gstaggregator-and-gstvideoaggregator-h.patch
   patching file gst-libs/gst/base/Makefile.am
   patching file gst-libs/gst/video/Makefile.am
   Hunk #1 FAILED at 19.
   1 out of 1 hunk FAILED -- rejects in file gst-libs/gst/video/Makefile.am
   Patch 0001-PATCH-install-gstaggregator-and-gstvideoaggregator-h.patch does not apply (enforce with -f)
   ERROR: Function failed: patch_do_patch
   ERROR: Logfile of failure stored in: 
/local/p0382-cutting-edge_2014-11-21/tmp/work/cortexa9hf-vfp-neon-mx6qdl-amltd-linux-gnueabi/gstreamer1.0-plugins-bad/1.6.1-r0/temp/log.do_patch.24379
   ERROR: Task 1 (/local/poky-cutting-edge/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.6.1.bb, do_patch) failed with exit code '1'

I adjusted the patch but I'm not comfortable replacing the
boilerplate as it's attributed to Mingke Wang <mingke.wang@freescale.com>
Perhaps someone at Freescale can fix this properly?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------

[-- Attachment #2: 0001-PATCH-install-gstaggregator-and-gstvideoaggregator-h.patch --]
[-- Type: text/x-patch, Size: 1580 bytes --]

Index: gst-plugins-bad-1.6.1/gst-libs/gst/base/Makefile.am
===================================================================
--- gst-plugins-bad-1.6.1.orig/gst-libs/gst/base/Makefile.am
+++ gst-plugins-bad-1.6.1/gst-libs/gst/base/Makefile.am
@@ -6,11 +6,12 @@ libgstbadbase_@GST_API_VERSION@_la_SOURC
 libgstbadbase_@GST_API_VERSION@_la_CFLAGS = $(GST_CFLAGS) \
 	-DGST_USE_UNSTABLE_API
 
+libgstbadbase_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/base
+libgstbadbase_@GST_API_VERSION@include_HEADERS = \
+        gstaggregator.h
+
 libgstbadbase_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS)
 libgstbadbase_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
 
-noinst_HEADERS =	\
-	gstaggregator.h
-
 EXTRA_DIST = 
 
Index: gst-plugins-bad-1.6.1/gst-libs/gst/video/Makefile.am
===================================================================
--- gst-plugins-bad-1.6.1.orig/gst-libs/gst/video/Makefile.am
+++ gst-plugins-bad-1.6.1/gst-libs/gst/video/Makefile.am
@@ -16,6 +16,11 @@ libgstbadvideo_@GST_API_VERSION@_la_CFLA
 	$(GST_PLUGINS_BASE_CFLAGS) \
 	$(GST_BASE_CFLAGS)
 
+libgstbadvideo_@GST_API_VERSION@includedir = $(includedir)/gstreamer-@GST_API_VERSION@/gst/video
+libgstbadvideo_@GST_API_VERSION@include_HEADERS = \
+        gstvideoaggregatorpad.h \
+        gstvideoaggregator.h
+
 libgstbadvideo_@GST_API_VERSION@_la_LIBADD = \
 	$(top_builddir)/gst-libs/gst/base/libgstbadbase-$(GST_API_VERSION).la \
 	$(GST_PLUGINS_BASE_LIBS) -lgstvideo-$(GST_API_VERSION) \

             reply	other threads:[~2015-11-18 14:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-18 14:50 Gary Thomas [this message]
2015-11-18 22:40 ` [meta-fsl-arm] gstreamer1.0-plugins-bad failure Ann Thornton
2015-11-19  9:17   ` Carlos Rafael Giani
2015-11-19 12:17     ` Otavio Salvador
2015-11-24 11:11       ` Otavio Salvador
2015-11-24 11:33         ` [meta-fsl-arm][PATCH] gstreamer1.0-plugins-bad: Fix patch for GStreamer 1.6 Carlos Rafael Giani
2015-11-23 15:49 ` [meta-fsl-arm] gstreamer1.0-plugins-bad failure Otavio Salvador

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=564C9045.7080008@mlbassoc.com \
    --to=gary@mlbassoc.com \
    --cc=meta-freescale@yoctoproject.org \
    /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.