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: 2017-10~157 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9caebefd5a64e18f6f8830426461824a9b7d8105;p=openembedded-core.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 682142a5d3..0c2dbc9e32 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"