diff options
Diffstat (limited to 'meta')
23 files changed, 37 insertions, 33 deletions
diff --git a/meta/recipes-bsp/acpid/acpid.inc b/meta/recipes-bsp/acpid/acpid.inc index 0341094c71..89cb73fc7f 100644 --- a/meta/recipes-bsp/acpid/acpid.inc +++ b/meta/recipes-bsp/acpid/acpid.inc | |||
@@ -1,10 +1,9 @@ | |||
1 | SUMMARY = "A daemon for delivering ACPI events" | 1 | SUMMARY = "A daemon for delivering ACPI events" |
2 | HOMEPAGE = "http://sourceforge.net/projects/acpid/" | 2 | HOMEPAGE = "http://sourceforge.net/projects/acpid/" |
3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=33140&atid=407341" | 3 | BUGTRACKER = "http://sourceforge.net/tracker/?group_id=33140&atid=407341" |
4 | |||
5 | LICENSE="GPLv2+" | ||
6 | |||
7 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE = "GPLv2+" | ||
6 | |||
8 | SRC_URI = "${SOURCEFORGE_MIRROR}/acpid/acpid-${PV}.tar.gz \ | 7 | SRC_URI = "${SOURCEFORGE_MIRROR}/acpid/acpid-${PV}.tar.gz \ |
9 | file://init \ | 8 | file://init \ |
10 | file://set_socket_noblock.patch " | 9 | file://set_socket_noblock.patch " |
diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb index c29eb0c4fd..21d270442c 100644 --- a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb +++ b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | |||
@@ -2,7 +2,7 @@ SECTION = "base" | |||
2 | SUMMARY = "Utilities and scripts for power management" | 2 | SUMMARY = "Utilities and scripts for power management" |
3 | DESCRIPTION = "Simple shell command line tools to suspend and hibernate." | 3 | DESCRIPTION = "Simple shell command line tools to suspend and hibernate." |
4 | HOMEPAGE = "http://pm-utils.freedesktop.org/wiki/" | 4 | HOMEPAGE = "http://pm-utils.freedesktop.org/wiki/" |
5 | LICENSE="GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
7 | file://src/pm-pmu.c;beginline=1;endline=22;md5=3c1ddbc54e735fb4a0386e14c78a3147" | 7 | file://src/pm-pmu.c;beginline=1;endline=22;md5=3c1ddbc54e735fb4a0386e14c78a3147" |
8 | 8 | ||
diff --git a/meta/recipes-devtools/automake/automake_1.13.4.bb b/meta/recipes-devtools/automake/automake_1.13.4.bb index b114d990ce..7630754857 100644 --- a/meta/recipes-devtools/automake/automake_1.13.4.bb +++ b/meta/recipes-devtools/automake/automake_1.13.4.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require automake.inc | 1 | require automake.inc |
2 | LICENSE="GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
4 | DEPENDS_class-native = "autoconf-native" | 4 | DEPENDS_class-native = "autoconf-native" |
5 | 5 | ||
diff --git a/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb b/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb index e62369003e..d5f5381d72 100644 --- a/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb +++ b/meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "DSSSL stylesheets used to transform SGML and XML DocBook files" | 1 | SUMMARY = "DSSSL stylesheets used to transform SGML and XML DocBook files" |
2 | HOMEPAGE= "http://docbook.sourceforge.net" | 2 | HOMEPAGE = "http://docbook.sourceforge.net" |
3 | # Simple persmissive | 3 | # Simple persmissive |
4 | LICENSE = "DSSSL" | 4 | LICENSE = "DSSSL" |
5 | LIC_FILES_CHKSUM = "file://README;beginline=41;endline=74;md5=875385159b2ee76ecf56136ae7f542d6" | 5 | LIC_FILES_CHKSUM = "file://README;beginline=41;endline=74;md5=875385159b2ee76ecf56136ae7f542d6" |
diff --git a/meta/recipes-devtools/expect/expect_5.45.bb b/meta/recipes-devtools/expect/expect_5.45.bb index 0417ec6740..ed55fa5e4b 100644 --- a/meta/recipes-devtools/expect/expect_5.45.bb +++ b/meta/recipes-devtools/expect/expect_5.45.bb | |||
@@ -8,7 +8,7 @@ structures to direct the dialogue. In addition, the user can take control and \ | |||
8 | interact directly when desired, afterward returning control to the script. \ | 8 | interact directly when desired, afterward returning control to the script. \ |
9 | " | 9 | " |
10 | HOMEPAGE = "http://sourceforge.net/projects/expect/" | 10 | HOMEPAGE = "http://sourceforge.net/projects/expect/" |
11 | LICENSE="PD" | 11 | LICENSE = "PD" |
12 | SECTION = "devel" | 12 | SECTION = "devel" |
13 | 13 | ||
14 | LIC_FILES_CHKSUM = "file://license.terms;md5=fbf2de7e9102505b1439db06fc36ce5c" | 14 | LIC_FILES_CHKSUM = "file://license.terms;md5=fbf2de7e9102505b1439db06fc36ce5c" |
diff --git a/meta/recipes-devtools/flex/flex_2.5.37.bb b/meta/recipes-devtools/flex/flex_2.5.37.bb index c3b5e46cbb..c57a948338 100644 --- a/meta/recipes-devtools/flex/flex_2.5.37.bb +++ b/meta/recipes-devtools/flex/flex_2.5.37.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require flex.inc | 1 | require flex.inc |
2 | LICENSE="BSD" | 2 | LICENSE = "BSD" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" |
4 | BBCLASSEXTEND = "native nativesdk" | 4 | BBCLASSEXTEND = "native nativesdk" |
5 | 5 | ||
diff --git a/meta/recipes-devtools/gcc/gcc-4.7.inc b/meta/recipes-devtools/gcc/gcc-4.7.inc index 81c8f070ac..fe9fb65b8d 100644 --- a/meta/recipes-devtools/gcc/gcc-4.7.inc +++ b/meta/recipes-devtools/gcc/gcc-4.7.inc | |||
@@ -23,7 +23,7 @@ FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.7' ], d)}" | |||
23 | DEPENDS =+ "mpfr gmp libmpc zlib" | 23 | DEPENDS =+ "mpfr gmp libmpc zlib" |
24 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" | 24 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" |
25 | 25 | ||
26 | LICENSE="GPL-3.0-with-GCC-exception & GPLv3" | 26 | LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" |
27 | 27 | ||
28 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 28 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
29 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | 29 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ |
diff --git a/meta/recipes-devtools/gcc/gcc-4.8.inc b/meta/recipes-devtools/gcc/gcc-4.8.inc index 8d1729b980..a140573d71 100644 --- a/meta/recipes-devtools/gcc/gcc-4.8.inc +++ b/meta/recipes-devtools/gcc/gcc-4.8.inc | |||
@@ -13,7 +13,7 @@ FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.8' ], d)}" | |||
13 | DEPENDS =+ "mpfr gmp libmpc zlib" | 13 | DEPENDS =+ "mpfr gmp libmpc zlib" |
14 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" | 14 | NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" |
15 | 15 | ||
16 | LICENSE="GPL-3.0-with-GCC-exception & GPLv3" | 16 | LICENSE = "GPL-3.0-with-GCC-exception & GPLv3" |
17 | 17 | ||
18 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 18 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
19 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | 19 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ |
diff --git a/meta/recipes-devtools/gdb/gdb-7.6.1.inc b/meta/recipes-devtools/gdb/gdb-7.6.1.inc index e5777329ab..6fd953a437 100644 --- a/meta/recipes-devtools/gdb/gdb-7.6.1.inc +++ b/meta/recipes-devtools/gdb/gdb-7.6.1.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | LICENSE="GPLv2 & GPLv3 & LGPLv2 & LGPLv3" | 1 | LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
3 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ | 3 | file://COPYING3;md5=d32239bcb673463ab874e80d47fae504 \ |
4 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ | 4 | file://COPYING3.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ |
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 31b5d73bbe..211a574217 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "GNU debugger" | 1 | SUMMARY = "GNU debugger" |
2 | HOMEPAGE = "http://www.gnu.org/software/gdb/" | 2 | HOMEPAGE = "http://www.gnu.org/software/gdb/" |
3 | LICENSE="GPLv3+" | 3 | LICENSE = "GPLv3+" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | DEPENDS = "expat ncurses readline ${LTTNGUST}" | 5 | DEPENDS = "expat ncurses readline ${LTTNGUST}" |
6 | 6 | ||
diff --git a/meta/recipes-devtools/intltool/intltool_0.50.2.bb b/meta/recipes-devtools/intltool/intltool_0.50.2.bb index 05c96c78cf..dffce2150b 100644 --- a/meta/recipes-devtools/intltool/intltool_0.50.2.bb +++ b/meta/recipes-devtools/intltool/intltool_0.50.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require intltool.inc | 1 | require intltool.inc |
2 | LICENSE="GPLv2" | 2 | LICENSE = "GPLv2" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
4 | 4 | ||
5 | SRC_URI += "file://intltool-nowarn.patch \ | 5 | SRC_URI += "file://intltool-nowarn.patch \ |
diff --git a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb index 6042deefbe..94940f80fb 100644 --- a/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb +++ b/meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb | |||
@@ -8,8 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | |||
8 | 8 | ||
9 | SRCREV = "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f" | 9 | SRCREV = "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f" |
10 | SRC_URI = "git://git.infradead.org/mtd-utils.git \ | 10 | SRC_URI = "git://git.infradead.org/mtd-utils.git \ |
11 | file://add-exclusion-to-mkfs-jffs2-git-2.patch \ | 11 | file://add-exclusion-to-mkfs-jffs2-git-2.patch \ |
12 | file://mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch " | 12 | file://mtd-utils-fix-corrupt-cleanmarker-with-flash_erase--j-command.patch " |
13 | 13 | ||
14 | S = "${WORKDIR}/git/" | 14 | S = "${WORKDIR}/git/" |
15 | 15 | ||
diff --git a/meta/recipes-extended/at/at_3.1.14.bb b/meta/recipes-extended/at/at_3.1.14.bb index 166a2a5804..1eb18b3028 100644 --- a/meta/recipes-extended/at/at_3.1.14.bb +++ b/meta/recipes-extended/at/at_3.1.14.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "Delayed job execution and batch processing" | |||
2 | DESCRIPTION = "At allows for commands to be run at a particular time. Batch will execute commands when \ | 2 | DESCRIPTION = "At allows for commands to be run at a particular time. Batch will execute commands when \ |
3 | the system load levels drop to a particular level." | 3 | the system load levels drop to a particular level." |
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE="GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" |
7 | DEPENDS = "flex flex-native \ | 7 | DEPENDS = "flex flex-native \ |
8 | ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 8 | ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
diff --git a/meta/recipes-extended/byacc/byacc_20130925.bb b/meta/recipes-extended/byacc/byacc_20130925.bb index 8e68db83b2..890f4a3e0d 100644 --- a/meta/recipes-extended/byacc/byacc_20130925.bb +++ b/meta/recipes-extended/byacc/byacc_20130925.bb | |||
@@ -3,7 +3,7 @@ | |||
3 | # "I've found no reliable source which states that byacc must bear a UCB copyright." | 3 | # "I've found no reliable source which states that byacc must bear a UCB copyright." |
4 | # Setting to PD as this is what the upstream has it as. | 4 | # Setting to PD as this is what the upstream has it as. |
5 | 5 | ||
6 | LICENSE="PD" | 6 | LICENSE = "PD" |
7 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3" | 7 | LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3" |
8 | require byacc.inc | 8 | require byacc.inc |
9 | 9 | ||
diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-25.bb b/meta/recipes-extended/net-tools/net-tools_1.60-25.bb index bd72acc9ef..5a7b3070c8 100644 --- a/meta/recipes-extended/net-tools/net-tools_1.60-25.bb +++ b/meta/recipes-extended/net-tools/net-tools_1.60-25.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY="Basic networking tools" | 1 | SUMMARY = "Basic networking tools" |
2 | DESCRIPTION="A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system" | 2 | DESCRIPTION = "A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system" |
3 | HOMEPAGE = "http://net-tools.berlios.de/" | 3 | HOMEPAGE = "http://net-tools.berlios.de/" |
4 | BUGTRACKER = "http://bugs.debian.org/net-tools" | 4 | BUGTRACKER = "http://bugs.debian.org/net-tools" |
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.4.1.bb b/meta/recipes-graphics/xorg-app/xrandr_1.4.1.bb index 35e53c8753..6ca6863a36 100644 --- a/meta/recipes-graphics/xorg-app/xrandr_1.4.1.bb +++ b/meta/recipes-graphics/xorg-app/xrandr_1.4.1.bb | |||
@@ -6,7 +6,7 @@ DESCRIPTION = "Xrandr is used to set the size, orientation and/or \ | |||
6 | reflection of the outputs for a screen. It can also set the screen \ | 6 | reflection of the outputs for a screen. It can also set the screen \ |
7 | size." | 7 | size." |
8 | 8 | ||
9 | LICENSE= "MIT" | 9 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" |
11 | DEPENDS += "libxrandr libxrender" | 11 | DEPENDS += "libxrandr libxrender" |
12 | PE = "1" | 12 | PE = "1" |
diff --git a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb index 0afe127a36..70257194a9 100644 --- a/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb +++ b/meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb | |||
@@ -11,7 +11,7 @@ compositing transformations through a client." | |||
11 | 11 | ||
12 | require xorg-lib-common.inc | 12 | require xorg-lib-common.inc |
13 | 13 | ||
14 | LICENSE= "MIT-style" | 14 | LICENSE = "MIT-style" |
15 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1" | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1" |
16 | 16 | ||
17 | DEPENDS += " compositeproto virtual/libx11 libxfixes libxext" | 17 | DEPENDS += " compositeproto virtual/libx11 libxfixes libxext" |
diff --git a/meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb b/meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb index a9711c3bf1..4f8a6a5b17 100644 --- a/meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb +++ b/meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb | |||
@@ -6,7 +6,7 @@ such as freetype)." | |||
6 | 6 | ||
7 | require xorg-lib-common.inc | 7 | require xorg-lib-common.inc |
8 | 8 | ||
9 | LICENSE= "MIT & MIT-style & BSD" | 9 | LICENSE = "MIT & MIT-style & BSD" |
10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" | 10 | LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" |
11 | 11 | ||
12 | DEPENDS += "freetype xtrans fontsproto libfontenc zlib" | 12 | DEPENDS += "freetype xtrans fontsproto libfontenc zlib" |
diff --git a/meta/recipes-sato/puzzles/puzzles_r9765.bb b/meta/recipes-sato/puzzles/puzzles_r9765.bb index 6d0e48038d..5e972ec47b 100644 --- a/meta/recipes-sato/puzzles/puzzles_r9765.bb +++ b/meta/recipes-sato/puzzles/puzzles_r9765.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Simon Tatham's Portable Puzzle Collection" | 1 | SUMMARY = "Simon Tatham's Portable Puzzle Collection" |
2 | HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" | 2 | HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" |
3 | 3 | ||
4 | DEPENDS = "gtk+ libxt" | 4 | DEPENDS = "gtk+ libxt" |
5 | MOD_PV = "${@d.getVar('PV',1)[1:]}" | 5 | MOD_PV = "${@d.getVar('PV',1)[1:]}" |
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" |