* [PATCH] alsa-state: Add HOMEPAGE info into recipe file.
@ 2017-09-18 3:40 Huang Qiyu
2017-09-18 3:40 ` [PATCH] dtc: " Huang Qiyu
` (18 more replies)
0 siblings, 19 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-bsp/alsa-state/alsa-state.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb
index d0f7bb3..d633cb4 100644
--- a/meta/recipes-bsp/alsa-state/alsa-state.bb
+++ b/meta/recipes-bsp/alsa-state/alsa-state.bb
@@ -5,6 +5,7 @@
# Filename: alsa-state.bb
SUMMARY = "Alsa scenario files to enable alsa state restoration"
+HOMEPAGE = "http://www.alsa-project.org/
DESCRIPTION = "Alsa Scenario Files - an init script and state files to restore \
sound state at system boot and save it at system shut down."
LICENSE = "MIT"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] dtc: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] i2c-tools: " Huang Qiyu
` (17 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-kernel/dtc/dtc.inc | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-kernel/dtc/dtc.inc b/meta/recipes-kernel/dtc/dtc.inc
index 0c409b0..d759946 100644
--- a/meta/recipes-kernel/dtc/dtc.inc
+++ b/meta/recipes-kernel/dtc/dtc.inc
@@ -1,4 +1,5 @@
SUMMARY = "Device Tree Compiler"
+HOMEPAGE = "https://devicetree.org/"
DESCRIPTION = "The Device Tree Compiler is a tool used to manipulate the Open-Firmware-like device tree used by PowerPC kernels."
SECTION = "bootloader"
LICENSE = "GPLv2 | BSD"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] i2c-tools: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
2017-09-18 3:40 ` [PATCH] dtc: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] initscripts: " Huang Qiyu
` (16 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-devtools/i2c-tools/i2c-tools_3.1.2.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/i2c-tools/i2c-tools_3.1.2.bb b/meta/recipes-devtools/i2c-tools/i2c-tools_3.1.2.bb
index 4d25542..c017252 100644
--- a/meta/recipes-devtools/i2c-tools/i2c-tools_3.1.2.bb
+++ b/meta/recipes-devtools/i2c-tools/i2c-tools_3.1.2.bb
@@ -1,4 +1,5 @@
SUMMARY = "Set of i2c tools for linux"
+HOMEPAGE = "https://i2c.wiki.kernel.org/index.php/I2C_Tools"
SECTION = "base"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] initscripts: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
2017-09-18 3:40 ` [PATCH] dtc: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] i2c-tools: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] kbd: " Huang Qiyu
` (15 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-core/initscripts/initscripts_1.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb
index d627d2e..fea4f22 100644
--- a/meta/recipes-core/initscripts/initscripts_1.0.bb
+++ b/meta/recipes-core/initscripts/initscripts_1.0.bb
@@ -1,4 +1,5 @@
SUMMARY = "SysV init scripts"
+HOMEPAGE = "https://github.com/fedora-sysv/initscripts"
DESCRIPTION = "Initscripts provide the basic system startup initialization scripts for the system. These scripts include actions such as filesystem mounting, fsck, RTC manipulation and other actions routinely performed at system startup. In addition, the scripts are also used during system shutdown to reverse the actions performed at startup."
SECTION = "base"
LICENSE = "GPLv2"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] kbd: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (2 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] initscripts: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] libnet-dns-perl: " Huang Qiyu
` (14 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-core/kbd/kbd_2.0.4.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/kbd/kbd_2.0.4.bb b/meta/recipes-core/kbd/kbd_2.0.4.bb
index 65325c0..423b47a 100644
--- a/meta/recipes-core/kbd/kbd_2.0.4.bb
+++ b/meta/recipes-core/kbd/kbd_2.0.4.bb
@@ -1,4 +1,5 @@
SUMMARY = "Keytable files and keyboard utilities"
+HOMEPAGE = "http://www.kbd-project.org/"
# everything minus console-fonts is GPLv2+
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=a5fcc36121d93e1f69d96a313078c8b5"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] libnet-dns-perl: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (3 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] kbd: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] libtimedate-perl: " Huang Qiyu
` (13 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb
index c92e265..0d89844 100644
--- a/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb
+++ b/meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "This package contains the DNS.pm module with friends."
-
+HOMEPAGE = "http://www.net-dns.org/"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0+"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] libtimedate-perl: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (4 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] libnet-dns-perl: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] libxml-parser-perl: " Huang Qiyu
` (12 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-extended/perl/libtimedate-perl_2.30.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
index c8fcde4..427613c 100644
--- a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
+++ b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
@@ -1,4 +1,5 @@
SUMMARY = "Perl modules useful for manipulating date and time information"
+HOMEPAGE = "https://metacpan.org/release/TimeDate"
SECTION = "libs"
# You can redistribute it and/or modify it under the same terms as Perl itself.
LICENSE = "Artistic-1.0 | GPL-1.0+"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] libxml-parser-perl: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (5 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] libtimedate-perl: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] libxml-sax-base-perl: " Huang Qiyu
` (11 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
index d9bbf71..cc3a660 100644
--- a/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
+++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.44.bb
@@ -1,4 +1,5 @@
SUMMARY = "XML::Parser - A perl module for parsing XML documents"
+HOMEPAGE = "https://libexpat.github.io/"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0+"
LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] libxml-sax-base-perl: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (6 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] libxml-parser-perl: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] libxml-sax-perl: " Huang Qiyu
` (10 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb
index f92c107..cd3a580 100644
--- a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb
+++ b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb
@@ -1,4 +1,5 @@
SUMMARY = "Base class SAX Drivers and Filters"
+HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Base/"
DESCRIPTION = "This module has a very simple task - to be a base class for \
PerlSAX drivers and filters. It's default behaviour is to pass \
the input directly to the output unchanged. It can be useful to \
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] libxml-sax-perl: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (7 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] libxml-sax-base-perl: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] lsbinitscripts: " Huang Qiyu
` (9 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-extended/perl/libxml-sax-perl_0.99.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
index 45d3966..ad31b9c 100644
--- a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
+++ b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
@@ -1,4 +1,5 @@
SUMMARY = "Perl module for using and building Perl SAX2 XML processors"
+HOMEPAGE = "http://search.cpan.org/dist/XML-SAX/"
DESCRIPTION = "XML::SAX consists of several framework classes for using and \
building Perl SAX2 XML parsers, filters, and drivers. It is designed \
around the need to be able to "plug in" different SAX parsers to an \
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] lsbinitscripts: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (8 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] libxml-sax-perl: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] lsbtest: " Huang Qiyu
` (8 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-extended/lsb/lsbinitscripts_9.72.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/lsb/lsbinitscripts_9.72.bb b/meta/recipes-extended/lsb/lsbinitscripts_9.72.bb
index 448663f..f1b53fe 100644
--- a/meta/recipes-extended/lsb/lsbinitscripts_9.72.bb
+++ b/meta/recipes-extended/lsb/lsbinitscripts_9.72.bb
@@ -1,4 +1,5 @@
SUMMARY = "SysV init scripts which are only used in an LSB image"
+HOMEPAGE = "https://wiki.debian.org/LSBInitScripts"
SECTION = "base"
LICENSE = "GPLv2"
DEPENDS = "popt glib-2.0"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] lsbtest: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (9 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] lsbinitscripts: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] mobile-broadband-provider-info: " Huang Qiyu
` (7 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-extended/lsb/lsbtest_1.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-extended/lsb/lsbtest_1.0.bb b/meta/recipes-extended/lsb/lsbtest_1.0.bb
index ea12502..36f52fd 100644
--- a/meta/recipes-extended/lsb/lsbtest_1.0.bb
+++ b/meta/recipes-extended/lsb/lsbtest_1.0.bb
@@ -1,4 +1,5 @@
SUMMARY = "Automates Linux Standard Base (LSB) tests"
+HOMEPAGE = "https://wiki.debian.org/LSBInitScripts"
SECTION = "console/utils"
LICENSE = "GPLv2"
PR = "r3"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] mobile-broadband-provider-info: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (10 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] lsbtest: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] opkg-arch-config: " Huang Qiyu
` (6 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
.../mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
index f7e9631..dbc578e 100644
--- a/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
+++ b/meta/recipes-connectivity/mobile-broadband-provider-info/mobile-broadband-provider-info_git.bb
@@ -1,4 +1,5 @@
SUMMARY = "Mobile Broadband Service Provider Database"
+HOMEPAGE = "http://live.gnome.org/NetworkManager/MobileBroadband/ServiceProviders"
SECTION = "network"
LICENSE = "PD"
LIC_FILES_CHKSUM = "file://COPYING;md5=87964579b2a8ece4bc6744d2dc9a8b04"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] opkg-arch-config: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (11 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] mobile-broadband-provider-info: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] qemuwrapper-cross: " Huang Qiyu
` (5 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-devtools/opkg/opkg-arch-config_1.0.bb | 1 +
1 file changed, 1 insertion(+)
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 682142a..0c2dbc9 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"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] qemuwrapper-cross: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (12 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] opkg-arch-config: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] systemd-compat-units: Add HOMEPAGE info into recipe Huang Qiyu
` (4 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
index e40cdaf..c983fba 100644
--- a/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
+++ b/meta/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb
@@ -1,4 +1,5 @@
SUMMARY = "QEMU wrapper script"
+HOMEPAGE = "http://qemu.org"
LICENSE = "MIT"
S = "${WORKDIR}"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] systemd-compat-units: Add HOMEPAGE info into recipe.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (13 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] qemuwrapper-cross: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] systemd-serialgetty: Add HOMEPAGE info into recipe file Huang Qiyu
` (3 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-core/systemd/systemd-compat-units.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/systemd/systemd-compat-units.bb b/meta/recipes-core/systemd/systemd-compat-units.bb
index fe9a521..d228a51 100644
--- a/meta/recipes-core/systemd/systemd-compat-units.bb
+++ b/meta/recipes-core/systemd/systemd-compat-units.bb
@@ -1,5 +1,5 @@
SUMMARY = "Enhances systemd compatilibity with existing SysVinit scripts"
-
+HOMEPAGE = "http://www.freedesktop.org/wiki/Software/systemd"
LICENSE = "MIT"
PR = "r29"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] systemd-serialgetty: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (14 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] systemd-compat-units: Add HOMEPAGE info into recipe Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] trace-cmd: " Huang Qiyu
` (2 subsequent siblings)
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-core/systemd/systemd-serialgetty.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
index 768b130..60891e4 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty.bb
+++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
@@ -1,4 +1,5 @@
SUMMARY = "Serial terminal support for systemd"
+HOMEPAGE = "https://www.freedesktop.org/wiki/Software/systemd/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] trace-cmd: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (15 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] systemd-serialgetty: Add HOMEPAGE info into recipe file Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 3:40 ` [PATCH] udev-extraconf: " Huang Qiyu
2017-09-18 5:02 ` ✗ patchtest: failure for alsa-state: Add HOMEPAGE info into recipe file. (rev5) Patchwork
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
meta/recipes-kernel/trace-cmd/trace-cmd_git.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb b/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb
index fa9ffa3..27c7c19 100644
--- a/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb
+++ b/meta/recipes-kernel/trace-cmd/trace-cmd_git.bb
@@ -1,4 +1,5 @@
SUMMARY = "User interface to Ftrace"
+HOMEPAGE = "http://git.kernel.org/"
LICENSE = "GPLv2 & LGPLv2.1"
require trace-cmd.inc
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [PATCH] udev-extraconf: Add HOMEPAGE info into recipe file.
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (16 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] trace-cmd: " Huang Qiyu
@ 2017-09-18 3:40 ` Huang Qiyu
2017-09-18 5:02 ` ✗ patchtest: failure for alsa-state: Add HOMEPAGE info into recipe file. (rev5) Patchwork
18 siblings, 0 replies; 20+ messages in thread
From: Huang Qiyu @ 2017-09-18 3:40 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
---
| 1 +
1 file changed, 1 insertion(+)
--git a/meta/recipes-core/udev/udev-extraconf_1.1.bb b/meta/recipes-core/udev/udev-extraconf_1.1.bb
index ae12550..43a1cff 100644
--- a/meta/recipes-core/udev/udev-extraconf_1.1.bb
+++ b/meta/recipes-core/udev/udev-extraconf_1.1.bb
@@ -1,4 +1,5 @@
SUMMARY = "Extra machine specific configuration files"
+HOMEPAGE = "https://wiki.gentoo.org/wiki/Eudev"
DESCRIPTION = "Extra machine specific configuration files for udev, specifically blacklist information."
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
--
2.7.4
^ permalink raw reply related [flat|nested] 20+ messages in thread
* ✗ patchtest: failure for alsa-state: Add HOMEPAGE info into recipe file. (rev5)
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
` (17 preceding siblings ...)
2017-09-18 3:40 ` [PATCH] udev-extraconf: " Huang Qiyu
@ 2017-09-18 5:02 ` Patchwork
18 siblings, 0 replies; 20+ messages in thread
From: Patchwork @ 2017-09-18 5:02 UTC (permalink / raw)
To: Huang Qiyu; +Cc: openembedded-core
== Series Details ==
Series: alsa-state: Add HOMEPAGE info into recipe file. (rev5)
Revision: 5
URL : https://patchwork.openembedded.org/series/8964/
State : failure
== Summary ==
Thank you for submitting this patch series to OpenEmbedded Core. This is
an automated response. Several tests have been executed on the proposed
series by patchtest resulting in the following failures:
* Issue Series does not apply on top of target branch [test_series_merge_on_head]
Suggested fix Rebase your series on top of targeted branch
Targeted branch master (currently at a15ec97991)
* Issue Series sent to the wrong mailing list or some patches from the series correspond to different mailing lists [test_target_mailing_list]
Suggested fix Send the series again to the correct mailing list (ML)
Suggested ML openembedded-devel@lists.openembedded.org [http://git.openembedded.org/meta-openembedded/]
Patch's path: meta-perl/recipes-perl/libnet/libnet-dns-perl_1.10.bb
If you believe any of these test results are incorrect, please reply to the
mailing list (openembedded-core@lists.openembedded.org) raising your concerns.
Otherwise we would appreciate you correcting the issues and submitting a new
version of the patchset if applicable. Please ensure you add/increment the
version number when sending the new version (i.e. [PATCH] -> [PATCH v2] ->
[PATCH v3] -> ...).
---
Test framework: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest
Test suite: http://git.yoctoproject.org/cgit/cgit.cgi/patchtest-oe
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2017-09-18 5:02 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-18 3:40 [PATCH] alsa-state: Add HOMEPAGE info into recipe file Huang Qiyu
2017-09-18 3:40 ` [PATCH] dtc: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] i2c-tools: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] initscripts: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] kbd: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] libnet-dns-perl: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] libtimedate-perl: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] libxml-parser-perl: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] libxml-sax-base-perl: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] libxml-sax-perl: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] lsbinitscripts: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] lsbtest: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] mobile-broadband-provider-info: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] opkg-arch-config: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] qemuwrapper-cross: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] systemd-compat-units: Add HOMEPAGE info into recipe Huang Qiyu
2017-09-18 3:40 ` [PATCH] systemd-serialgetty: Add HOMEPAGE info into recipe file Huang Qiyu
2017-09-18 3:40 ` [PATCH] trace-cmd: " Huang Qiyu
2017-09-18 3:40 ` [PATCH] udev-extraconf: " Huang Qiyu
2017-09-18 5:02 ` ✗ patchtest: failure for alsa-state: Add HOMEPAGE info into recipe file. (rev5) Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox