Message ID | 20250725092207.3059910-1-dario.binacchi@amarulasolutions.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-filesystems] ufs-utils: update SRC_URI | expand |
diff --git a/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_7.14.12.bb b/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_7.14.12.bb index 0366654d7b19..3c12bc5fbe9a 100644 --- a/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_7.14.12.bb +++ b/meta-filesystems/recipes-utils/ufs-utils/ufs-utils_7.14.12.bb @@ -6,7 +6,7 @@ BRANCH ?= "dev" SRCREV = "dd2e655780424eadf7610de33e5966be19168a95" -SRC_URI = "git://github.com/westerndigitalcorporation/ufs-utils.git;protocol=https;branch=${BRANCH} \ +SRC_URI = "git://github.com/SanDisk-Open-Source/ufs-utils.git;protocol=https;branch=${BRANCH} \ file://0001-ufs_cmds-fix-full_path-buffer-size-in-find_bsg_devic.patch \ "
The ufs-utils repository has changed ownership on GitHub and is now maintained under the "SanDisk-Open-Source" organization. Although the old URL is still redirected, let's point to the new upstream address to reflect the current ownership and avoid relying on redirects. Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> --- meta-filesystems/recipes-utils/ufs-utils/ufs-utils_7.14.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)