diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2018-07-24 20:57:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@automotivelinux.org> | 2018-07-24 20:57:22 +0000 |
commit | 982dfe33b01a9652ae2ac7cdacc35a7683b0c4bb (patch) | |
tree | 126ba4043aca1d0032e6d3e1d086e77f99f29a65 /meta-audio-4a-framework/recipes-multimedia | |
parent | 4c25232324e4b61c866c27037438a35ab025cfbc (diff) | |
parent | c76a118fa6c6ef8bb2db1f2b4c8674f478ef8976 (diff) |
Merge "4a-softmixer: bump to latest version"
Diffstat (limited to 'meta-audio-4a-framework/recipes-multimedia')
-rw-r--r-- | meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb b/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb index 4cdcdb90..b1f412b2 100644 --- a/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb +++ b/meta-audio-4a-framework/recipes-multimedia/4a-softmixer/4a-softmixer_git.bb @@ -7,7 +7,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" SRC_URI = "gitsm://github.com/iotbzh/4a-softmixer/;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "afc7d62d02c523f3d3adc29f713f5a4395ca3f58" +SRCREV = "320d8f978d846488d41d7f6b2c47c83225cafdb7" DEPENDS += "lua" @@ -16,7 +16,7 @@ S = "${WORKDIR}/git" inherit afb-system-cmake -#FIXME: +#FIXME : #FILES_${PN}-dev += "${INSTALL_PREFIX}/4a-softmixer/htdocs" #FILES_${PN} += "${INSTALL_PREFIX}/afb-aaaa" #FILES_${PN} += "${INSTALL_PREFIX}/lib" |