summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb4
-rw-r--r--meta/recipes-bsp/acpid/acpid.inc5
-rw-r--r--meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb2
-rw-r--r--meta/recipes-devtools/automake/automake_1.13.4.bb2
-rw-r--r--meta/recipes-devtools/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-native_1.79.bb2
-rw-r--r--meta/recipes-devtools/expect/expect_5.45.bb2
-rw-r--r--meta/recipes-devtools/flex/flex_2.5.37.bb2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.7.inc2
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.8.inc2
-rw-r--r--meta/recipes-devtools/gdb/gdb-7.6.1.inc2
-rw-r--r--meta/recipes-devtools/gdb/gdb-common.inc2
-rw-r--r--meta/recipes-devtools/intltool/intltool_0.50.2.bb2
-rw-r--r--meta/recipes-devtools/mtd/mtd-utils_1.5.0.bb4
-rw-r--r--meta/recipes-extended/at/at_3.1.14.bb2
-rw-r--r--meta/recipes-extended/byacc/byacc_20130925.bb2
-rw-r--r--meta/recipes-extended/net-tools/net-tools_1.60-25.bb4
-rw-r--r--meta/recipes-graphics/xorg-app/xrandr_1.4.1.bb2
-rw-r--r--meta/recipes-graphics/xorg-lib/libxcomposite_0.4.4.bb2
-rw-r--r--meta/recipes-graphics/xorg-lib/libxfont_1.4.6.bb2
-rw-r--r--meta/recipes-sato/puzzles/puzzles_r9765.bb2
-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
24 files changed, 40 insertions, 34 deletions
diff --git a/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb b/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb
index 2579134678..20a0ab7d39 100644
--- a/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb
+++ b/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb
@@ -4,8 +4,10 @@
4 4
5SUMMARY = "GNU Aspell spell-checker" 5SUMMARY = "GNU Aspell spell-checker"
6SECTION = "console/utils" 6SECTION = "console/utils"
7LICENSE="LGPLv2 | LGPLv2.1" 7
8LICENSE = "LGPLv2 | LGPLv2.1"
8LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" 9LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
10
9PR = "r1" 11PR = "r1"
10 12
11SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz" 13SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz"
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 @@
1SUMMARY = "A daemon for delivering ACPI events" 1SUMMARY = "A daemon for delivering ACPI events"
2HOMEPAGE = "http://sourceforge.net/projects/acpid/" 2HOMEPAGE = "http://sourceforge.net/projects/acpid/"
3BUGTRACKER = "http://sourceforge.net/tracker/?group_id=33140&atid=407341" 3BUGTRACKER = "http://sourceforge.net/tracker/?group_id=33140&atid=407341"
4
5LICENSE="GPLv2+"
6
7SECTION = "base" 4SECTION = "base"
5LICENSE = "GPLv2+"
6
8SRC_URI = "${SOURCEFORGE_MIRROR}/acpid/acpid-${PV}.tar.gz \ 7SRC_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"
2SUMMARY = "Utilities and scripts for power management" 2SUMMARY = "Utilities and scripts for power management"
3DESCRIPTION = "Simple shell command line tools to suspend and hibernate." 3DESCRIPTION = "Simple shell command line tools to suspend and hibernate."
4HOMEPAGE = "http://pm-utils.freedesktop.org/wiki/" 4HOMEPAGE = "http://pm-utils.freedesktop.org/wiki/"
5LICENSE="GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 6LIC_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 @@
1require automake.inc 1require automake.inc
2LICENSE="GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 3LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4DEPENDS_class-native = "autoconf-native" 4DEPENDS_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 @@
1SUMMARY = "DSSSL stylesheets used to transform SGML and XML DocBook files" 1SUMMARY = "DSSSL stylesheets used to transform SGML and XML DocBook files"
2HOMEPAGE= "http://docbook.sourceforge.net" 2HOMEPAGE = "http://docbook.sourceforge.net"
3# Simple persmissive 3# Simple persmissive
4LICENSE = "DSSSL" 4LICENSE = "DSSSL"
5LIC_FILES_CHKSUM = "file://README;beginline=41;endline=74;md5=875385159b2ee76ecf56136ae7f542d6" 5LIC_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 \
8interact directly when desired, afterward returning control to the script. \ 8interact directly when desired, afterward returning control to the script. \
9" 9"
10HOMEPAGE = "http://sourceforge.net/projects/expect/" 10HOMEPAGE = "http://sourceforge.net/projects/expect/"
11LICENSE="PD" 11LICENSE = "PD"
12SECTION = "devel" 12SECTION = "devel"
13 13
14LIC_FILES_CHKSUM = "file://license.terms;md5=fbf2de7e9102505b1439db06fc36ce5c" 14LIC_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 @@
1require flex.inc 1require flex.inc
2LICENSE="BSD" 2LICENSE = "BSD"
3LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" 3LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067"
4BBCLASSEXTEND = "native nativesdk" 4BBCLASSEXTEND = "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)}"
23DEPENDS =+ "mpfr gmp libmpc zlib" 23DEPENDS =+ "mpfr gmp libmpc zlib"
24NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" 24NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native"
25 25
26LICENSE="GPL-3.0-with-GCC-exception & GPLv3" 26LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
27 27
28LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 28LIC_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)}"
13DEPENDS =+ "mpfr gmp libmpc zlib" 13DEPENDS =+ "mpfr gmp libmpc zlib"
14NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native" 14NATIVEDEPS = "mpfr-native gmp-native libmpc-native zlib-native"
15 15
16LICENSE="GPL-3.0-with-GCC-exception & GPLv3" 16LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
17 17
18LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 18LIC_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 @@
1LICENSE="GPLv2 & GPLv3 & LGPLv2 & LGPLv3" 1LICENSE = "GPLv2 & GPLv3 & LGPLv2 & LGPLv3"
2LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ 2LIC_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 @@
1SUMMARY = "GNU debugger" 1SUMMARY = "GNU debugger"
2HOMEPAGE = "http://www.gnu.org/software/gdb/" 2HOMEPAGE = "http://www.gnu.org/software/gdb/"
3LICENSE="GPLv3+" 3LICENSE = "GPLv3+"
4SECTION = "devel" 4SECTION = "devel"
5DEPENDS = "expat ncurses readline ${LTTNGUST}" 5DEPENDS = "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 @@
1require intltool.inc 1require intltool.inc
2LICENSE="GPLv2" 2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 3LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
4 4
5SRC_URI += "file://intltool-nowarn.patch \ 5SRC_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
9SRCREV = "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f" 9SRCREV = "ca39eb1d98e736109c64ff9c1aa2a6ecca222d8f"
10SRC_URI = "git://git.infradead.org/mtd-utils.git \ 10SRC_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
14S = "${WORKDIR}/git/" 14S = "${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"
2DESCRIPTION = "At allows for commands to be run at a particular time. Batch will execute commands when \ 2DESCRIPTION = "At allows for commands to be run at a particular time. Batch will execute commands when \
3the system load levels drop to a particular level." 3the system load levels drop to a particular level."
4SECTION = "base" 4SECTION = "base"
5LICENSE="GPLv2+" 5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" 6LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4"
7DEPENDS = "flex flex-native \ 7DEPENDS = "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
6LICENSE="PD" 6LICENSE = "PD"
7LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3" 7LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=f186cf0d59bac042b75830396ec389a3"
8require byacc.inc 8require 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 @@
1SUMMARY="Basic networking tools" 1SUMMARY = "Basic networking tools"
2DESCRIPTION="A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system" 2DESCRIPTION = "A collection of programs that form the base set of the NET-3 networking distribution for the Linux operating system"
3HOMEPAGE = "http://net-tools.berlios.de/" 3HOMEPAGE = "http://net-tools.berlios.de/"
4BUGTRACKER = "http://bugs.debian.org/net-tools" 4BUGTRACKER = "http://bugs.debian.org/net-tools"
5LICENSE = "GPLv2+" 5LICENSE = "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 \
6reflection of the outputs for a screen. It can also set the screen \ 6reflection of the outputs for a screen. It can also set the screen \
7size." 7size."
8 8
9LICENSE= "MIT" 9LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" 10LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3"
11DEPENDS += "libxrandr libxrender" 11DEPENDS += "libxrandr libxrender"
12PE = "1" 12PE = "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
12require xorg-lib-common.inc 12require xorg-lib-common.inc
13 13
14LICENSE= "MIT-style" 14LICENSE = "MIT-style"
15LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1" 15LIC_FILES_CHKSUM = "file://COPYING;md5=3f2907aad541f6f226fbc58cc1b3cdf1"
16 16
17DEPENDS += " compositeproto virtual/libx11 libxfixes libxext" 17DEPENDS += " 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
7require xorg-lib-common.inc 7require xorg-lib-common.inc
8 8
9LICENSE= "MIT & MIT-style & BSD" 9LICENSE = "MIT & MIT-style & BSD"
10LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c" 10LIC_FILES_CHKSUM = "file://COPYING;md5=a46c8040f2f737bcd0c435feb2ab1c2c"
11 11
12DEPENDS += "freetype xtrans fontsproto libfontenc zlib" 12DEPENDS += "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 @@
1SUMMARY = "Simon Tatham's Portable Puzzle Collection" 1SUMMARY = "Simon Tatham's Portable Puzzle Collection"
2HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" 2HOMEPAGE = "http://www.chiark.greenend.org.uk/~sgtatham/puzzles/"
3 3
4DEPENDS = "gtk+ libxt" 4DEPENDS = "gtk+ libxt"
5MOD_PV = "${@d.getVar('PV',1)[1:]}" 5MOD_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 @@
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"