From: Huang Qiyu Date: Mon, 18 Sep 2017 03:40:19 +0000 (+0800) Subject: opkg-arch-config: Add HOMEPAGE info into recipe file. X-Git-Tag: yocto-4.0~15487 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9caebefd5a64e18f6f8830426461824a9b7d8105;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git opkg-arch-config: Add HOMEPAGE info into recipe file. Signed-off-by: Huang Qiyu Signed-off-by: Ross Burton --- 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 682142a5d30..0c2dbc9e32a 100644 --- a/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb +++ b/meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb @@ -1,4 +1,5 @@ SUMMARY = "Architecture-dependent configuration for opkg" +HOMEPAGE = "http://code.google.com/p/opkg/" LICENSE = "MIT" PACKAGE_ARCH = "${MACHINE_ARCH}" PR = "r1"