diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 23:56:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:21 +0000 |
commit | 9f8f4fd1f923e940f325c0562af1a94970bad924 (patch) | |
tree | f5692a8ff1ba30f57aa7d6e4aa83257f07346cba /meta/recipes-support | |
parent | 2de5f44a6558628d8c6a275d9b584e8bbb4fa3ad (diff) | |
download | poky-9f8f4fd1f923e940f325c0562af1a94970bad924.tar.gz |
Basic recipe formatting fixes
Fix statement indenting and spacing issues that I happened to notice.
(From OE-Core rev: d11e297b007aba625b398c52952ec929c3b02b83)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/aspell/aspell_0.60.6.1.bb | 4 | ||||
-rw-r--r-- | meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | 14 | ||||
-rw-r--r-- | meta/recipes-support/consolekit/consolekit_0.4.6.bb | 4 | ||||
-rw-r--r-- | meta/recipes-support/mpfr/mpfr_3.1.2.bb | 3 |
4 files changed, 15 insertions, 10 deletions
diff --git a/meta/recipes-support/aspell/aspell_0.60.6.1.bb b/meta/recipes-support/aspell/aspell_0.60.6.1.bb index fddc6a53c5..86fcc93fca 100644 --- a/meta/recipes-support/aspell/aspell_0.60.6.1.bb +++ b/meta/recipes-support/aspell/aspell_0.60.6.1.bb | |||
@@ -1,7 +1,9 @@ | |||
1 | SUMMARY = "GNU Aspell spell-checker" | 1 | SUMMARY = "GNU Aspell spell-checker" |
2 | SECTION = "console/utils" | 2 | SECTION = "console/utils" |
3 | LICENSE="LGPLv2 | LGPLv2.1" | 3 | |
4 | LICENSE = "LGPLv2 | LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" |
6 | |||
5 | PR = "r1" | 7 | PR = "r1" |
6 | 8 | ||
7 | SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz" | 9 | SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz" |
diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb index eaab2e311d..46834d2149 100644 --- a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb +++ b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb | |||
@@ -3,14 +3,16 @@ | |||
3 | # Released under the MIT license (see packages/COPYING) | 3 | # Released under the MIT license (see packages/COPYING) |
4 | 4 | ||
5 | SUMMARY = "A general-purpose cryptography library" | 5 | SUMMARY = "A general-purpose cryptography library" |
6 | HOMEPAGE="http://sourceforge.net/projects/beecrypt" | 6 | HOMEPAGE = "http://sourceforge.net/projects/beecrypt" |
7 | SRC_URI="${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \ | 7 | |
8 | file://disable-icu-check.patch \ | 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \ |
9 | file://fix-security.patch \ | 9 | file://disable-icu-check.patch \ |
10 | file://fix-for-gcc-4.7.patch" | 10 | file://fix-security.patch \ |
11 | file://fix-for-gcc-4.7.patch" | ||
11 | 12 | ||
12 | SRC_URI[md5sum] = "8441c014170823f2dff97e33df55af1e" | 13 | SRC_URI[md5sum] = "8441c014170823f2dff97e33df55af1e" |
13 | SRC_URI[sha256sum] = "286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d" | 14 | SRC_URI[sha256sum] = "286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d" |
15 | |||
14 | LICENSE = "GPLv2 & LGPLv2.1" | 16 | LICENSE = "GPLv2 & LGPLv2.1" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \ | 17 | LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \ |
16 | file://COPYING.LIB;md5=dcf3c825659e82539645da41a7908589 \ | 18 | file://COPYING.LIB;md5=dcf3c825659e82539645da41a7908589 \ |
@@ -25,7 +27,7 @@ do_install_append() { | |||
25 | oe_multilib_header beecrypt/gnu.h | 27 | oe_multilib_header beecrypt/gnu.h |
26 | } | 28 | } |
27 | 29 | ||
28 | EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no" | 30 | EXTRA_OECONF = "--without-python --enable-shared --enable-static --disable-openmp --with-java=no" |
29 | 31 | ||
30 | PACKAGECONFIG ??= "" | 32 | PACKAGECONFIG ??= "" |
31 | PACKAGECONFIG[cplusplus] = "--with-cplusplus,--without-cplusplus,icu" | 33 | PACKAGECONFIG[cplusplus] = "--with-cplusplus,--without-cplusplus,icu" |
diff --git a/meta/recipes-support/consolekit/consolekit_0.4.6.bb b/meta/recipes-support/consolekit/consolekit_0.4.6.bb index ebd2dcf1bc..2df97c5e6c 100644 --- a/meta/recipes-support/consolekit/consolekit_0.4.6.bb +++ b/meta/recipes-support/consolekit/consolekit_0.4.6.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Framework for defining and tracking users, login sessions, and seats" | 1 | SUMMARY = "Framework for defining and tracking users, login sessions, and seats" |
2 | HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" | 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/ConsoleKit" |
3 | BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" | 3 | BUGTRACKER = "https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" |
4 | 4 | ||
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
diff --git a/meta/recipes-support/mpfr/mpfr_3.1.2.bb b/meta/recipes-support/mpfr/mpfr_3.1.2.bb index 0ff1df87ef..c05e956d5b 100644 --- a/meta/recipes-support/mpfr/mpfr_3.1.2.bb +++ b/meta/recipes-support/mpfr/mpfr_3.1.2.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | require mpfr.inc | 1 | require mpfr.inc |
2 | LICENSE="GPLv3&LGPLv3" | 2 | |
3 | LICENSE = "GPLv3 & LGPLv3" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ |
4 | file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6" | 5 | file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6" |
5 | DEPENDS = "gmp" | 6 | DEPENDS = "gmp" |