From a6136110b0edc8ac8d979770419b7b1afc2d81e9 Mon Sep 17 00:00:00 2001 From: Alex Stewart Date: Thu, 8 Feb 2024 13:10:09 -0500 Subject: [PATCH] opkg-arch-config: update recipe HOMEPAGE The opkg-utils HOMEPAGE value should follow the yocto opkg fork - which has been moved off of Google Code and is now centralized on yocto git infrastructure. (From OE-Core rev: 6ff8b43e08840582ee8d88261cbaffd33c2304f9) Signed-off-by: Alex Stewart Signed-off-by: Richard Purdie --- meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb index dfd66a1168..726a259a8c 100644 --- a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb +++ b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb @@ -1,5 +1,5 @@ SUMMARY = "Architecture-dependent configuration for opkg" -HOMEPAGE = "http://code.google.com/p/opkg/" +HOMEPAGE = "https://git.yoctoproject.org/opkg/" LICENSE = "MIT" PACKAGE_ARCH = "${MACHINE_ARCH}"