diff options
Diffstat (limited to 'meta-oe/recipes-support')
8 files changed, 11 insertions, 5 deletions
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 0f158ca981..8b92ec3dac 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 3cac198933..42ab297ff1 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 7660ad9bb5..9615371add 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 dd84cb2249..d5f95c94c2 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 800178330b..13a3489545 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 348f4e38d2..ae1cf00647 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 d5527ea914..dee1465a28 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 463b544a8c..c6c4ec997a 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 " |
