* [PATCH 0/1][PULL] Fix bug 831
@ 2011-03-10 6:02 Dongxiao Xu
2011-03-10 6:02 ` [PATCH 1/1] gst-plugins-bad: add missing dependency librsvg Dongxiao Xu
0 siblings, 1 reply; 2+ messages in thread
From: Dongxiao Xu @ 2011-03-10 6:02 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
This pull request fixes [YOCTO #831], please help to review and pull.
The main reason for gst-plugins-bad's compile error is due to a race
condition that, during librsvg's populate_sysroot, gst-plugins-bad's
do_compile will find some header files are still not exists though
its configure says the library is supported.
Add librsvg to gst-plugins-bad's dependency could solve this issue.
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: dxu4/bug-831
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=dxu4/bug-831
Thanks,
Dongxiao Xu <dongxiao.xu@intel.com>
---
Dongxiao Xu (1):
gst-plugins-bad: add missing dependency librsvg
.../gstreamer/gst-plugins-bad_0.10.20.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] gst-plugins-bad: add missing dependency librsvg
2011-03-10 6:02 [PATCH 0/1][PULL] Fix bug 831 Dongxiao Xu
@ 2011-03-10 6:02 ` Dongxiao Xu
0 siblings, 0 replies; 2+ messages in thread
From: Dongxiao Xu @ 2011-03-10 6:02 UTC (permalink / raw)
To: poky
From: Dongxiao Xu <dongxiao.xu@intel.com>
Defaultly gst-plugins-bad will configured with option --enable-rsvg.
Besides, it will check if librsvg really exists by certain configure
code.
Therefore there will be a certain race condition that, during
librsvg's populate_sysroot, gst-plugins-bad's do_compile will find
some header files are still not exists though its configure says the
library is supported.
Explicitly add librsvg as gst-plugins-bad's dependency could solve
this issue.
This fixes [YOCTO #831]
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
---
.../gstreamer/gst-plugins-bad_0.10.20.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb
index 59e127c..239072d 100644
--- a/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.20.bb
@@ -7,9 +7,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
file://gst/qtmux/gstqtmuxmap.h;beginline=1;endline=19;md5=2da8f56a44697c1527c5a4bcf8d5d69b \
file://gst/tta/crc32.h;beginline=12;endline=29;md5=71a904d99ce7ae0c1cf129891b98145c"
-DEPENDS += "gst-plugins-base libmusicbrainz tremor"
+DEPENDS += "gst-plugins-base libmusicbrainz tremor librsvg"
-PR = "r0"
+PR = "r1"
inherit gettext
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-10 6:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-10 6:02 [PATCH 0/1][PULL] Fix bug 831 Dongxiao Xu
2011-03-10 6:02 ` [PATCH 1/1] gst-plugins-bad: add missing dependency librsvg Dongxiao Xu
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.