diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2018-07-09 19:27:07 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-27 12:27:56 +0000 |
commit | 37a2d6d78cf4595536b01ed990e4551f26765c38 (patch) | |
tree | 86294284c157757f37dbe41b3f1b952b2d67b35d /meta-audio-soundmanager-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb | |
parent | d7796f220dd23780a78a73814329efbf23bcdef1 (diff) |
Update: change repository for soundmanager
Change repositories from staging.
Following commits are included
agl-service-soundmanager
5106b9d Change .gitreview
libsoundmanager
7322b82 Change .gitreview
Change-Id: I5324f4a4552cd4461631719ebe1c01fa5ddde08a
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'meta-audio-soundmanager-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb')
-rw-r--r-- | meta-audio-soundmanager-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-audio-soundmanager-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb b/meta-audio-soundmanager-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb deleted file mode 100644 index 4e9c84ad..00000000 --- a/meta-audio-soundmanager-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Sound Manager client library for applications" -DESCRIPTION = "Sound Manager client library for applications built with recipe" -HOMEPAGE = "https://wiki.automotivelinux.org/soundmanager" -SECTION = "multimedia" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" - -DEPENDS = "af-binder json-c" -RDEPENDS_${PN} = "agl-service-audio-soundmanager" - -inherit cmake - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libsoundmanager.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "e920aae9f71c0823ab5754b2de8483e157368580" -S = "${WORKDIR}/git" |