diff options
author | Richard Purdie <richard@openedhand.com> | 2008-04-14 22:19:30 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-04-14 22:19:30 +0000 |
commit | ca0f459c950823cbf4944132d0082d1feda7c4f4 (patch) | |
tree | b6d875c996de54abe2531c28b2f9e18454187fe4 | |
parent | 50f74c5b385f9968be1c0dc70eea03ef29061d5b (diff) | |
download | poky-ca0f459c950823cbf4944132d0082d1feda7c4f4.tar.gz |
gstreamer: Remove horrible lib-link.m4 macro file which breaks libtool 2.2.2 with search path insanity
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4256 311d38ba-8fff-0310-9ca6-ca027cbcb966
5 files changed, 26 insertions, 3 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb b/meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb index 078e604298..d6023aae18 100644 --- a/meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb +++ b/meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" | 2 | DEPENDS += "gst-plugins-base libmusicbrainz tremor" |
3 | PR = "r5" | 3 | PR = "r6" |
4 | 4 | ||
5 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ | 5 | EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disable-cdaudio \ |
6 | --with-plugins=musicbrainz,wavpack,ivorbis" | 6 | --with-plugins=musicbrainz,wavpack,ivorbis" |
@@ -8,3 +8,8 @@ EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl --disab | |||
8 | SRC_URI += " file://ivorbisdec.patch;patch=1;pnum=0" | 8 | SRC_URI += " file://ivorbisdec.patch;patch=1;pnum=0" |
9 | 9 | ||
10 | ARM_INSTRUCTION_SET = "arm" | 10 | ARM_INSTRUCTION_SET = "arm" |
11 | |||
12 | do_configure_prepend() { | ||
13 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
14 | rm ${S}/m4/lib-link.m4 || true | ||
15 | } | ||
diff --git a/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb b/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb index 68123bad60..013562233f 100644 --- a/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb +++ b/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb | |||
@@ -6,3 +6,7 @@ PROVIDES_${PN} += "gst-plugins" | |||
6 | 6 | ||
7 | EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-theora" | 7 | EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-theora" |
8 | 8 | ||
9 | do_configure_prepend() { | ||
10 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
11 | rm ${S}/m4/lib-link.m4 | ||
12 | } | ||
diff --git a/meta/packages/gstreamer/gst-plugins-good_0.10.6.bb b/meta/packages/gstreamer/gst-plugins-good_0.10.6.bb index c8b48f3f2e..995ab9ec99 100644 --- a/meta/packages/gstreamer/gst-plugins-good_0.10.6.bb +++ b/meta/packages/gstreamer/gst-plugins-good_0.10.6.bb | |||
@@ -1,6 +1,11 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ | 2 | DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \ |
3 | speex" | 3 | speex" |
4 | PR="r1" | 4 | PR = "r3" |
5 | 5 | ||
6 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" | 6 | EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check" |
7 | |||
8 | do_configure_prepend() { | ||
9 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
10 | rm ${S}/m4/lib-link.m4 || true | ||
11 | } | ||
diff --git a/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb b/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb index 56f46d7137..b46500dae9 100644 --- a/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb +++ b/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb | |||
@@ -1,7 +1,11 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" | 2 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" |
3 | PR = "r3" | 3 | PR = "r5" |
4 | 4 | ||
5 | SRC_URI += " file://lame-autoconf.patch;patch=1" | 5 | SRC_URI += " file://lame-autoconf.patch;patch=1" |
6 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" | 6 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" |
7 | 7 | ||
8 | do_configure_prepend() { | ||
9 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
10 | rm ${S}/m4/lib-link.m4 || true | ||
11 | } | ||
diff --git a/meta/packages/gstreamer/gstreamer_0.10.17.bb b/meta/packages/gstreamer/gstreamer_0.10.17.bb index 80becb1a40..f608ca4361 100644 --- a/meta/packages/gstreamer/gstreamer_0.10.17.bb +++ b/meta/packages/gstreamer/gstreamer_0.10.17.bb | |||
@@ -18,6 +18,11 @@ SRC_URI = "http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-${PV}.tar.bz | |||
18 | # file://gstreamer-0.9-binary-registry.patch;patch=1" | 18 | # file://gstreamer-0.9-binary-registry.patch;patch=1" |
19 | EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no --disable-examples --disable-tests --disable-valgrind --disable-debug" | 19 | EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=no --disable-examples --disable-tests --disable-valgrind --disable-debug" |
20 | 20 | ||
21 | do_configure_prepend() { | ||
22 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
23 | rm ${S}/common/m4/lib-link.m4 || true | ||
24 | } | ||
25 | |||
21 | #do_compile_prepend () { | 26 | #do_compile_prepend () { |
22 | # mv ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/ | 27 | # mv ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/ |
23 | #} | 28 | #} |