From 8d6165775d281bd5cf7ef84c125d8997f52d79f2 Mon Sep 17 00:00:00 2001 From: Zelan Zou Date: Mon, 15 Sep 2025 13:58:41 +0800 Subject: global recipes: Fix whinlatter updates for source code lacation Signed-off-by: Zelan Zou --- recipes-extended/odp/odp.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-extended/odp/odp.inc') diff --git a/recipes-extended/odp/odp.inc b/recipes-extended/odp/odp.inc index 34bd5138e..412667f01 100644 --- a/recipes-extended/odp/odp.inc +++ b/recipes-extended/odp/odp.inc @@ -10,8 +10,8 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/odp:" SRC_URI = " \ git://github.com/nxp-qoriq/odp;protocol=https;nobranch=1 \ -git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=git/platform/linux-dpaa2/flib/qbman \ -git://github.com/nxp-qoriq/flib;protocol=https;nobranch=1;name=rta;destsuffix=git/platform/linux-dpaa2/flib/rta \ +git://github.com/nxp-qoriq/qbman_userspace;protocol=https;nobranch=1;name=qbman;destsuffix=${S}/platform/linux-dpaa2/flib/qbman \ +git://github.com/nxp-qoriq/flib;protocol=https;nobranch=1;name=rta;destsuffix=${S}/platform/linux-dpaa2/flib/rta \ " SRC_URI += "file://0001-Fix-this-build-error.patch" -- cgit v1.2.3-54-g00ecf