Skip to content

Commit

Permalink
audiomanager: Change SRC_URI not to use meta-ivi's
Browse files Browse the repository at this point in the history
[GDP-281] Upgrade GDP Master to baseline 11 (MIRANDA)

Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
  • Loading branch information
chbae authored and Changhyeok Bae committed Jul 10, 2016
1 parent 861bc23 commit 0dfeade
Showing 1 changed file with 12 additions and 11 deletions.
Expand Up @@ -5,17 +5,18 @@ DEPENDS_append = " pulseaudio"
SRCREV_am = "8725157e248c6706de59a02996f869b6ccdccb13"
SRCREV_amp = "a0ed3b8f05147e9240d941655488d505057bbae7"

SRC_URI_remove = "git://git.projects.genivi.org/AudioManager.git;branch=master"

SRC_URI_append = " git://git.projects.genivi.org/AudioManager.git;branch=master;protocol=http;name=am \
git://git.projects.genivi.org/AudioManagerPlugins.git;destsuffix=git/Plugins;branch=master;protocol=http;name=amp \
file://sqlite_database_handler_change_mainVolume_to_volume.patch \
file://AudioManager_user.service \
file://fix_dbus_plugins.patch \
file://0001-Porting-Pulse-Routing-Interface-from-AM-v1.x-to-AM-v.patch;patchdir=${S}/Plugins \
file://0001-Porting-Pulse-Control-Interface-from-AM-v1.x-to-AM-v.patch;patchdir=${S}/Plugins \
file://0001-Temporarily-code-block-for-rpi2.patch \
"
SRC_URI = "\
git://git.projects.genivi.org/AudioManager.git;branch=master;protocol=http;name=am \
git://git.projects.genivi.org/AudioManagerPlugins.git;destsuffix=git/Plugins;branch=master;protocol=http;name=amp \
file://AudioManager.service \
file://setup_amgr.sh \
file://sqlite_database_handler_change_mainVolume_to_volume.patch \
file://AudioManager_user.service \
file://fix_dbus_plugins.patch \
file://0001-Porting-Pulse-Routing-Interface-from-AM-v1.x-to-AM-v.patch;patchdir=${S}/Plugins \
file://0001-Porting-Pulse-Control-Interface-from-AM-v1.x-to-AM-v.patch;patchdir=${S}/Plugins \
file://0001-Temporarily-code-block-for-rpi2.patch \
"

EXTRA_OECMAKE += " \
-DWITH_PULSE_CONTROL_PLUGIN=ON \
Expand Down

0 comments on commit 0dfeade

Please sign in to comment.