diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-01-11 14:41:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-01-11 14:41:23 +0000 |
commit | 49d0f9b5d0e64ec5d3629cb7fff2ce594ef2c50e (patch) | |
tree | 221c98fd23c19fae7eb99ec039c1667790302cdc /meta-hmi-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb | |
parent | b386b239c83d2f2759b15ec407c6f71857fa8eb5 (diff) | |
parent | 9f8e628ff905820a8f81b47dfa6b8f15163f5e0b (diff) |
Merge "Enable audio management with Sound Manager automatically"
Diffstat (limited to 'meta-hmi-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb')
-rw-r--r-- | meta-hmi-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-hmi-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb b/meta-hmi-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb deleted file mode 100644 index e6943701..00000000 --- a/meta-hmi-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-soundmanager-2017" - -inherit cmake - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libsoundmanager.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "cda4a958e85d397bae142fbe6068a3e17d4aa935" -S = "${WORKDIR}/git" |