diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-02-13 16:49:15 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-13 16:59:29 +0100 |
commit | d0028e40a3055b41e2e419c8bdd8a707e552c6ba (patch) | |
tree | f19d27d35c5d871a18f3dc0e033321dce1d5ce10 | |
parent | a2ef0149301bcaefdabae83f236c4568455323ff (diff) | |
download | meta-openembedded-d0028e40a3055b41e2e419c8bdd8a707e552c6ba.tar.gz |
recipes: bump PR to rebuild .la files without libz.la
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
48 files changed, 61 insertions, 31 deletions
diff --git a/meta-efl/recipes-devtools/python/python-ecore_svn.bb b/meta-efl/recipes-devtools/python/python-ecore_svn.bb index 1300e24b2..2edf86471 100644 --- a/meta-efl/recipes-devtools/python/python-ecore_svn.bb +++ b/meta-efl/recipes-devtools/python/python-ecore_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require python-efl.inc | 1 | require python-efl.inc |
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
4 | PR = "${INC_PR}.1" | 4 | PR = "${INC_PR}.2" |
5 | SRCREV = "${EFL_SRCREV}" | 5 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "python-evas ecore" | 6 | DEPENDS += "python-evas ecore" |
7 | RDEPENDS_${PN} += "python-evas" | 7 | RDEPENDS_${PN} += "python-evas" |
diff --git a/meta-efl/recipes-devtools/python/python-edje_svn.bb b/meta-efl/recipes-devtools/python/python-edje_svn.bb index ee974d496..1607d8700 100644 --- a/meta-efl/recipes-devtools/python/python-edje_svn.bb +++ b/meta-efl/recipes-devtools/python/python-edje_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require python-efl.inc | 1 | require python-efl.inc |
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
4 | PR = "${INC_PR}.1" | 4 | PR = "${INC_PR}.2" |
5 | SRCREV = "${EFL_SRCREV}" | 5 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "edje python-evas" | 6 | DEPENDS += "edje python-evas" |
7 | RDEPENDS_${PN} += "python-evas" | 7 | RDEPENDS_${PN} += "python-evas" |
diff --git a/meta-efl/recipes-devtools/python/python-elementary_svn.bb b/meta-efl/recipes-devtools/python/python-elementary_svn.bb index 6d8b0b8ea..102ca0705 100644 --- a/meta-efl/recipes-devtools/python/python-elementary_svn.bb +++ b/meta-efl/recipes-devtools/python/python-elementary_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require python-efl.inc | 1 | require python-efl.inc |
2 | LICENSE = "LGPLv3" | 2 | LICENSE = "LGPLv3" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" |
4 | PR = "${INC_PR}.2" | 4 | PR = "${INC_PR}.3" |
5 | SRCREV = "${EFL_SRCREV}" | 5 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "elementary python-evas" | 6 | DEPENDS += "elementary python-evas" |
7 | RDEPENDS_${PN} += "python-evas python-ecore python-edje" | 7 | RDEPENDS_${PN} += "python-evas python-ecore python-edje" |
diff --git a/meta-efl/recipes-devtools/python/python-evas_svn.bb b/meta-efl/recipes-devtools/python/python-evas_svn.bb index aa4d52f91..8d719ce85 100644 --- a/meta-efl/recipes-devtools/python/python-evas_svn.bb +++ b/meta-efl/recipes-devtools/python/python-evas_svn.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require python-efl.inc | 1 | require python-efl.inc |
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
4 | PR = "${INC_PR}.1" | 4 | PR = "${INC_PR}.2" |
5 | SRCREV = "${EFL_SRCREV}" | 5 | SRCREV = "${EFL_SRCREV}" |
6 | DEPENDS += "evas" | 6 | DEPENDS += "evas" |
diff --git a/meta-efl/recipes-efl/e17/elfe_svn.bb b/meta-efl/recipes-efl/e17/elfe_svn.bb index f6d6fdb94..5a482e4a0 100644 --- a/meta-efl/recipes-efl/e17/elfe_svn.bb +++ b/meta-efl/recipes-efl/e17/elfe_svn.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | LICENSE = "MIT" | 1 | LICENSE = "MIT" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" |
3 | PV = "0.0.1+svnr${SRCPV}" | 3 | PV = "0.0.1+svnr${SRCPV}" |
4 | PR = "${INC_PR}.1" | 4 | PR = "${INC_PR}.2" |
5 | 5 | ||
6 | require e-module.inc | 6 | require e-module.inc |
7 | 7 | ||
diff --git a/meta-efl/recipes-efl/e17/screenshot_svn.bb b/meta-efl/recipes-efl/e17/screenshot_svn.bb index 465ffcfea..0d096fe2b 100644 --- a/meta-efl/recipes-efl/e17/screenshot_svn.bb +++ b/meta-efl/recipes-efl/e17/screenshot_svn.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | LICENSE = "MIT" | 1 | LICENSE = "MIT" |
2 | PV = "0.3.0+svnr${SRCREV}" | 2 | PV = "0.3.0+svnr${SRCREV}" |
3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.1" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" |
5 | SRC_URI += "file://screenshot-fix-mkinstalldirs.patch" | 5 | SRC_URI += "file://screenshot-fix-mkinstalldirs.patch" |
6 | 6 | ||
diff --git a/meta-efl/recipes-efl/efl/ecore_svn.bb b/meta-efl/recipes-efl/efl/ecore_svn.bb index 1d3706f27..078310a0b 100644 --- a/meta-efl/recipes-efl/efl/ecore_svn.bb +++ b/meta-efl/recipes-efl/efl/ecore_svn.bb | |||
@@ -2,7 +2,7 @@ require ecore.inc | |||
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.1.0+svnr${SRCPV}" | 4 | PV = "1.1.0+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
diff --git a/meta-efl/recipes-efl/efl/edbus_svn.bb b/meta-efl/recipes-efl/efl/edbus_svn.bb index be1c6ccab..b5469ed77 100644 --- a/meta-efl/recipes-efl/efl/edbus_svn.bb +++ b/meta-efl/recipes-efl/efl/edbus_svn.bb | |||
@@ -2,7 +2,7 @@ require edbus.inc | |||
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.1.0+svnr${SRCPV}" | 4 | PV = "1.1.0+svnr${SRCPV}" |
5 | PR = "${INC_PR}.1" | 5 | PR = "${INC_PR}.2" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
diff --git a/meta-efl/recipes-efl/efl/edje_svn.bb b/meta-efl/recipes-efl/efl/edje_svn.bb index 1fedfbcd5..7cd2f10b9 100644 --- a/meta-efl/recipes-efl/efl/edje_svn.bb +++ b/meta-efl/recipes-efl/efl/edje_svn.bb | |||
@@ -2,7 +2,7 @@ require edje.inc | |||
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.1.0+svnr${SRCPV}" | 4 | PV = "1.1.0+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
diff --git a/meta-efl/recipes-efl/efl/eet_svn.bb b/meta-efl/recipes-efl/efl/eet_svn.bb index 42439cba9..41f354dfa 100644 --- a/meta-efl/recipes-efl/efl/eet_svn.bb +++ b/meta-efl/recipes-efl/efl/eet_svn.bb | |||
@@ -2,7 +2,7 @@ require eet.inc | |||
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.5.0+svnr${SRCPV}" | 4 | PV = "1.5.0+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
diff --git a/meta-efl/recipes-efl/efl/eeze_svn.bb b/meta-efl/recipes-efl/efl/eeze_svn.bb index 901634859..20b06d7ed 100644 --- a/meta-efl/recipes-efl/efl/eeze_svn.bb +++ b/meta-efl/recipes-efl/efl/eeze_svn.bb | |||
@@ -2,7 +2,7 @@ require eeze.inc | |||
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.1.0+svnr${SRCPV}" | 4 | PV = "1.1.0+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
diff --git a/meta-efl/recipes-efl/efl/efreet_svn.bb b/meta-efl/recipes-efl/efl/efreet_svn.bb index a711770ec..ca4d117ef 100644 --- a/meta-efl/recipes-efl/efl/efreet_svn.bb +++ b/meta-efl/recipes-efl/efl/efreet_svn.bb | |||
@@ -2,7 +2,7 @@ require efreet.inc | |||
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.1.0+svnr${SRCPV}" | 4 | PV = "1.1.0+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
diff --git a/meta-efl/recipes-efl/efl/elementary_svn.bb b/meta-efl/recipes-efl/efl/elementary_svn.bb index adca217c4..a0673aef4 100644 --- a/meta-efl/recipes-efl/efl/elementary_svn.bb +++ b/meta-efl/recipes-efl/efl/elementary_svn.bb | |||
@@ -3,6 +3,7 @@ LICENSE = "LGPLv2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=10a051c72424b80bc784a3903651b43b" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=10a051c72424b80bc784a3903651b43b" |
4 | DEPENDS = "eet-native efreet evas ecore edje eet edbus ethumb" | 4 | DEPENDS = "eet-native efreet evas ecore edje eet edbus ethumb" |
5 | PV = "0.8.0+svnr${SRCPV}" | 5 | PV = "0.8.0+svnr${SRCPV}" |
6 | PR = "r1" | ||
6 | SRCREV = "${EFL_SRCREV}" | 7 | SRCREV = "${EFL_SRCREV}" |
7 | 8 | ||
8 | inherit efl gettext | 9 | inherit efl gettext |
diff --git a/meta-efl/recipes-efl/efl/emotion_svn.bb b/meta-efl/recipes-efl/efl/emotion_svn.bb index dd0adf237..25882564e 100644 --- a/meta-efl/recipes-efl/efl/emotion_svn.bb +++ b/meta-efl/recipes-efl/efl/emotion_svn.bb | |||
@@ -4,6 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=69f44058245ce5c596d56bb622d5dabd" | |||
4 | # we no longer build the libxine backend, since the gstreamer backend seems more promising | 4 | # we no longer build the libxine backend, since the gstreamer backend seems more promising |
5 | DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base" | 5 | DEPENDS = "eet eeze evas ecore edje gstreamer gst-plugins-base" |
6 | PV = "0.2.0+svnr${SRCPV}" | 6 | PV = "0.2.0+svnr${SRCPV}" |
7 | PR = "r1" | ||
7 | SRCREV = "${EFL_SRCREV}" | 8 | SRCREV = "${EFL_SRCREV}" |
8 | 9 | ||
9 | inherit efl | 10 | inherit efl |
diff --git a/meta-efl/recipes-efl/efl/epdf_svn.bb b/meta-efl/recipes-efl/efl/epdf_svn.bb index 28da32b48..102342f4f 100644 --- a/meta-efl/recipes-efl/efl/epdf_svn.bb +++ b/meta-efl/recipes-efl/efl/epdf_svn.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Epdf is the glue between EFL and libpoppler" | |||
2 | 2 | ||
3 | DEPENDS = "poppler evas ecore" | 3 | DEPENDS = "poppler evas ecore" |
4 | PV = "0.1.0+svnr${SRCPV}" | 4 | PV = "0.1.0+svnr${SRCPV}" |
5 | PR = "r5" | 5 | PR = "r6" |
6 | SRCREV = "${EFL_SRCREV}" | 6 | SRCREV = "${EFL_SRCREV}" |
7 | 7 | ||
8 | inherit efl | 8 | inherit efl |
diff --git a/meta-efl/recipes-efl/efl/ethumb_svn.bb b/meta-efl/recipes-efl/efl/ethumb_svn.bb index e9087ce44..e309de0ff 100644 --- a/meta-efl/recipes-efl/efl/ethumb_svn.bb +++ b/meta-efl/recipes-efl/efl/ethumb_svn.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "LGPLv2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a6db9e80255adbafa16e817d9a4d8c" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e6a6db9e80255adbafa16e817d9a4d8c" |
4 | DEPENDS = "libexif eet-native evas ecore edje eet edbus emotion epdf" | 4 | DEPENDS = "libexif eet-native evas ecore edje eet edbus emotion epdf" |
5 | PV = "0.1.0+svnr${SRCPV}" | 5 | PV = "0.1.0+svnr${SRCPV}" |
6 | PR = "r1" | 6 | PR = "r2" |
7 | SRCREV = "${EFL_SRCREV}" | 7 | SRCREV = "${EFL_SRCREV}" |
8 | 8 | ||
9 | inherit efl | 9 | inherit efl |
diff --git a/meta-efl/recipes-efl/efl/evas_svn.bb b/meta-efl/recipes-efl/efl/evas_svn.bb index a2641b984..618f59517 100644 --- a/meta-efl/recipes-efl/efl/evas_svn.bb +++ b/meta-efl/recipes-efl/efl/evas_svn.bb | |||
@@ -2,7 +2,7 @@ require evas.inc | |||
2 | 2 | ||
3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
4 | PV = "1.1.0+svnr${SRCPV}" | 4 | PV = "1.1.0+svnr${SRCPV}" |
5 | PR = "${INC_PR}.0" | 5 | PR = "${INC_PR}.1" |
6 | DEFAULT_PREFERENCE = "-1" | 6 | DEFAULT_PREFERENCE = "-1" |
7 | 7 | ||
8 | SRC_URI = "\ | 8 | SRC_URI = "\ |
diff --git a/meta-efl/recipes-efl/efl/imlib2_svn.bb b/meta-efl/recipes-efl/efl/imlib2_svn.bb index 58fed9e49..e131bcb59 100644 --- a/meta-efl/recipes-efl/efl/imlib2_svn.bb +++ b/meta-efl/recipes-efl/efl/imlib2_svn.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=344895f253c32f38e182dcaf30fe8a35" | |||
5 | DEPENDS = "freetype libpng jpeg virtual/libx11 libxext" | 5 | DEPENDS = "freetype libpng jpeg virtual/libx11 libxext" |
6 | PROVIDES = "virtual/imlib2" | 6 | PROVIDES = "virtual/imlib2" |
7 | PV = "1.4.2.001+svnr${SRCPV}" | 7 | PV = "1.4.2.001+svnr${SRCPV}" |
8 | PR = "r2" | 8 | PR = "r3" |
9 | SRCREV = "${EFL_SRCREV}" | 9 | SRCREV = "${EFL_SRCREV}" |
10 | 10 | ||
11 | inherit efl | 11 | inherit efl |
diff --git a/meta-efl/recipes-efl/efl/libeflvala_svn.bb b/meta-efl/recipes-efl/efl/libeflvala_svn.bb index c18c8c98d..35dae38e9 100644 --- a/meta-efl/recipes-efl/efl/libeflvala_svn.bb +++ b/meta-efl/recipes-efl/efl/libeflvala_svn.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | |||
5 | SECTION = "devel" | 5 | SECTION = "devel" |
6 | DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary" | 6 | DEPENDS = "vala-native glib-2.0 dbus dbus-glib eina eet evas ecore edje elementary" |
7 | PV = "2011.01.13.1+svnr${SRCPV}" | 7 | PV = "2011.01.13.1+svnr${SRCPV}" |
8 | PR = "r1" | 8 | PR = "r2" |
9 | PE = "1" | 9 | PE = "1" |
10 | SRCREV = "${EFL_SRCREV}" | 10 | SRCREV = "${EFL_SRCREV}" |
11 | SRCNAME = "vala" | 11 | SRCNAME = "vala" |
diff --git a/meta-efl/recipes-multimedia/lightmediascanner/lightmediascanner_0.4.4.bb b/meta-efl/recipes-multimedia/lightmediascanner/lightmediascanner_0.4.4.bb index 91ac0b3b0..905f39ef4 100644 --- a/meta-efl/recipes-multimedia/lightmediascanner/lightmediascanner_0.4.4.bb +++ b/meta-efl/recipes-multimedia/lightmediascanner/lightmediascanner_0.4.4.bb | |||
@@ -6,6 +6,8 @@ LICENSE = "LGPLv2.1+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" |
7 | DEPENDS = "sqlite3 flac virtual/libiconv" | 7 | DEPENDS = "sqlite3 flac virtual/libiconv" |
8 | 8 | ||
9 | PR = "r1" | ||
10 | |||
9 | SRC_URI = "http://git.profusion.mobi/cgit.cgi/lightmediascanner.git/snapshot/release_${PV}.tar.bz2 \ | 11 | SRC_URI = "http://git.profusion.mobi/cgit.cgi/lightmediascanner.git/snapshot/release_${PV}.tar.bz2 \ |
10 | " | 12 | " |
11 | SRC_URI[md5sum] = "f423376a70f8f321af69b12563b176fe" | 13 | SRC_URI[md5sum] = "f423376a70f8f321af69b12563b176fe" |
diff --git a/meta-efl/recipes-support/libsoup/libsoup-2.4_2.37.2.bb b/meta-efl/recipes-support/libsoup/libsoup-2.4_2.37.2.bb index 5d9b2b76d..4810b3a1e 100644 --- a/meta-efl/recipes-support/libsoup/libsoup-2.4_2.37.2.bb +++ b/meta-efl/recipes-support/libsoup/libsoup-2.4_2.37.2.bb | |||
@@ -5,6 +5,8 @@ BUGTRACKER = "https://bugzilla.gnome.org/" | |||
5 | LICENSE = "LGPLv2" | 5 | LICENSE = "LGPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
8 | # unstable version | 10 | # unstable version |
9 | DEFAULT_PREFERENCE = "-1" | 11 | DEFAULT_PREFERENCE = "-1" |
10 | 12 | ||
diff --git a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb index 07fd98966..9c7b19f20 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb +++ b/meta-gnome/recipes-gnome/abiword/abiword_2.8.6.bb | |||
@@ -2,7 +2,7 @@ require abiword-2.5.inc | |||
2 | DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio" | 2 | DEPENDS += " librsvg loudmouth libwmf-native gtkmathview asio" |
3 | RCONFLICTS_${PN} = "abiword-embedded" | 3 | RCONFLICTS_${PN} = "abiword-embedded" |
4 | 4 | ||
5 | PR = "r1" | 5 | PR = "r2" |
6 | 6 | ||
7 | SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=abiword \ | 7 | SRC_URI = "http://www.abisource.com/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz;name=abiword \ |
8 | file://autogen-common.sh \ | 8 | file://autogen-common.sh \ |
diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb index b60c0c79f..4aad4a83c 100644 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2 & LGPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
5 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" | 5 | file://COPYING.LIB;md5=5f30f0716dfdd0d91eb439ebec522ec2" |
6 | 6 | ||
7 | PR = "r3" | 7 | PR = "r4" |
8 | 8 | ||
9 | inherit gnome pkgconfig | 9 | inherit gnome pkgconfig |
10 | 10 | ||
diff --git a/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection_git.bb b/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection_git.bb index 83523845d..f7e890747 100644 --- a/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection_git.bb +++ b/meta-gnome/recipes-gnome/gobject-introspection/gobject-introspection_git.bb | |||
@@ -13,6 +13,7 @@ LIC_FILES_CHKSUM = "file://COPYING.tools;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
13 | 13 | ||
14 | SRCREV = "8d64bc23d2b837421ecf9c7b0e4b8d5d95ca0d21" | 14 | SRCREV = "8d64bc23d2b837421ecf9c7b0e4b8d5d95ca0d21" |
15 | PV = "1.29.0+gitr${SRCPV}" | 15 | PV = "1.29.0+gitr${SRCPV}" |
16 | PR = "r1" | ||
16 | DEFAULT_PREFERENCE = "-1" | 17 | DEFAULT_PREFERENCE = "-1" |
17 | 18 | ||
18 | S = "${WORKDIR}/git" | 19 | S = "${WORKDIR}/git" |
diff --git a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb index 9a5f40d09..0f1ec6925 100644 --- a/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb +++ b/meta-gnome/recipes-gnome/gtk+/gtk+3_3.2.2.bb | |||
@@ -5,6 +5,8 @@ HOMEPAGE = "http://www.gtk.org" | |||
5 | BUGTRACKER = "https://bugzilla.gnome.org/" | 5 | BUGTRACKER = "https://bugzilla.gnome.org/" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
8 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \ | 10 | DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor \ |
9 | gtk-doc-native docbook-utils-native libxrandr libgcrypt \ | 11 | gtk-doc-native docbook-utils-native libxrandr libgcrypt \ |
10 | libxdamage libxrender libxcomposite cairo gdk-pixbuf gtk+-native" | 12 | libxdamage libxrender libxcomposite cairo gdk-pixbuf gtk+-native" |
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb index 6119f8638..bd770ae7d 100644 --- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb +++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \ |
4 | file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" | 4 | file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
diff --git a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb index 47f632793..8709cc026 100644 --- a/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb +++ b/meta-gnome/recipes-gnome/orbit2/orbit2_2.14.17.bb | |||
@@ -1,5 +1,6 @@ | |||
1 | require orbit2.inc | 1 | require orbit2.inc |
2 | 2 | ||
3 | PR = "r1" | ||
3 | 4 | ||
4 | SRC_URI[md5sum] = "10bfb957fa4a8935a0b4afaee7d71df7" | 5 | SRC_URI[md5sum] = "10bfb957fa4a8935a0b4afaee7d71df7" |
5 | SRC_URI[sha256sum] = "62bfce3f678f9347a19c766944e8aef7b89bc32b25ac23eb3e4c25929ce8974c" | 6 | SRC_URI[sha256sum] = "62bfce3f678f9347a19c766944e8aef7b89bc32b25ac23eb3e4c25929ce8974c" |
diff --git a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb index b20a5563e..58fdbfaae 100644 --- a/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb +++ b/meta-gnome/recipes-gnome/wv/wv_1.2.0.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=6cbca01f1c9178aca280e8ff64d85b2f" |
5 | 5 | ||
6 | DEPENDS = "libgsf glib-2.0" | 6 | DEPENDS = "libgsf glib-2.0" |
7 | PR = "r3" | 7 | PR = "r4" |
8 | 8 | ||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/wvware/wv-${PV}.tar.gz \ |
10 | file://pkgconfig.patch" | 10 | file://pkgconfig.patch" |
diff --git a/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb index cacf28be2..c4497de28 100644 --- a/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb +++ b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "LGPLv2.1" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499" | 5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499" |
6 | 6 | ||
7 | DEPENDS = "gtk+ cairo libxinerama libxcomposite libxrender gtk-doc" | 7 | DEPENDS = "gtk+ cairo libxinerama libxcomposite libxrender gtk-doc" |
8 | PR = "r0" | 8 | PR = "r1" |
9 | 9 | ||
10 | SRC_URI += "file://pkgconfig.patch;striplevel=0" | 10 | SRC_URI += "file://pkgconfig.patch;striplevel=0" |
11 | SRC_URI[md5sum] = "b85a839264a35d0faf9a1a38c486e189" | 11 | SRC_URI[md5sum] = "b85a839264a35d0faf9a1a38c486e189" |
diff --git a/meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb b/meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb index af9cd61cf..7e77a1c9c 100644 --- a/meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb +++ b/meta-oe/recipes-core/glib-2.0/glibmm_2.28.2.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require glibmm.inc | 1 | require glibmm.inc |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | SRC_URI[archive.md5sum] = "cf33d1861d09fb2952a6a1d69e0502e3" | 5 | SRC_URI[archive.md5sum] = "cf33d1861d09fb2952a6a1d69e0502e3" |
4 | SRC_URI[archive.sha256sum] = "7b67178363f8494c94f8b3dd704a4c8db7ad75a253fc84a4ad229e5e179ec192" | 6 | SRC_URI[archive.sha256sum] = "7b67178363f8494c94f8b3dd704a4c8db7ad75a253fc84a4ad229e5e179ec192" |
5 | 7 | ||
diff --git a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb index 05ddc04b9..fed33a43d 100644 --- a/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb +++ b/meta-oe/recipes-extended/libwmf/libwmf_0.2.8.4.bb | |||
@@ -5,6 +5,8 @@ SECTION = "libs" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
8 | DEPENDS_virtclass-native = "libpng jpeg" | 10 | DEPENDS_virtclass-native = "libpng jpeg" |
9 | DEPENDS = "libpng jpeg expat gtk+" | 11 | DEPENDS = "libpng jpeg expat gtk+" |
10 | 12 | ||
diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb index 725b1c812..c8e611a48 100644 --- a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb +++ b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | |||
@@ -4,6 +4,8 @@ DEPENDS = "t1lib gtk+ popt libxslt libxml2" | |||
4 | LICENSE = "LGPLv3" | 4 | LICENSE = "LGPLv3" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" |
6 | 6 | ||
7 | PR = "r1" | ||
8 | |||
7 | SRC_URI = "http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz \ | 9 | SRC_URI = "http://helm.cs.unibo.it/mml-widget/sources/${P}.tar.gz \ |
8 | file://mathview-gcc43x.diff \ | 10 | file://mathview-gcc43x.diff \ |
9 | " | 11 | " |
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm_2.20.0.bb b/meta-oe/recipes-gnome/gtk+/gtkmm_2.20.0.bb index ee3bdafe2..69fa95f31 100644 --- a/meta-oe/recipes-gnome/gtk+/gtkmm_2.20.0.bb +++ b/meta-oe/recipes-gnome/gtk+/gtkmm_2.20.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require gtkmm.inc | 1 | require gtkmm.inc |
2 | 2 | ||
3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.1" |
4 | 4 | ||
5 | SRC_URI[archive.md5sum] = "c0cb0ea5bc1ab511d9b2461083f0445f" | 5 | SRC_URI[archive.md5sum] = "c0cb0ea5bc1ab511d9b2461083f0445f" |
6 | SRC_URI[archive.sha256sum] = "c1199bbee423d6f0ef9b5e88973c5620a1e1c52f9f1298dffcfa36284a7fd91a" | 6 | SRC_URI[archive.sha256sum] = "c1199bbee423d6f0ef9b5e88973c5620a1e1c52f9f1298dffcfa36284a7fd91a" |
diff --git a/meta-oe/recipes-graphics/cairo/cairomm_1.10.0.bb b/meta-oe/recipes-graphics/cairo/cairomm_1.10.0.bb index dbde45811..8615d76af 100644 --- a/meta-oe/recipes-graphics/cairo/cairomm_1.10.0.bb +++ b/meta-oe/recipes-graphics/cairo/cairomm_1.10.0.bb | |||
@@ -5,6 +5,8 @@ DESCRIPTION = "C++ bindings for Cairo graphics library" | |||
5 | LICENSE = "LGPLv2" | 5 | LICENSE = "LGPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
8 | DEPENDS = "cairo libsigc++-2.0" | 10 | DEPENDS = "cairo libsigc++-2.0" |
9 | 11 | ||
10 | SRC_URI = "http://cairographics.org/releases/cairomm-${PV}.tar.gz;name=archive" | 12 | SRC_URI = "http://cairographics.org/releases/cairomm-${PV}.tar.gz;name=archive" |
diff --git a/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb b/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb index 39057e797..6ae391f77 100644 --- a/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb +++ b/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb | |||
@@ -1,4 +1,6 @@ | |||
1 | require libsexy.inc | 1 | require libsexy.inc |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | SRC_URI[md5sum] = "33c079a253270ec8bfb9508e4bb30754" | 5 | SRC_URI[md5sum] = "33c079a253270ec8bfb9508e4bb30754" |
4 | SRC_URI[sha256sum] = "8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e" | 6 | SRC_URI[sha256sum] = "8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e" |
diff --git a/meta-oe/recipes-graphics/pango/pango_1.29.4.bb b/meta-oe/recipes-graphics/pango/pango_1.29.4.bb index 0642beafe..70f881502 100644 --- a/meta-oe/recipes-graphics/pango/pango_1.29.4.bb +++ b/meta-oe/recipes-graphics/pango/pango_1.29.4.bb | |||
@@ -5,5 +5,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | |||
5 | SRC_URI[archive.md5sum] = "a5ee785f4f31d6bdd8625a09ea3f8b4b" | 5 | SRC_URI[archive.md5sum] = "a5ee785f4f31d6bdd8625a09ea3f8b4b" |
6 | SRC_URI[archive.sha256sum] = "f15deecaecf1e9dcb7db0e4947d12b5bcff112586434f8d30a5afd750747ff2b" | 6 | SRC_URI[archive.sha256sum] = "f15deecaecf1e9dcb7db0e4947d12b5bcff112586434f8d30a5afd750747ff2b" |
7 | 7 | ||
8 | PR = "${INC_PR}.0" | 8 | PR = "${INC_PR}.1" |
9 | 9 | ||
diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb index e581ded43..44dcbd3ac 100644 --- a/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb +++ b/meta-oe/recipes-graphics/pango/pangomm_2.28.2.bb | |||
@@ -4,6 +4,8 @@ LICENSE = "LGPLv2.1 & GPLv2" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ |
5 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | 5 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" |
6 | 6 | ||
7 | PR = "r1" | ||
8 | |||
7 | DEPENDS = "mm-common cairomm glibmm" | 9 | DEPENDS = "mm-common cairomm glibmm" |
8 | 10 | ||
9 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" | 11 | SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" |
diff --git a/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb b/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb index 2b7045315..e8b74f97d 100644 --- a/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb +++ b/meta-oe/recipes-graphics/xorg-lib/liblbxutil_1.1.0.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b0d5bdc98f7ebab3b6c3791d9bf40907" | |||
5 | DESCRIPTION = "XFIXES Extension" | 5 | DESCRIPTION = "XFIXES Extension" |
6 | DEPENDS += " xextproto xproto zlib" | 6 | DEPENDS += " xextproto xproto zlib" |
7 | PE = "1" | 7 | PE = "1" |
8 | PR = "r10" | 8 | PR = "r11" |
9 | 9 | ||
10 | SRC_URI += "file://mkg3states-1.1.patch" | 10 | SRC_URI += "file://mkg3states-1.1.patch" |
11 | SRC_URI[md5sum] = "273329a78c2e9ea189ac416c7fde94a1" | 11 | SRC_URI[md5sum] = "273329a78c2e9ea189ac416c7fde94a1" |
diff --git a/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb index f74375578..a5cf51c3b 100644 --- a/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb +++ b/meta-oe/recipes-multimedia/id3lib/id3lib_3.8.3.bb | |||
@@ -4,6 +4,8 @@ LICENSE = "LGPLv2+" | |||
4 | LIC_FILES_CHKSUM = "files://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" | 4 | LIC_FILES_CHKSUM = "files://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" |
5 | DEPENDS = "zlib" | 5 | DEPENDS = "zlib" |
6 | 6 | ||
7 | PR = "r1" | ||
8 | |||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz;name=archive \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/id3lib/id3lib-${PV}.tar.gz;name=archive \ |
8 | http://ftp.de.debian.org/debian/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.2.diff.gz;name=patch \ | 10 | http://ftp.de.debian.org/debian/pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-7.2.diff.gz;name=patch \ |
9 | " | 11 | " |
diff --git a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb index 25e20302d..29234abf9 100644 --- a/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb +++ b/meta-oe/recipes-multimedia/libsdl-image/libsdl-image_1.2.10.bb | |||
@@ -4,7 +4,7 @@ SECTION = "libs" | |||
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4" |
6 | 6 | ||
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | DEPENDS = "tiff zlib libpng jpeg virtual/libsdl" | 9 | DEPENDS = "tiff zlib libpng jpeg virtual/libsdl" |
10 | 10 | ||
diff --git a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb index 0f158ca98..8b92ec3da 100644 --- a/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb +++ b/meta-oe/recipes-support/farsight/farsight2_0.0.22.bb | |||
@@ -5,6 +5,8 @@ SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz" | |||
5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" |
7 | 7 | ||
8 | PR = "r1" | ||
9 | |||
8 | DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" | 10 | DEPENDS = "libnice glib-2.0 libxml2 zlib dbus gstreamer gst-plugins-base" |
9 | 11 | ||
10 | inherit autotools | 12 | inherit autotools |
diff --git a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb index 3cac19893..42ab297ff 100644 --- a/meta-oe/recipes-support/farsight/libnice_0.0.13.bb +++ b/meta-oe/recipes-support/farsight/libnice_0.0.13.bb | |||
@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9c42325015702feda4f4d2f19a55b767 \ | |||
8 | file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \ | 8 | file://COPYING.MPL;md5=3c617710e51cdbe0fc00716f056dfb1a \ |
9 | " | 9 | " |
10 | 10 | ||
11 | PR = "r1" | ||
12 | |||
11 | DEPENDS = "glib-2.0 gstreamer" | 13 | DEPENDS = "glib-2.0 gstreamer" |
12 | 14 | ||
13 | inherit autotools | 15 | inherit autotools |
diff --git a/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb b/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb index 7660ad9bb..9615371ad 100644 --- a/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb +++ b/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb | |||
@@ -3,7 +3,7 @@ LICENSE = "GD" | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=c97638cafd3581eb87abd37332137669" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=c97638cafd3581eb87abd37332137669" |
4 | DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images." | 4 | DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images." |
5 | DEPENDS = "freetype libpng jpeg zlib" | 5 | DEPENDS = "freetype libpng jpeg zlib" |
6 | PR = "r4" | 6 | PR = "r5" |
7 | 7 | ||
8 | SRC_URI = "http://www.libgd.org/releases/gd-2.0.36RC1.tar.gz" | 8 | SRC_URI = "http://www.libgd.org/releases/gd-2.0.36RC1.tar.gz" |
9 | SRC_URI[md5sum] = "39ac48e6d5e0012a3bd2248a0102f209" | 9 | SRC_URI[md5sum] = "39ac48e6d5e0012a3bd2248a0102f209" |
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb b/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb index dd84cb224..d5f95c94c 100644 --- a/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb +++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.4.4.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e1ebcc1358b9f81eba64255fc5da6892" | |||
5 | # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. | 5 | # FIXME: There is much more checked libraries. All should be added or explicitly disabled to get consistent results. |
6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib" | 6 | DEPENDS = "lcms bzip2 jpeg libpng librsvg tiff zlib" |
7 | 7 | ||
8 | PR = "r9" | 8 | PR = "r10" |
9 | 9 | ||
10 | PATCHSET = "1" | 10 | PATCHSET = "1" |
11 | SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \ |
diff --git a/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb b/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb index 800178330..13a348954 100644 --- a/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb +++ b/meta-oe/recipes-support/mysql/mysql5-native_5.1.40.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require mysql5_${PV}.inc | 1 | require mysql5_${PV}.inc |
2 | inherit native | 2 | inherit native |
3 | PR ="r2" | 3 | PR ="r3" |
4 | 4 | ||
5 | SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \ | 5 | SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \ |
6 | file://fix-abi-check-gcc45.patch" | 6 | file://fix-abi-check-gcc45.patch" |
diff --git a/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc b/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc index 348f4e38d..ae1cf0064 100644 --- a/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc +++ b/meta-oe/recipes-support/mysql/mysql5_5.1.40.inc | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=477ab0a4c8ca64b482b3f2a365d0fdfa" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=477ab0a4c8ca64b482b3f2a365d0fdfa" |
6 | 6 | ||
7 | DEPENDS = "ncurses" | 7 | DEPENDS = "ncurses" |
8 | PR = "r5" | 8 | PR = "r6" |
9 | 9 | ||
10 | SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \ | 10 | SRC_URI = "http://downloads.mysql.com/archives/mysql-5.1/mysql-${PV}.tar.gz \ |
11 | file://configure.in.patch \ | 11 | file://configure.in.patch \ |
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb b/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb index d5527ea91..dee1465a2 100644 --- a/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb +++ b/meta-oe/recipes-support/pidgin/pidgin_2.7.9.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require pidgin.inc | 1 | require pidgin.inc |
2 | PR = "${INC_PR}.0" | 2 | PR = "${INC_PR}.1" |
3 | 3 | ||
4 | DEPENDS += "farsight2 libidn" | 4 | DEPENDS += "farsight2 libidn" |
5 | 5 | ||
diff --git a/meta-oe/recipes-support/poppler/poppler_0.18.0.bb b/meta-oe/recipes-support/poppler/poppler_0.18.0.bb index 463b544a8..c6c4ec997 100644 --- a/meta-oe/recipes-support/poppler/poppler_0.18.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_0.18.0.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require poppler.inc | 1 | require poppler.inc |
2 | 2 | ||
3 | PR = "r1" | ||
4 | |||
3 | DEPENDS += "lcms" | 5 | DEPENDS += "lcms" |
4 | 6 | ||
5 | EXTRA_OECONF_append = " --disable-abiword-output " | 7 | EXTRA_OECONF_append = " --disable-abiword-output " |