summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Stewart <alex.stewart@ni.com>2024-02-08 13:10:09 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-09 13:55:06 +0000
commita6136110b0edc8ac8d979770419b7b1afc2d81e9 (patch)
treeb4e1685d29ff810d7469ab29bfb5c55f027de0b8
parent64ed7fdb53aa9137811c2977701e21c1de72d6d7 (diff)
downloadpoky-a6136110b0edc8ac8d979770419b7b1afc2d81e9.tar.gz
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 <alex.stewart@ni.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
1SUMMARY = "Architecture-dependent configuration for opkg" 1SUMMARY = "Architecture-dependent configuration for opkg"
2HOMEPAGE = "http://code.google.com/p/opkg/" 2HOMEPAGE = "https://git.yoctoproject.org/opkg/"
3LICENSE = "MIT" 3LICENSE = "MIT"
4PACKAGE_ARCH = "${MACHINE_ARCH}" 4PACKAGE_ARCH = "${MACHINE_ARCH}"
5 5