diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-19 15:09:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:47:32 +0000 |
commit | 2d6f11d6bae8b03a00086f1dd43ca1853ac667d5 (patch) | |
tree | c6b88a209cda399d55dddadf0e24f0ec25d770b4 /meta/recipes-core | |
parent | 7e9d1c6565d4065f52ad6d4fe8ede2159faafac6 (diff) | |
download | openembedded-core-2d6f11d6bae8b03a00086f1dd43ca1853ac667d5.tar.gz openembedded-core-2d6f11d6bae8b03a00086f1dd43ca1853ac667d5.tar.bz2 openembedded-core-2d6f11d6bae8b03a00086f1dd43ca1853ac667d5.zip |
Drop empty/invalid BUGTRACKER values
Setting this value to blank or "n/a" in just a few recipes accomplishes
nothing.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/jpeg/jpeg_8d.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/jpeg/jpeg_8d.bb b/meta/recipes-core/jpeg/jpeg_8d.bb index ad4fa514cd..b1247dfef9 100644 --- a/meta/recipes-core/jpeg/jpeg_8d.bb +++ b/meta/recipes-core/jpeg/jpeg_8d.bb @@ -1,7 +1,6 @@ SUMMARY = "libjpeg is a library for handling the JPEG (JFIF) image format." DESCRIPTION = "libjpeg contains a library for handling the JPEG (JFIF) image format, as well as related programs for accessing the libjpeg functions." HOMEPAGE = "http://www.ijg.org/" -BUGTRACKER = "" LICENSE ="BSD-3-Clause" LIC_FILES_CHKSUM = "file://README;md5=4f46756b064c225fae088903300e5c98" |