diff options
author | Daiane Angolini <daiane.angolini@nxp.com> | 2017-10-27 09:57:35 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-28 11:39:37 -0200 |
commit | 1879805101047db78377427cda243255bf1fd262 (patch) | |
tree | 1e29bf3075327787db4931b586c38ba0d45e95e6 /recipes-multimedia/alsa | |
parent | b0018af13a215801cb1fe7d7aefa08802c7766c7 (diff) | |
download | meta-freescale-1879805101047db78377427cda243255bf1fd262.tar.gz |
imx-alsa-plugins: Change SRC_URI to point to git
Change SRC_URI to point to git repo on Code Aurora as it mirrors the
git.freescale.com.
It also changes the working directory to reflect the git structure.
Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/alsa')
-rw-r--r-- | recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb index 6f453af5..834b2971 100644 --- a/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb +++ b/recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb | |||
@@ -19,9 +19,11 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
19 | 19 | ||
20 | inherit autotools pkgconfig | 20 | inherit autotools pkgconfig |
21 | 21 | ||
22 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.tar.gz" | 22 | SRCBRANCH = "nxp/master" |
23 | SRC_URI[md5sum] = "8fe4bcfddeca82dd01a9c4c6ce9471df" | 23 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}" |
24 | SRC_URI[sha256sum] = "0a7e8d90fdde2f6780605ecfee674e6e13523915a7bcd64078bc507ac1a8deb8" | 24 | SRCREV = "9a63071e7734bd164017f3761b8d1944c017611f" |
25 | |||
26 | S = "${WORKDIR}/git" | ||
25 | 27 | ||
26 | INCLUDE_DIR = "-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" | 28 | INCLUDE_DIR = "-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" |
27 | 29 | ||