diff options
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb index 0f2bbeddad..9b169ecd73 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base_0.10.36.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI += " file://gst-plugins-base-tremor.patch" | |||
| 14 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" | 14 | SRC_URI[md5sum] = "776c73883e567f67b9c4a2847d8d041a" |
| 15 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" | 15 | SRC_URI[sha256sum] = "2cd3b0fa8e9b595db8f514ef7c2bdbcd639a0d63d154c00f8c9b609321f49976" |
| 16 | 16 | ||
| 17 | PR = "r0" | 17 | PR = "r1" |
| 18 | 18 | ||
| 19 | inherit gettext | 19 | inherit gettext |
| 20 | 20 | ||
| @@ -24,3 +24,5 @@ do_configure_prepend() { | |||
| 24 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | 24 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 |
| 25 | rm -f ${S}/m4/lib-link.m4 | 25 | rm -f ${S}/m4/lib-link.m4 |
| 26 | } | 26 | } |
| 27 | |||
| 28 | FILES_${PN} += "${datadir}/${BPN}" | ||
