]> code.ossystems Code Review - openembedded-core.git/commit
conf/bitbake.conf: default HOMEPAGE to blank instead of unknown
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 6 Feb 2014 13:33:45 +0000 (13:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2014 11:56:35 +0000 (11:56 +0000)
commit244e1d73ef58e92d73c098044c66bd784644b933
tree83c7918657e66aa13b180cc7087b3e99c3e4a583
parent85c8dd4170a88a5d7f3d9ca181e75720302727c5
conf/bitbake.conf: default HOMEPAGE to blank instead of unknown

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.

This has required some changes to the packaging classes as they
previously did not expect the value to be blank.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package_deb.bbclass
meta/classes/package_ipk.bbclass
meta/classes/package_rpm.bbclass
meta/conf/bitbake.conf