From: Alex Stewart Date: Thu, 8 Feb 2024 18:10:09 +0000 (-0500) Subject: opkg-arch-config: update recipe HOMEPAGE X-Git-Tag: yocto-5.2~3738 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ff8b43e08840582ee8d88261cbaffd33c2304f9;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Alex Stewart Signed-off-by: Richard Purdie --- 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 dfd66a11689..726a259a8c4 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}"