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:50:15 +0000 |
commit | 3575aee2c61bbdc91cda06fc03f04c6e47aed2fb (patch) | |
tree | df6d1f905f88de9031facc4ba86f4fefcbfcda10 /meta | |
parent | 3f0a760f8e9972790b2d4adc6d6c243cddca5a33 (diff) | |
download | poky-3575aee2c61bbdc91cda06fc03f04c6e47aed2fb.tar.gz |
Drop empty/invalid BUGTRACKER values
Setting this value to blank or "n/a" in just a few recipes accomplishes
nothing.
(From OE-Core rev: 2d6f11d6bae8b03a00086f1dd43ca1853ac667d5)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/jpeg/jpeg_8d.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/bc/bc_1.06.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/ed/ed_1.9.bb | 1 | ||||
-rw-r--r-- | meta/recipes-extended/mdadm/mdadm_3.3.bb | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/menu-cache/menu-cache_0.4.1.bb | 1 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb | 1 | ||||
-rw-r--r-- | meta/recipes-kernel/latencytop/latencytop_0.5.bb | 1 | ||||
-rw-r--r-- | meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb | 1 | ||||
-rw-r--r-- | meta/recipes-support/libfm/libfm_1.1.2.2.bb | 1 |
9 files changed, 0 insertions, 9 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 @@ | |||
1 | SUMMARY = "libjpeg is a library for handling the JPEG (JFIF) image format." | 1 | SUMMARY = "libjpeg is a library for handling the JPEG (JFIF) image format." |
2 | DESCRIPTION = "libjpeg contains a library for handling the JPEG (JFIF) image format, as well as related programs for accessing the libjpeg functions." | 2 | DESCRIPTION = "libjpeg contains a library for handling the JPEG (JFIF) image format, as well as related programs for accessing the libjpeg functions." |
3 | HOMEPAGE = "http://www.ijg.org/" | 3 | HOMEPAGE = "http://www.ijg.org/" |
4 | BUGTRACKER = "" | ||
5 | 4 | ||
6 | LICENSE ="BSD-3-Clause" | 5 | LICENSE ="BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://README;md5=4f46756b064c225fae088903300e5c98" | 6 | LIC_FILES_CHKSUM = "file://README;md5=4f46756b064c225fae088903300e5c98" |
diff --git a/meta/recipes-extended/bc/bc_1.06.bb b/meta/recipes-extended/bc/bc_1.06.bb index 7c33f75e70..3013c10726 100644 --- a/meta/recipes-extended/bc/bc_1.06.bb +++ b/meta/recipes-extended/bc/bc_1.06.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "An arbitrary precision calculator language." | 1 | DESCRIPTION = "An arbitrary precision calculator language." |
2 | HOMEPAGE = "http://www.gnu.org/software/bc/bc.html" | 2 | HOMEPAGE = "http://www.gnu.org/software/bc/bc.html" |
3 | BUGTRACKER = "" | ||
4 | 3 | ||
5 | LICENSE = "GPLv2+ & LGPLv2.1" | 4 | LICENSE = "GPLv2+ & LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
diff --git a/meta/recipes-extended/ed/ed_1.9.bb b/meta/recipes-extended/ed/ed_1.9.bb index bd00c529ef..90c46e6b4c 100644 --- a/meta/recipes-extended/ed/ed_1.9.bb +++ b/meta/recipes-extended/ed/ed_1.9.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "a line-oriented text editor" | 1 | DESCRIPTION = "a line-oriented text editor" |
2 | HOMEPAGE = "http://www.gnu.org/software/ed/" | 2 | HOMEPAGE = "http://www.gnu.org/software/ed/" |
3 | BUGTRACKER = "" | ||
4 | 3 | ||
5 | LICENSE = "GPLv3+" | 4 | LICENSE = "GPLv3+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ |
diff --git a/meta/recipes-extended/mdadm/mdadm_3.3.bb b/meta/recipes-extended/mdadm/mdadm_3.3.bb index 41816bc414..536239658f 100644 --- a/meta/recipes-extended/mdadm/mdadm_3.3.bb +++ b/meta/recipes-extended/mdadm/mdadm_3.3.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = " A tool for managing Soft RAID under Linux" | 1 | DESCRIPTION = " A tool for managing Soft RAID under Linux" |
2 | HOMEPAGE = "http://www.kernel.org/pub/linux/utils/raid/mdadm/" | 2 | HOMEPAGE = "http://www.kernel.org/pub/linux/utils/raid/mdadm/" |
3 | BUGTRACKER = "n/a" | ||
4 | 3 | ||
5 | # Some files are GPLv2+ while others are GPLv2. | 4 | # Some files are GPLv2+ while others are GPLv2. |
6 | LICENSE = "GPLv2 & GPLv2+" | 5 | LICENSE = "GPLv2 & GPLv2+" |
diff --git a/meta/recipes-graphics/menu-cache/menu-cache_0.4.1.bb b/meta/recipes-graphics/menu-cache/menu-cache_0.4.1.bb index 6ba46f0d98..73a9c52f33 100644 --- a/meta/recipes-graphics/menu-cache/menu-cache_0.4.1.bb +++ b/meta/recipes-graphics/menu-cache/menu-cache_0.4.1.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | SUMMARY = "Library for caching application menus" | 1 | SUMMARY = "Library for caching application menus" |
2 | DESCRIPTION = "A library creating and utilizing caches to speed up freedesktop.org application menus" | 2 | DESCRIPTION = "A library creating and utilizing caches to speed up freedesktop.org application menus" |
3 | HOMEPAGE = "http://lxde.sourceforge.net/" | 3 | HOMEPAGE = "http://lxde.sourceforge.net/" |
4 | BUGTRACKER = "" | ||
5 | 4 | ||
6 | LICENSE = "GPLv2 & GPLv2+" | 5 | LICENSE = "GPLv2 & GPLv2+" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb index 5e33f14339..3688685509 100644 --- a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb +++ b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb | |||
@@ -1,7 +1,6 @@ | |||
1 | SUMMARY = "Xorg minimal fonts data" | 1 | SUMMARY = "Xorg minimal fonts data" |
2 | DESCRIPTION = "Minimal fonts required by X.org." | 2 | DESCRIPTION = "Minimal fonts required by X.org." |
3 | HOMEPAGE = "http://www.x.org" | 3 | HOMEPAGE = "http://www.x.org" |
4 | BUGTRACKER = "n/a" | ||
5 | 4 | ||
6 | SECTION = "x11/fonts" | 5 | SECTION = "x11/fonts" |
7 | 6 | ||
diff --git a/meta/recipes-kernel/latencytop/latencytop_0.5.bb b/meta/recipes-kernel/latencytop/latencytop_0.5.bb index dad05883ed..4b1f16f8d9 100644 --- a/meta/recipes-kernel/latencytop/latencytop_0.5.bb +++ b/meta/recipes-kernel/latencytop/latencytop_0.5.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "LatencyTOP, a Linux tool measuring and fixing latency" | 1 | DESCRIPTION = "LatencyTOP, a Linux tool measuring and fixing latency" |
2 | HOMEPAGE = "http://www.latencytop.org/" | 2 | HOMEPAGE = "http://www.latencytop.org/" |
3 | BUGTRACKER = "n/a" | ||
4 | 3 | ||
5 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa" | 5 | LIC_FILES_CHKSUM = "file://latencytop.c;endline=23;md5=ee9ea9b1415356e5734adad4a87dc7fa" |
diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb index 4bd4a6a889..e66aa2acf4 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "Fast lightweight tabbed filemanager" | 1 | DESCRIPTION = "Fast lightweight tabbed filemanager" |
2 | HOMEPAGE = "http://pcmanfm.sourceforge.net/" | 2 | HOMEPAGE = "http://pcmanfm.sourceforge.net/" |
3 | BUGTRACKER = "" | ||
4 | 3 | ||
5 | LICENSE = "GPLv2 & GPLv2+ & LGPLv2.1+" | 4 | LICENSE = "GPLv2 & GPLv2+ & LGPLv2.1+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
diff --git a/meta/recipes-support/libfm/libfm_1.1.2.2.bb b/meta/recipes-support/libfm/libfm_1.1.2.2.bb index 8460223ee3..97865e1c7c 100644 --- a/meta/recipes-support/libfm/libfm_1.1.2.2.bb +++ b/meta/recipes-support/libfm/libfm_1.1.2.2.bb | |||
@@ -1,6 +1,5 @@ | |||
1 | DESCRIPTION = "Library for file management" | 1 | DESCRIPTION = "Library for file management" |
2 | HOMEPAGE = "http://pcmanfm.sourceforge.net/" | 2 | HOMEPAGE = "http://pcmanfm.sourceforge.net/" |
3 | BUGTRACKER = "" | ||
4 | 3 | ||
5 | LICENSE = "GPLv2 & GPLv2+" | 4 | LICENSE = "GPLv2 & GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |