]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-alsa-plugins: Change SRC_URI to point to git
authorDaiane Angolini <daiane.angolini@nxp.com>
Fri, 27 Oct 2017 11:57:35 +0000 (09:57 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 28 Oct 2017 13:39:37 +0000 (11:39 -0200)
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>
recipes-multimedia/alsa/imx-alsa-plugins_1.0.26.bb

index 6f453af5530d25fe21e1a032c505c12028a0f650..834b29710a177a3e1d6b94c1fdf6d004cc280d23 100644 (file)
@@ -19,9 +19,11 @@ LIC_FILES_CHKSUM = "file://COPYING.GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
 
 inherit autotools pkgconfig
 
-SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.tar.gz"
-SRC_URI[md5sum] = "8fe4bcfddeca82dd01a9c4c6ce9471df"
-SRC_URI[sha256sum] = "0a7e8d90fdde2f6780605ecfee674e6e13523915a7bcd64078bc507ac1a8deb8"
+SRCBRANCH = "nxp/master"
+SRC_URI = "git://source.codeaurora.org/external/imx/imx-alsa-plugins.git;protocol=https;branch=${SRCBRANCH}"
+SRCREV = "9a63071e7734bd164017f3761b8d1944c017611f"
+
+S = "${WORKDIR}/git"
 
 INCLUDE_DIR = "-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include"