Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] conf/bitbake.conf: default HOMEPAGE to blank instead of unknown
@ 2014-01-21 12:17 Paul Eggleton
  2014-01-21 22:09 ` Saul Wold
  2014-01-21 22:23 ` Richard Purdie
  0 siblings, 2 replies; 9+ messages in thread
From: Paul Eggleton @ 2014-01-21 12:17 UTC (permalink / raw)
  To: openembedded-core

The default value for HOMEPAGE of "unknown" has been in place since the
early OE-Classic days, but it doesn't really make sense - "unknown" is
not a valid URL and it just means we have to explicitly check for this
hardcoded string if we're displaying the value in some form of UI, such
as Toaster. There is some code in the unmaintained oelint.bbclass to
check for this value, presumably on the assumption that the recipe will
explicitly set it to "" if there really isn't a homepage, but looking at
recipes in OE-Core and meta-oe suggests that we haven't been using this
convention for some time (with one exception in the latter) and it's
rather uncommon these days to have no URL to associate with a recipe.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 57668e1..4fb6a1c 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -241,7 +241,7 @@ This package contains documentation."
 
 LICENSE = "INVALID"
 MAINTAINER = "OE-Core Developers <openembedded-core@lists.openembedded.org>"
-HOMEPAGE = "unknown"
+HOMEPAGE = ""
 
 # Package dependencies and provides.
 
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-01-21 22:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-21 12:17 [PATCH] conf/bitbake.conf: default HOMEPAGE to blank instead of unknown Paul Eggleton
2014-01-21 22:09 ` Saul Wold
2014-01-21 22:12   ` Paul Eggleton
2014-01-21 22:22     ` Paul Eggleton
2014-01-21 22:41       ` Richard Purdie
2014-01-21 22:24     ` Saul Wold
2014-01-21 22:23 ` Richard Purdie
2014-01-21 22:39   ` Paul Eggleton
2014-01-21 22:42     ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox