aboutsummaryrefslogtreecommitdiffstats
path: root/common/recipes-sato/gaku/gaku_git.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'common/recipes-sato/gaku/gaku_git.bbappend')
-rw-r--r--common/recipes-sato/gaku/gaku_git.bbappend15
1 files changed, 15 insertions, 0 deletions
diff --git a/common/recipes-sato/gaku/gaku_git.bbappend b/common/recipes-sato/gaku/gaku_git.bbappend
new file mode 100644
index 00000000..208dcfa7
--- /dev/null
+++ b/common/recipes-sato/gaku/gaku_git.bbappend
@@ -0,0 +1,15 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
+
+DEPENDS_remove_amd = " gstreamer"
+DEPENDS_append_amd = " gstreamer1.0"
+RDEPENDS_${PN}_amd = "gstreamer1.0-plugins-base-audioconvert \
+ gstreamer1.0-plugins-base-audioresample \
+ gstreamer1.0-plugins-base-typefindfunctions"
+
+RRECOMMENDS_${PN}_amd = "gstreamer1.0-plugins-good-id3demux \
+ gstreamer1.0-plugins-base-vorbis \
+ gstreamer1.0-plugins-base-alsa \
+ gstreamer1.0-plugins-base-ogg \
+ ${COMMERCIAL_AUDIO_PLUGINS}"
+
+SRC_URI_append_amd = " file://upgrade-gstreamer.patch"