summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-21 23:56:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:50:21 +0000
commit9f8f4fd1f923e940f325c0562af1a94970bad924 (patch)
treef5692a8ff1ba30f57aa7d6e4aa83257f07346cba /meta/recipes-support
parent2de5f44a6558628d8c6a275d9b584e8bbb4fa3ad (diff)
downloadpoky-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.bb4
-rw-r--r--meta/recipes-support/beecrypt/beecrypt_4.2.1.bb14
-rw-r--r--meta/recipes-support/consolekit/consolekit_0.4.6.bb4
-rw-r--r--meta/recipes-support/mpfr/mpfr_3.1.2.bb3
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 @@
1SUMMARY = "GNU Aspell spell-checker" 1SUMMARY = "GNU Aspell spell-checker"
2SECTION = "console/utils" 2SECTION = "console/utils"
3LICENSE="LGPLv2 | LGPLv2.1" 3
4LICENSE = "LGPLv2 | LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" 5LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
6
5PR = "r1" 7PR = "r1"
6 8
7SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz" 9SRC_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
5SUMMARY = "A general-purpose cryptography library" 5SUMMARY = "A general-purpose cryptography library"
6HOMEPAGE="http://sourceforge.net/projects/beecrypt" 6HOMEPAGE = "http://sourceforge.net/projects/beecrypt"
7SRC_URI="${SOURCEFORGE_MIRROR}/beecrypt/beecrypt-${PV}.tar.gz \ 7
8 file://disable-icu-check.patch \ 8SRC_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
12SRC_URI[md5sum] = "8441c014170823f2dff97e33df55af1e" 13SRC_URI[md5sum] = "8441c014170823f2dff97e33df55af1e"
13SRC_URI[sha256sum] = "286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d" 14SRC_URI[sha256sum] = "286f1f56080d1a6b1d024003a5fa2158f4ff82cae0c6829d3c476a4b5898c55d"
15
14LICENSE = "GPLv2 & LGPLv2.1" 16LICENSE = "GPLv2 & LGPLv2.1"
15LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \ 17LIC_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
28EXTRA_OECONF="--without-python --enable-shared --enable-static --disable-openmp --with-java=no" 30EXTRA_OECONF = "--without-python --enable-shared --enable-static --disable-openmp --with-java=no"
29 31
30PACKAGECONFIG ??= "" 32PACKAGECONFIG ??= ""
31PACKAGECONFIG[cplusplus] = "--with-cplusplus,--without-cplusplus,icu" 33PACKAGECONFIG[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 @@
1SUMMARY = "Framework for defining and tracking users, login sessions, and seats" 1SUMMARY = "Framework for defining and tracking users, login sessions, and seats"
2HOMEPAGE="http://www.freedesktop.org/wiki/Software/ConsoleKit" 2HOMEPAGE = "http://www.freedesktop.org/wiki/Software/ConsoleKit"
3BUGTRACKER="https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit" 3BUGTRACKER = "https://bugs.freedesktop.org/buglist.cgi?query_format=specific&product=ConsoleKit"
4 4
5LICENSE = "GPLv2+" 5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 6LIC_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 @@
1require mpfr.inc 1require mpfr.inc
2LICENSE="GPLv3&LGPLv3" 2
3LICENSE = "GPLv3 & LGPLv3"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 4LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6" 5 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6"
5DEPENDS = "gmp" 6DEPENDS = "gmp"