From: Michael Mrozek Date: Thu, 15 Jul 2010 00:34:25 +0000 (+0200) Subject: Updated some recipes X-Git-Tag: sz_beta3~119 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b5bc2d5e58bfe5b5c87c90a7a4ff3df0d8c94fa;p=openembedded.git Updated some recipes --- diff --git a/recipes/autoconf/autoconf.inc b/recipes/autoconf/autoconf.inc index 17602858cb..35b0289a26 100644 --- a/recipes/autoconf/autoconf.inc +++ b/recipes/autoconf/autoconf.inc @@ -11,7 +11,7 @@ RDEPENDS_${PN}_virtclass-native = "m4-native gnu-config-native" INC_PR = "r9" SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2;name=autoconf \ - file://program_prefix.patch;patch=1" + file://program_prefix.patch" inherit autotools diff --git a/recipes/autoconf/autoconf213_2.13.bb b/recipes/autoconf/autoconf213_2.13.bb index d06822c7c9..98f629fcf1 100644 --- a/recipes/autoconf/autoconf213_2.13.bb +++ b/recipes/autoconf/autoconf213_2.13.bb @@ -3,3 +3,6 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.gz" EXTRA_OECONF = "--program-transform-name=s/\$/2.13/" EXTRA_OEMAKE = 'acdatadir="${datadir}/autoconf-${PV}" infodir="${datadir}/autoconf-${PV}/info"' PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "9de56d4a161a723228220b0f425dc711" +SRC_URI[sha256sum] = "f0611136bee505811e9ca11ca7ac188ef5323a8e2ef19cffd3edb3cf08fd791e" diff --git a/recipes/autoconf/autoconf_2.57.bb b/recipes/autoconf/autoconf_2.57.bb index 0fc5f94b83..e3fa6febc9 100644 --- a/recipes/autoconf/autoconf_2.57.bb +++ b/recipes/autoconf/autoconf_2.57.bb @@ -1,2 +1,5 @@ require autoconf.inc PR = "${INC_PR}.0" + +SRC_URI[autoconf.md5sum] = "407ea53787ce13f5ca427e9a51e05bc2" +SRC_URI[autoconf.sha256sum] = "e1035aa2c21fae2a934d1ab56c774ce9d22717881dab8a1a5b16d294fb793489" diff --git a/recipes/autoconf/autoconf_2.59.bb b/recipes/autoconf/autoconf_2.59.bb index e9149df44c..13a2f1deef 100644 --- a/recipes/autoconf/autoconf_2.59.bb +++ b/recipes/autoconf/autoconf_2.59.bb @@ -2,12 +2,15 @@ require autoconf.inc PR = "${INC_PR}.0" -SRC_URI += "file://autoreconf-include.patch;patch=1 \ - file://autoreconf-exclude.patch;patch=1 \ - file://autoreconf-foreign.patch;patch=1 \ - file://autoreconf-gnuconfigize.patch;patch=1 \ - file://autoconf259-update-configscripts.patch;patch=1 \ - file://autoheader-nonfatal-warnings.patch;patch=1 \ - file://sizeof_types.patch;patch=1 \ - file://autoconf-x.patch;patch=1 \ - file://autoconf-sh.patch;patch=1" +SRC_URI += "file://autoreconf-include.patch \ + file://autoreconf-exclude.patch \ + file://autoreconf-foreign.patch \ + file://autoreconf-gnuconfigize.patch \ + file://autoconf259-update-configscripts.patch \ + file://autoheader-nonfatal-warnings.patch \ + file://sizeof_types.patch \ + file://autoconf-x.patch \ + file://autoconf-sh.patch" + +SRC_URI[autoconf.md5sum] = "1ee40f7a676b3cfdc0e3f7cd81551b5f" +SRC_URI[autoconf.sha256sum] = "f0cde70a8f135098a6a3e85869f2e1cc3f141beea766fa3d6636e086cd8b90a7" diff --git a/recipes/autoconf/autoconf_2.61.bb b/recipes/autoconf/autoconf_2.61.bb index e104bad6d2..9542e21da5 100644 --- a/recipes/autoconf/autoconf_2.61.bb +++ b/recipes/autoconf/autoconf_2.61.bb @@ -2,13 +2,16 @@ require autoconf.inc PR = "${INC_PR}.1" -SRC_URI += "file://autoreconf-include.patch;patch=1 \ - file://autoreconf-exclude.patch;patch=1 \ - file://autoreconf-foreign.patch;patch=1 \ - file://autoreconf-gnuconfigize.patch;patch=1 \ - file://autoheader-nonfatal-warnings.patch;patch=1 \ - file://config-site.patch;patch=1 \ - file://autoconf-dont-execute-perl.patch;patch=1 \ +SRC_URI += "file://autoreconf-include.patch \ + file://autoreconf-exclude.patch \ + file://autoreconf-foreign.patch \ + file://autoreconf-gnuconfigize.patch \ + file://autoheader-nonfatal-warnings.patch \ + file://config-site.patch \ + file://autoconf-dont-execute-perl.patch \ " -SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch;patch=1" +SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch" + +SRC_URI[autoconf.md5sum] = "36d3fe706ad0950f1be10c46a429efe0" +SRC_URI[autoconf.sha256sum] = "93a2ceab963618b021db153f0c881a2de82455c1dc7422be436fcd5c554085a1" diff --git a/recipes/autoconf/autoconf_2.63.bb b/recipes/autoconf/autoconf_2.63.bb index 8c81aff658..41b33766c8 100644 --- a/recipes/autoconf/autoconf_2.63.bb +++ b/recipes/autoconf/autoconf_2.63.bb @@ -4,10 +4,13 @@ PR = "${INC_PR}.0" DEFAULT_PREFERENCE = "-1" -SRC_URI += "file://autoreconf-exclude.patch;patch=1 \ - file://autoreconf-foreign.patch;patch=1 \ - file://autoheader-nonfatal-warnings.patch;patch=1 \ - file://autoreconf-gnuconfigize.patch;patch=1 \ - file://config-site.patch;patch=1" +SRC_URI += "file://autoreconf-exclude.patch \ + file://autoreconf-foreign.patch \ + file://autoheader-nonfatal-warnings.patch \ + file://autoreconf-gnuconfigize.patch \ + file://config-site.patch" -SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch;patch=1" +SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch" + +SRC_URI[autoconf.md5sum] = "7565809ed801bb5726da0631ceab3699" +SRC_URI[autoconf.sha256sum] = "264d7c1c0e268bc77fbe0f308e085545535edfe73f33e27c80219cc0c9c71246" diff --git a/recipes/autoconf/autoconf_2.65.bb b/recipes/autoconf/autoconf_2.65.bb index c2a9223cba..d0bc9d4375 100644 --- a/recipes/autoconf/autoconf_2.65.bb +++ b/recipes/autoconf/autoconf_2.65.bb @@ -2,13 +2,13 @@ require autoconf.inc PR = "${INC_PR}.0" -SRC_URI += "file://autoreconf-exclude.patch;patch=1 \ - file://autoreconf-foreign.patch;patch=1 \ - file://autoheader-nonfatal-warnings.patch;patch=1 \ - file://autoreconf-gnuconfigize.patch;patch=1 \ - file://config-site.patch;patch=1" +SRC_URI += "file://autoreconf-exclude.patch \ + file://autoreconf-foreign.patch \ + file://autoheader-nonfatal-warnings.patch \ + file://autoreconf-gnuconfigize.patch \ + file://config-site.patch" -SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch;patch=1" +SRC_URI_append_virtclass-native = " file://fix_path_xtra.patch" SRC_URI[autoconf.md5sum] = "a6de1cc6434cd64038b0a0ae4e252b33" SRC_URI[autoconf.sha256sum] = "db11944057f3faf229ff5d6ce3fcd819f565455c152b72cec17ebc1cbb80136b" diff --git a/recipes/automake/automake_1.10.2.bb b/recipes/automake/automake_1.10.2.bb index ad6879ada8..5e286a974d 100644 --- a/recipes/automake/automake_1.10.2.bb +++ b/recipes/automake/automake_1.10.2.bb @@ -1,2 +1,5 @@ require automake.inc PR = "${INC_PR}.0" + +SRC_URI[automake.md5sum] = "1498208ab1c8393dcbd9afb7d06df6d5" +SRC_URI[automake.sha256sum] = "c38ac9fe53d9492b0a0a02a8e691cd2c96d7f4cc13aedeedc6d08613b77e640f" diff --git a/recipes/automake/automake_1.11.1.bb b/recipes/automake/automake_1.11.1.bb index 9b363b9f89..74477e7b95 100644 --- a/recipes/automake/automake_1.11.1.bb +++ b/recipes/automake/automake_1.11.1.bb @@ -1,4 +1,5 @@ require automake.inc PR = "${INC_PR}.0" -DEFAULT_PREFERENCE = "-1" +SRC_URI[automake.md5sum] = "c2972c4d9b3e29c03d5f2af86249876f" +SRC_URI[automake.sha256sum] = "5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae" diff --git a/recipes/automake/automake_1.9.6.bb b/recipes/automake/automake_1.9.6.bb index 9b363b9f89..05f8a07c9d 100644 --- a/recipes/automake/automake_1.9.6.bb +++ b/recipes/automake/automake_1.9.6.bb @@ -2,3 +2,6 @@ require automake.inc PR = "${INC_PR}.0" DEFAULT_PREFERENCE = "-1" + +SRC_URI[automake.md5sum] = "c11b8100bb311492d8220378fd8bf9e0" +SRC_URI[automake.sha256sum] = "8eccaa98e1863d10e4a5f861d8e2ec349a23e88cb12ad10f6b6f79022ad2bb8d" diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc index b770ffd42d..cfcac6a749 100644 --- a/recipes/bison/bison.inc +++ b/recipes/bison/bison.inc @@ -3,12 +3,12 @@ HOMEPAGE = "http://www.gnu.org/software/bison/" LICENSE = "GPL" SECTION = "devel" PRIORITY = "optional" -DEPENDS = "gettext" +DEPENDS = "virtual/libintl" SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ - file://m4.patch;patch=1" + file://m4.patch" -INCPR = "r4" +INC_PR = "r5" inherit autotools diff --git a/recipes/bison/bison_2.0.bb b/recipes/bison/bison_2.0.bb index 6127bef993..d027f37c31 100644 --- a/recipes/bison/bison_2.0.bb +++ b/recipes/bison/bison_2.0.bb @@ -1,3 +1,6 @@ require bison.inc -PR = "${INCPR}.0" +PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "c17f964fd5504b88b07a183420de25e3" +SRC_URI[sha256sum] = "31b816846903d319a6f6cd1c9aada5ff83914206cb7df69c235ae909785109a1" diff --git a/recipes/bison/bison_2.3.bb b/recipes/bison/bison_2.3.bb index fda9b160a9..26648656d3 100644 --- a/recipes/bison/bison_2.3.bb +++ b/recipes/bison/bison_2.3.bb @@ -1,6 +1,6 @@ require bison.inc -PR = "${INCPR}.0" +PR = "${INC_PR}.0" # >> bison-2.3-r0: /usr/lib/liby.a # That one is a special case: it wants to stay in the main bison package, @@ -8,3 +8,6 @@ PR = "${INCPR}.0" # static-only library; that might be an error. FILES_${PN} += "${libdir}/liby.a" + +SRC_URI[md5sum] = "22327efdd5080e2b1acb6e560a04b43a" +SRC_URI[sha256sum] = "52f78aa4761a74ceb7fdf770f3554dd84308c3b93c4255e3a5c17558ecda293e" diff --git a/recipes/cairo/cairo-directfb_1.4.8.bb b/recipes/cairo/cairo-directfb_1.4.8.bb index ada747600e..3ae8344bca 100644 --- a/recipes/cairo/cairo-directfb_1.4.8.bb +++ b/recipes/cairo/cairo-directfb_1.4.8.bb @@ -1,9 +1,9 @@ require cairo.inc -RCONFLICTS = "cairo" -RPROVIDES = "cairo-directfb" +RCONFLICTS_${PN} = "cairo" +RPROVIDES_${PN} = "cairo-directfb" DEPENDS = "directfb libsm libpng fontconfig" SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ - file://cairo_directfb_is_similar-typo.patch;patch=1 \ + file://cairo_directfb_is_similar-typo.patch \ " EXTRA_OECONF += " --enable-directfb \ @@ -13,6 +13,9 @@ EXTRA_OECONF += " --enable-directfb \ LDFLAGS_append += " -ldirectfb" CFLAGS_append += " -I${STAGING_INCDIR}/directfb" -PR = "r2" +PR = "r3" S = "${WORKDIR}/cairo-${PV}" + +SRC_URI[md5sum] = "5b9db574c9fbb94ce52047600190a1ba" +SRC_URI[sha256sum] = "a3e9b0f07910ee325406118cf3e136fc78a5155c47fdb19e66e895a3c587bc51" diff --git a/recipes/cairo/cairo-directfb_1.6.4.bb b/recipes/cairo/cairo-directfb_1.6.4.bb index a8b3f0fc78..b4fea9a497 100644 --- a/recipes/cairo/cairo-directfb_1.6.4.bb +++ b/recipes/cairo/cairo-directfb_1.6.4.bb @@ -1,9 +1,9 @@ require cairo.inc -RCONFLICTS = "cairo" -RPROVIDES = "cairo-directfb" +RCONFLICTS_${PN} = "cairo" +RPROVIDES_${PN} = "cairo-directfb" DEPENDS = "directfb pixman libsm libpng fontconfig" SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ - file://configure_fix.patch;patch=1 " + file://configure_fix.patch " EXTRA_OECONF += " --enable-directfb \ --disable-xlib \ @@ -12,6 +12,9 @@ EXTRA_OECONF += " --enable-directfb \ LDFLAGS_append += " -ldirectfb" CFLAGS_append += " -I${STAGING_INCDIR}/directfb" -PR = "r0" +PR = "r1" S = "${WORKDIR}/cairo-${PV}" + +SRC_URI[md5sum] = "a198d509f9e3a35b78de8bb02174ebb9" +SRC_URI[sha256sum] = "7f0ce28c358706913bc39e6930a18ae89f3b9a6aa17998faa2b59d1e0e2b4f42" diff --git a/recipes/cairo/cairo-native_1.8.0.bb b/recipes/cairo/cairo-native_1.8.0.bb index d58e16b61d..4d1286286b 100644 --- a/recipes/cairo/cairo-native_1.8.0.bb +++ b/recipes/cairo/cairo-native_1.8.0.bb @@ -7,3 +7,6 @@ DEPENDS += "glib-2.0-native libpng-native pixman-native libx11-native fontconfig PROVIDES = "cairo-native" PR = "r1" + +SRC_URI[md5sum] = "4ea70ea87b47e92d318d4e7f5b940f47" +SRC_URI[sha256sum] = "827acee89ba3e8e762fbb23165cf8d455e7d95e1e50984e6882b2070a7f3abae" diff --git a/recipes/cairo/cairo.inc b/recipes/cairo/cairo.inc index 3123fe6632..70e56fa250 100644 --- a/recipes/cairo/cairo.inc +++ b/recipes/cairo/cairo.inc @@ -10,6 +10,3 @@ EXTRA_OECONF += "${@get_cairo_fpu_setting(bb, d)}" inherit autotools pkgconfig -do_stage () { - autotools_stage_all -} diff --git a/recipes/cairo/cairo_1.2.4.bb b/recipes/cairo/cairo_1.2.4.bb index e274387195..f1723a7978 100644 --- a/recipes/cairo/cairo_1.2.4.bb +++ b/recipes/cairo/cairo_1.2.4.bb @@ -6,8 +6,8 @@ LICENSE = "MPL LGPL" PR = "r2" SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ - file://0001-Add-autoconf-macro-AX_C_FLOAT_WORDS_BIGENDIAN.diff;patch=1 \ - file://0002-Change-_cairo_fixed_from_double-to-use-the-magic-number-technique.diff;patch=1 \ + file://0001-Add-autoconf-macro-AX_C_FLOAT_WORDS_BIGENDIAN.diff \ + file://0002-Change-_cairo_fixed_from_double-to-use-the-magic-number-technique.diff \ " inherit autotools pkgconfig @@ -15,3 +15,6 @@ inherit autotools pkgconfig do_stage () { autotools_stage_all } + +SRC_URI[md5sum] = "1222b2bfdf113e2c92f66b3389659f2d" +SRC_URI[sha256sum] = "c1580ca951b2f57c4f8b34549997854bc48dbaf036ca1ca6c017c03db3504ddb" diff --git a/recipes/cairo/cairo_1.4.10.bb b/recipes/cairo/cairo_1.4.10.bb index e89c0e6a9c..544479b282 100644 --- a/recipes/cairo/cairo_1.4.10.bb +++ b/recipes/cairo/cairo_1.4.10.bb @@ -3,7 +3,10 @@ require cairo.inc DEFAULT_PREFERENCE = "-1" SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ -file://stats.patch;patch=1;p=1" +file://stats.patch;p=1" PR = "r0" + +SRC_URI[md5sum] = "5598a5e500ad922e37b159dee72fc993" +SRC_URI[sha256sum] = "594e78a66044898c321e378d47faf43b665b23ba638834d2787e344ba13e5132" diff --git a/recipes/cairo/cairo_1.4.14.bb b/recipes/cairo/cairo_1.4.14.bb index b0f9fe8790..583089586d 100644 --- a/recipes/cairo/cairo_1.4.14.bb +++ b/recipes/cairo/cairo_1.4.14.bb @@ -3,7 +3,10 @@ require cairo.inc DEFAULT_PREFERENCE = "-1" SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ -file://0001-Fix-for-a-memory-leak-in-pixman.patch;patch=1;p=1" +file://0001-Fix-for-a-memory-leak-in-pixman.patch;p=1" PR = "r0" + +SRC_URI[md5sum] = "e8c442ff821c0719a69508fecba9038f" +SRC_URI[sha256sum] = "8914f9c34a77bf9d908b0c617c2d7ffebdd6d1e855cfd367d2a1b3d677f22e3c" diff --git a/recipes/cairo/cairo_1.4.8.bb b/recipes/cairo/cairo_1.4.8.bb index 845e14fc29..815ef8ae06 100644 --- a/recipes/cairo/cairo_1.4.8.bb +++ b/recipes/cairo/cairo_1.4.8.bb @@ -4,3 +4,6 @@ SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz" PR = "r0" + +SRC_URI[md5sum] = "5b9db574c9fbb94ce52047600190a1ba" +SRC_URI[sha256sum] = "a3e9b0f07910ee325406118cf3e136fc78a5155c47fdb19e66e895a3c587bc51" diff --git a/recipes/cairo/cairo_1.6.4.bb b/recipes/cairo/cairo_1.6.4.bb index 0c262b80ee..619469c30b 100644 --- a/recipes/cairo/cairo_1.6.4.bb +++ b/recipes/cairo/cairo_1.6.4.bb @@ -3,7 +3,10 @@ require cairo.inc DEFAULT_PREFERENCE = "-1" SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ - file://configure_fix.patch;patch=1 " + file://configure_fix.patch " PR = "r4" + +SRC_URI[md5sum] = "a198d509f9e3a35b78de8bb02174ebb9" +SRC_URI[sha256sum] = "7f0ce28c358706913bc39e6930a18ae89f3b9a6aa17998faa2b59d1e0e2b4f42" diff --git a/recipes/cairo/cairo_1.7.6.bb b/recipes/cairo/cairo_1.7.6.bb index b90c2631d5..e2fc21215d 100644 --- a/recipes/cairo/cairo_1.7.6.bb +++ b/recipes/cairo/cairo_1.7.6.bb @@ -3,7 +3,10 @@ require cairo.inc DEFAULT_PREFERENCE = "-1" SRC_URI = "http://cairographics.org/snapshots/cairo-${PV}.tar.gz \ -# file://configure_fix.patch;patch=1 \ +# file://configure_fix.patch \ " + +SRC_URI[md5sum] = "c612f581b18903b0751a171685fc38dd" +SRC_URI[sha256sum] = "5268faa116a48a68dd74abb245b26b20f1729d3bd56a8414e429904eb1bae124" diff --git a/recipes/cairo/cairo_1.8.0.bb b/recipes/cairo/cairo_1.8.0.bb index b2d8e655f3..a4225e8f8b 100644 --- a/recipes/cairo/cairo_1.8.0.bb +++ b/recipes/cairo/cairo_1.8.0.bb @@ -4,3 +4,6 @@ SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ " + +SRC_URI[md5sum] = "4ea70ea87b47e92d318d4e7f5b940f47" +SRC_URI[sha256sum] = "827acee89ba3e8e762fbb23165cf8d455e7d95e1e50984e6882b2070a7f3abae" diff --git a/recipes/cairo/cairo_1.8.10.bb b/recipes/cairo/cairo_1.8.10.bb index 0c43549121..884a6a7821 100644 --- a/recipes/cairo/cairo_1.8.10.bb +++ b/recipes/cairo/cairo_1.8.10.bb @@ -1,8 +1,11 @@ require cairo.inc +PR = "r3" + SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz;name=cairo \ - file://dolt-fix.patch;patch=1 \ - " + file://dolt-fix.patch \ + file://0001-Rely-less-on-DP-FPU-for-common-matrix-test-funcs.patch \ +" SRC_URI[cairo.md5sum] = "b60a82f405f9400bbfdcf850b1728d25" SRC_URI[cairo.sha256sum] = "572bada15596ec8708392db1af8b93a1af75ca47690348154e2841f3a6f08439" diff --git a/recipes/cairo/cairo_1.8.8.bb b/recipes/cairo/cairo_1.8.8.bb index 74671fb583..de12f1365d 100644 --- a/recipes/cairo/cairo_1.8.8.bb +++ b/recipes/cairo/cairo_1.8.8.bb @@ -3,7 +3,10 @@ PR = "r1" require cairo.inc SRC_URI = "http://cairographics.org/releases/cairo-${PV}.tar.gz \ - file://dolt-fix.patch;patch=1 \ + file://dolt-fix.patch \ " + +SRC_URI[md5sum] = "d3e1a1035ae563812d4dd44a74fb0dd0" +SRC_URI[sha256sum] = "3c51d3de5dc4596e01a6675acd3c86c2c99c00f02e8fad5493758a29fe451c90" diff --git a/recipes/cairo/cairomm_1.2.4.bb b/recipes/cairo/cairomm_1.2.4.bb index 7796a44016..1c47132cf3 100644 --- a/recipes/cairo/cairomm_1.2.4.bb +++ b/recipes/cairo/cairomm_1.2.4.bb @@ -7,3 +7,6 @@ PR = "r0" SRC_URI = "http://cairographics.org/releases/cairomm-${PV}.tar.gz" #EXTRA_OECONF = "--disable-docs" + +SRC_URI[md5sum] = "5d862facfbd0098c9bae618b61f7c8e6" +SRC_URI[sha256sum] = "a137ccd4a6cde6c9e9553966534702d2e7f6f44c755dfe128d9fb26ed2697fe7" diff --git a/recipes/cairo/cairomm_1.8.2.bb b/recipes/cairo/cairomm_1.8.2.bb index 814689e1bd..819aff27d1 100644 --- a/recipes/cairo/cairomm_1.8.2.bb +++ b/recipes/cairo/cairomm_1.8.2.bb @@ -5,3 +5,6 @@ DESCRIPTION = "C++ bindings for Cairo graphics library" SRC_URI = "http://cairographics.org/releases/cairomm-${PV}.tar.gz" + +SRC_URI[md5sum] = "24aa46a4f92bdb2af7cd80e6b335f07f" +SRC_URI[sha256sum] = "9bf111528227dd414926ecc51e4a7a155a1c8640b919d41950beea5e0a9563af" diff --git a/recipes/cairo/files/0001-Rely-less-on-DP-FPU-for-common-matrix-test-funcs.patch b/recipes/cairo/files/0001-Rely-less-on-DP-FPU-for-common-matrix-test-funcs.patch new file mode 100644 index 0000000000..c82b3d9373 --- /dev/null +++ b/recipes/cairo/files/0001-Rely-less-on-DP-FPU-for-common-matrix-test-funcs.patch @@ -0,0 +1,86 @@ +From 940c62bd51d498d5cdc7d8b1b8aecd750d1094ef Mon Sep 17 00:00:00 2001 +From: Jonathan Morton +Date: Wed, 2 Jun 2010 13:58:31 +0300 +Subject: [PATCH] Rely less on DP FPU for common matrix funcs. + +--- + src/cairo-matrix.c | 20 ++++++++++---------- + 1 files changed, 10 insertions(+), 10 deletions(-) + +diff --git a/src/cairo-matrix.c b/src/cairo-matrix.c +index de1c6ed..7519852 100644 +--- a/src/cairo-matrix.c ++++ b/src/cairo-matrix.c +@@ -43,6 +43,13 @@ + #define ISFINITE(x) ((x) * (x) >= 0.) /* check for NaNs */ + #endif + ++static const cairo_matrix_t ++_cairo_matrix_identity = { ++ .xx = 1, .xy = 0, ++ .yx = 0, .yy = 1, ++ .x0 = 0, .y0 = 0 ++}; ++ + static void + _cairo_matrix_scalar_multiply (cairo_matrix_t *matrix, double scalar); + +@@ -58,10 +65,8 @@ _cairo_matrix_compute_adjoint (cairo_matrix_t *matrix); + void + cairo_matrix_init_identity (cairo_matrix_t *matrix) + { +- cairo_matrix_init (matrix, +- 1, 0, +- 0, 1, +- 0, 0); ++ matrix->xx = matrix->yy = 1; ++ matrix->xy = matrix->yx = matrix->x0 = matrix->y0 = 0; + } + slim_hidden_def(cairo_matrix_init_identity); + +@@ -86,7 +91,6 @@ slim_hidden_def(cairo_matrix_init_identity); + void + cairo_matrix_init (cairo_matrix_t *matrix, + double xx, double yx, +- + double xy, double yy, + double x0, double y0) + { +@@ -650,19 +654,32 @@ _cairo_matrix_compute_basis_scale_factors (const cairo_matrix_t *matrix, + return CAIRO_STATUS_SUCCESS; + } + ++static inline cairo_bool_t ++_cairo_compare_matrix (const cairo_matrix_t *a, const cairo_matrix_t *b, const int n) ++{ ++ uint64_t *ia = (uint64_t*) a; ++ uint64_t *ib = (uint64_t*) b; ++ uint64_t x = 0; ++ int i; ++ ++ assert(sizeof(double) == sizeof(uint64_t)); ++ ++ for(i=0; i < n; i++) ++ x |= ia[i] ^ ib[i]; ++ ++ return !x; ++} ++ + cairo_bool_t + _cairo_matrix_is_identity (const cairo_matrix_t *matrix) + { +- return (matrix->xx == 1.0 && matrix->yx == 0.0 && +- matrix->xy == 0.0 && matrix->yy == 1.0 && +- matrix->x0 == 0.0 && matrix->y0 == 0.0); ++ return _cairo_compare_matrix(matrix, &_cairo_matrix_identity, 6); + } + + cairo_bool_t + _cairo_matrix_is_translation (const cairo_matrix_t *matrix) + { +- return (matrix->xx == 1.0 && matrix->yx == 0.0 && +- matrix->xy == 0.0 && matrix->yy == 1.0); ++ return _cairo_compare_matrix(matrix, &_cairo_matrix_identity, 4); + } + + cairo_bool_t diff --git a/recipes/cairo/libsvg-cairo_0.1.5.bb b/recipes/cairo/libsvg-cairo_0.1.5.bb index add660752a..fcd2ba0e96 100644 --- a/recipes/cairo/libsvg-cairo_0.1.5.bb +++ b/recipes/cairo/libsvg-cairo_0.1.5.bb @@ -11,3 +11,6 @@ inherit autotools pkgconfig do_stage () { autotools_stage_all } + +SRC_URI[md5sum] = "422fe94b86ca92fc8f3a9d7c1e14de0a" +SRC_URI[sha256sum] = "091f50b57dcd5e755be71ca8932892abccbbf8ae59c7131d5f06108033fec921" diff --git a/recipes/cairo/libsvg-cairo_0.1.6.bb b/recipes/cairo/libsvg-cairo_0.1.6.bb index add660752a..cc0efa75ed 100644 --- a/recipes/cairo/libsvg-cairo_0.1.6.bb +++ b/recipes/cairo/libsvg-cairo_0.1.6.bb @@ -11,3 +11,6 @@ inherit autotools pkgconfig do_stage () { autotools_stage_all } + +SRC_URI[md5sum] = "d79da7b3a60ad8c8e4b902c9b3563047" +SRC_URI[sha256sum] = "a380be6a78ec2938100ce904363815a94068fca372c666b8cc82aa8711a0215c" diff --git a/recipes/cairo/libsvg-cairo_20050601.bb b/recipes/cairo/libsvg-cairo_20050601.bb index 9cc7c5b46c..330b92114f 100644 --- a/recipes/cairo/libsvg-cairo_20050601.bb +++ b/recipes/cairo/libsvg-cairo_20050601.bb @@ -8,7 +8,7 @@ DEPENDS = "libsvg cairo" DESCRIPTION = "SVG rendering library" DEFAULT_PREFERENCE = "1" SRC_URI = "cvs://anoncvs:anoncvs@cvs.cairographics.org/cvs/cairo;module=libsvg-cairo;date=${FIXEDSRCDATE} \ - file://libsvg-cairo-libtool.diff;patch=1" + file://libsvg-cairo-libtool.diff" S = "${WORKDIR}/libsvg-cairo" inherit autotools pkgconfig diff --git a/recipes/cairo/libsvg_0.1.4.bb b/recipes/cairo/libsvg_0.1.4.bb index 2c5578aea6..ecc4b4bffe 100644 --- a/recipes/cairo/libsvg_0.1.4.bb +++ b/recipes/cairo/libsvg_0.1.4.bb @@ -6,8 +6,8 @@ DESCRIPTION = "SVG parser library" PR = "r1" SRC_URI = "http://cairographics.org/snapshots/libsvg-${PV}.tar.gz \ - file://configure_fix.patch;patch=1 \ - file://gcc4_and_expat.patch;patch=1" + file://configure_fix.patch \ + file://gcc4_and_expat.patch" EXTRA_OECONF = "--with-expat" @@ -16,3 +16,6 @@ inherit autotools pkgconfig do_stage () { autotools_stage_all } + +SRC_URI[md5sum] = "ce0715e3013f78506795fba16e8455d3" +SRC_URI[sha256sum] = "4c3bf9292e676a72b12338691be64d0f38cd7f2ea5e8b67fbbf45f1ed404bc8f" diff --git a/recipes/cairo/xsvg_cvs.bb b/recipes/cairo/xsvg_cvs.bb index 210898f576..9902c138e9 100644 --- a/recipes/cairo/xsvg_cvs.bb +++ b/recipes/cairo/xsvg_cvs.bb @@ -1,3 +1,4 @@ +SRCDATE = "20060814" PV = "0.0+cvs${SRCDATE}" LICENSE = "MIT-X" SECTION = "libs" diff --git a/recipes/coreutils/coreutils-6.0.inc b/recipes/coreutils/coreutils-6.0.inc index 0dd2512021..41f26cff72 100644 --- a/recipes/coreutils/coreutils-6.0.inc +++ b/recipes/coreutils/coreutils-6.0.inc @@ -2,6 +2,6 @@ require coreutils.inc SRC_URI = "\ ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \ - file://futimens.patch;patch=1 \ - file://coreutils-install-use-STRIP.patch;patch=1 \ + file://futimens.patch \ + file://coreutils-install-use-STRIP.patch \ " diff --git a/recipes/coreutils/coreutils-7.2.inc b/recipes/coreutils/coreutils-7.2.inc index 7ab42213c9..d91a181429 100644 --- a/recipes/coreutils/coreutils-7.2.inc +++ b/recipes/coreutils/coreutils-7.2.inc @@ -1,4 +1,4 @@ require coreutils.inc SRC_URI = "ftp://ftp.gnu.org/gnu/coreutils/coreutils-${PV}.tar.gz \ - file://coreutils-7.2-fix-sort-segfault.patch;patch=1" + file://coreutils-7.2-fix-sort-segfault.patch" diff --git a/recipes/coreutils/coreutils-8.5.inc b/recipes/coreutils/coreutils-8.5.inc new file mode 100644 index 0000000000..da577453ad --- /dev/null +++ b/recipes/coreutils/coreutils-8.5.inc @@ -0,0 +1,7 @@ +require coreutils.inc + +SRC_URI = "ftp://ftp.gnu.org/gnu/coreutils/coreutils-${PV}.tar.gz \ + " +SRC_URI[md5sum] = "c1ffe586d001e87d66cd80c4536ee823" +SRC_URI[sha256sum] = "dd243e2ac7d0ed203b170ecfb8299643779e7501fec2b45ae1cea8a450fa8ca0" + diff --git a/recipes/coreutils/coreutils-8.5/onceonly.m4 b/recipes/coreutils/coreutils-8.5/onceonly.m4 new file mode 100644 index 0000000000..f6fec37cbf --- /dev/null +++ b/recipes/coreutils/coreutils-8.5/onceonly.m4 @@ -0,0 +1,63 @@ +# onceonly.m4 serial 3 +dnl Copyright (C) 2002, 2003 Free Software Foundation, Inc. +dnl This file is free software, distributed under the terms of the GNU +dnl General Public License. As a special exception to the GNU General +dnl Public License, this file may be distributed as part of a program +dnl that contains a configuration script generated by Autoconf, under +dnl the same distribution terms as the rest of that program. + +dnl This file defines some "once only" variants of standard autoconf macros. +dnl AC_CHECK_HEADERS_ONCE like AC_CHECK_HEADERS +dnl AC_CHECK_FUNCS_ONCE like AC_CHECK_FUNCS +dnl AC_CHECK_DECLS_ONCE like AC_CHECK_DECLS +dnl AC_REQUIRE([AC_HEADER_STDC]) like AC_HEADER_STDC +dnl The advantage is that the check for each of the headers/functions/decls +dnl will be put only once into the 'configure' file. It keeps the size of +dnl the 'configure' file down, and avoids redundant output when 'configure' +dnl is run. +dnl The drawback is that the checks cannot be conditionalized. If you write +dnl if some_condition; then gl_CHECK_HEADERS(stdlib.h); fi +dnl inside an AC_DEFUNed function, the gl_CHECK_HEADERS macro call expands to +dnl empty, and the check will be inserted before the body of the AC_DEFUNed +dnl function. + +dnl Autoconf version 2.57 or newer is recommended. +AC_PREREQ(2.54) + +# AC_CHECK_HEADERS_ONCE(HEADER1 HEADER2 ...) is a once-only variant of +# AC_CHECK_HEADERS(HEADER1 HEADER2 ...). +AC_DEFUN([AC_CHECK_HEADERS_ONCE], [ + : + AC_FOREACH([gl_HEADER_NAME], [$1], [ + AC_DEFUN([gl_CHECK_HEADER_]m4_quote(translit(defn([gl_HEADER_NAME]), + [-./], [___])), [ + AC_CHECK_HEADERS(gl_HEADER_NAME) + ]) + AC_REQUIRE([gl_CHECK_HEADER_]m4_quote(translit(gl_HEADER_NAME, + [-./], [___]))) + ]) +]) + +# AC_CHECK_FUNCS_ONCE(FUNC1 FUNC2 ...) is a once-only variant of +# AC_CHECK_FUNCS(FUNC1 FUNC2 ...). +AC_DEFUN([AC_CHECK_FUNCS_ONCE], [ + : + AC_FOREACH([gl_FUNC_NAME], [$1], [ + AC_DEFUN([gl_CHECK_FUNC_]defn([gl_FUNC_NAME]), [ + AC_CHECK_FUNCS(defn([gl_FUNC_NAME])) + ]) + AC_REQUIRE([gl_CHECK_FUNC_]defn([gl_FUNC_NAME])) + ]) +]) + +# AC_CHECK_DECLS_ONCE(DECL1 DECL2 ...) is a once-only variant of +# AC_CHECK_DECLS(DECL1, DECL2, ...). +AC_DEFUN([AC_CHECK_DECLS_ONCE], [ + : + AC_FOREACH([gl_DECL_NAME], [$1], [ + AC_DEFUN([gl_CHECK_DECL_]defn([gl_DECL_NAME]), [ + AC_CHECK_DECLS(defn([gl_DECL_NAME])) + ]) + AC_REQUIRE([gl_CHECK_DECL_]defn([gl_DECL_NAME])) + ]) +]) diff --git a/recipes/coreutils/coreutils-native_6.0.bb b/recipes/coreutils/coreutils-native_6.0.bb index 800aacc568..3118c67f92 100644 --- a/recipes/coreutils/coreutils-native_6.0.bb +++ b/recipes/coreutils/coreutils-native_6.0.bb @@ -2,3 +2,6 @@ require coreutils-${PV}.inc require coreutils-native.inc PR = "r4" + +SRC_URI[md5sum] = "c15219721e6590fa13bf50af49e712c2" +SRC_URI[sha256sum] = "efa27532ec6dc12a21f703ad4a0f612e613e9cc2575147685db81cc701952ac9" diff --git a/recipes/coreutils/coreutils-native_7.1.bb b/recipes/coreutils/coreutils-native_7.1.bb index 6370c04ef7..7612ec6a73 100644 --- a/recipes/coreutils/coreutils-native_7.1.bb +++ b/recipes/coreutils/coreutils-native_7.1.bb @@ -2,3 +2,6 @@ require coreutils-${PV}.inc require coreutils-native.inc PR = "r1" + +SRC_URI[md5sum] = "cbb2b3d1718ee1237b808e00b5c11b1e" +SRC_URI[sha256sum] = "813cb19fa19a885f342664109c7c5810f0081b624ff317bba8d1b6ccd83c2a05" diff --git a/recipes/coreutils/coreutils-native_7.2.bb b/recipes/coreutils/coreutils-native_7.2.bb index 6370c04ef7..ba5081a20b 100644 --- a/recipes/coreutils/coreutils-native_7.2.bb +++ b/recipes/coreutils/coreutils-native_7.2.bb @@ -2,3 +2,6 @@ require coreutils-${PV}.inc require coreutils-native.inc PR = "r1" + +SRC_URI[md5sum] = "427c2914d3eab956f317c9ec6a45e62a" +SRC_URI[sha256sum] = "dd77bfec92e5a3ad48abd8a5bda3f8d40149c4e24744e4173abc3cc6a731fdb2" diff --git a/recipes/coreutils/coreutils-native_8.5.bb b/recipes/coreutils/coreutils-native_8.5.bb new file mode 100644 index 0000000000..fbf416eab2 --- /dev/null +++ b/recipes/coreutils/coreutils-native_8.5.bb @@ -0,0 +1,4 @@ +require coreutils-${PV}.inc +require coreutils-native.inc + +PR = "r0" diff --git a/recipes/coreutils/coreutils.inc b/recipes/coreutils/coreutils.inc index 38dbd1d4f2..9242c5196a 100644 --- a/recipes/coreutils/coreutils.inc +++ b/recipes/coreutils/coreutils.inc @@ -2,7 +2,7 @@ DESCRIPTION = "A collection of core GNU utilities." HOMEPAGE = "http://www.gnu.org/software/coreutils" LICENSE = "GPL" SECTION = "base" -RREPLACES = "textutils shellutils fileutils" -RPROVIDES = "textutils shellutils fileutils" +RREPLACES_${PN} = "textutils shellutils fileutils" +RPROVIDES_${PN} = "textutils shellutils fileutils" inherit autotools diff --git a/recipes/coreutils/coreutils_6.0.bb b/recipes/coreutils/coreutils_6.0.bb index 009dad34cf..32f0f1f702 100644 --- a/recipes/coreutils/coreutils_6.0.bb +++ b/recipes/coreutils/coreutils_6.0.bb @@ -4,6 +4,9 @@ require coreutils-target.inc PR = "r3" SRC_URI += "\ - file://man.patch;patch=1 \ - file://oe-old-tools.patch;patch=1 \ + file://man.patch \ + file://oe-old-tools.patch \ " + +SRC_URI[md5sum] = "c15219721e6590fa13bf50af49e712c2" +SRC_URI[sha256sum] = "efa27532ec6dc12a21f703ad4a0f612e613e9cc2575147685db81cc701952ac9" diff --git a/recipes/coreutils/coreutils_7.1.bb b/recipes/coreutils/coreutils_7.1.bb index 18ee4e36e1..539340f910 100644 --- a/recipes/coreutils/coreutils_7.1.bb +++ b/recipes/coreutils/coreutils_7.1.bb @@ -3,5 +3,8 @@ require coreutils-target.inc PR = "r0.1" -SRC_URI += "file://automake-version.patch;patch=1 \ - file://man.patch;patch=1" +SRC_URI += "file://automake-version.patch \ + file://man.patch" + +SRC_URI[md5sum] = "cbb2b3d1718ee1237b808e00b5c11b1e" +SRC_URI[sha256sum] = "813cb19fa19a885f342664109c7c5810f0081b624ff317bba8d1b6ccd83c2a05" diff --git a/recipes/coreutils/coreutils_7.2.bb b/recipes/coreutils/coreutils_7.2.bb index 46333be148..709bd4a67b 100644 --- a/recipes/coreutils/coreutils_7.2.bb +++ b/recipes/coreutils/coreutils_7.2.bb @@ -3,5 +3,8 @@ require coreutils-target.inc PR = "r0" -SRC_URI += "file://automake-version.patch;patch=1 \ - file://man.patch;patch=1" +SRC_URI += "file://automake-version.patch \ + file://man.patch" + +SRC_URI[md5sum] = "427c2914d3eab956f317c9ec6a45e62a" +SRC_URI[sha256sum] = "dd77bfec92e5a3ad48abd8a5bda3f8d40149c4e24744e4173abc3cc6a731fdb2" diff --git a/recipes/coreutils/coreutils_8.5.bb b/recipes/coreutils/coreutils_8.5.bb new file mode 100644 index 0000000000..b4025c2bd7 --- /dev/null +++ b/recipes/coreutils/coreutils_8.5.bb @@ -0,0 +1,4 @@ +require coreutils-${PV}.inc +require coreutils-target.inc + +PR = "r0" diff --git a/recipes/curl/curl-common.inc b/recipes/curl/curl-common.inc index 67614c8c28..0209e8dbf6 100644 --- a/recipes/curl/curl-common.inc +++ b/recipes/curl/curl-common.inc @@ -3,7 +3,7 @@ LICENSE = "MIT" SECTION = "console/network" SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2;name=tarball \ - file://pkgconfig_fix.patch;patch=1" + file://pkgconfig_fix.patch" S = "${WORKDIR}/curl-${PV}" INC_PR = "r3" diff --git a/recipes/curl/curl-native_7.18.2.bb b/recipes/curl/curl-native_7.18.2.bb index e2e3a48505..28072deb3a 100644 --- a/recipes/curl/curl-native_7.18.2.bb +++ b/recipes/curl/curl-native_7.18.2.bb @@ -1,6 +1,9 @@ require curl-common.inc inherit native DEPENDS = "zlib-native" -SRC_URI += "file://curl-7.18.1-CVE-2009-2417.patch;patch=1;pnum=0" +SRC_URI += "file://curl-7.18.1-CVE-2009-2417.patch;striplevel=0" PR = "${INC_PR}.2" + +SRC_URI[tarball.md5sum] = "c389be5b0525276e58865956b7465562" +SRC_URI[tarball.sha256sum] = "b1f47a0177a5b13d317ab1f6570510502739909ede550e7da08ba814c3c73ae8" diff --git a/recipes/curl/curl-native_7.19.6.bb b/recipes/curl/curl-native_7.19.6.bb index 392476b745..3ae50b6727 100644 --- a/recipes/curl/curl-native_7.19.6.bb +++ b/recipes/curl/curl-native_7.19.6.bb @@ -4,3 +4,6 @@ DEPENDS = "zlib-native" PR = "${INC_PR}.2" CURL_FEATURES = "zlib,cookies,crypto-auth,dict,file,ftp,http,telnet,tftp" + +SRC_URI[tarball.md5sum] = "8402c1f654c51ad7287aad57c3aa79be" +SRC_URI[tarball.sha256sum] = "ea88f48c8415f7d3af482e4d241277b2bdbfaffaf285e8001c88c1376cbc1021" diff --git a/recipes/curl/curl_7.18.2.bb b/recipes/curl/curl_7.18.2.bb index 21eaedc508..d1985d5388 100644 --- a/recipes/curl/curl_7.18.2.bb +++ b/recipes/curl/curl_7.18.2.bb @@ -1,6 +1,9 @@ require curl-common.inc require curl-target.inc -SRC_URI += "file://curl-7.18.1-CVE-2009-2417.patch;patch=1;pnum=0" +SRC_URI += "file://curl-7.18.1-CVE-2009-2417.patch;striplevel=0" PR = "${INC_PR}.2" + +SRC_URI[tarball.md5sum] = "c389be5b0525276e58865956b7465562" +SRC_URI[tarball.sha256sum] = "b1f47a0177a5b13d317ab1f6570510502739909ede550e7da08ba814c3c73ae8" diff --git a/recipes/curl/curl_7.19.5.bb b/recipes/curl/curl_7.19.5.bb index e4476107af..2a720225a3 100644 --- a/recipes/curl/curl_7.19.5.bb +++ b/recipes/curl/curl_7.19.5.bb @@ -1,8 +1,11 @@ require curl-common.inc require curl-target.inc -SRC_URI += "file://off_t_abi_fix.patch;patch=1;pnum=0 \ - file://curl-add_all_algorithms.patch;patch=1 \ - file://curl-7.19.5-CVE-2009-2417.patch;patch=1;pnum=0" +SRC_URI += "file://off_t_abi_fix.patch;striplevel=0 \ + file://curl-add_all_algorithms.patch \ + file://curl-7.19.5-CVE-2009-2417.patch;striplevel=0" PR = "${INC_PR}.2" + +SRC_URI[tarball.md5sum] = "426d161661dce70c8ea9ad8f553363a3" +SRC_URI[tarball.sha256sum] = "05ad84a9c8d340917370f357ad9fdce5ea595deb11f4cb70f946fa48c7b02cd0" diff --git a/recipes/curl/curl_7.19.6.bb b/recipes/curl/curl_7.19.6.bb index e8319b80ed..2a113c0992 100644 --- a/recipes/curl/curl_7.19.6.bb +++ b/recipes/curl/curl_7.19.6.bb @@ -1,5 +1,8 @@ require curl-common.inc require curl-target.inc -SRC_URI += "file://off_t_abi_fix.patch;patch=1;pnum=0" +SRC_URI += "file://off_t_abi_fix.patch;striplevel=0" PR = "${INC_PR}.1" + +SRC_URI[tarball.md5sum] = "8402c1f654c51ad7287aad57c3aa79be" +SRC_URI[tarball.sha256sum] = "ea88f48c8415f7d3af482e4d241277b2bdbfaffaf285e8001c88c1376cbc1021" diff --git a/recipes/curl/curl_7.19.7.bb b/recipes/curl/curl_7.19.7.bb index 87e7ef9c28..500294f25f 100644 --- a/recipes/curl/curl_7.19.7.bb +++ b/recipes/curl/curl_7.19.7.bb @@ -1,7 +1,7 @@ require curl-common.inc require curl-target.inc -SRC_URI += "file://off_t_abi_fix.patch;patch=1;pnum=0" +SRC_URI += "file://off_t_abi_fix.patch;striplevel=0" PR = "${INC_PR}" SRC_URI[tarball.md5sum] = "79a8fbb2eed5464b97bdf94bee109380" diff --git a/recipes/curl/curl_7.20.0.bb b/recipes/curl/curl_7.20.0.bb index 48248b2b77..a7864db6ad 100644 --- a/recipes/curl/curl_7.20.0.bb +++ b/recipes/curl/curl_7.20.0.bb @@ -4,7 +4,7 @@ require curl-target.inc PR = "${INC_PR}" SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2;name=tarball \ - file://off_t_abi_fix.patch;patch=1;pnum=0" + file://off_t_abi_fix.patch;striplevel=0" SRC_URI[tarball.md5sum] = "3dda78c4a808d9a779dc3a2ae81b47d8" SRC_URI[tarball.sha256sum] = "eb516915da615d8f6b2b855004d5d4b19c468f080e3736d7a73c5599b9acab11" diff --git a/recipes/enchant/enchant_1.1.3.bb b/recipes/enchant/enchant_1.1.3.bb index 7618c5d3ee..ab544f1fdc 100644 --- a/recipes/enchant/enchant_1.1.3.bb +++ b/recipes/enchant/enchant_1.1.3.bb @@ -3,11 +3,11 @@ PRIORITY = "optional" SECTION = "libs" DEPENDS = "aspell" -RDEPENDS = "aspell" +RDEPENDS_${PN} = "aspell" inherit autotools pkgconfig -PR = "r0" +PR = "r1" S = "${WORKDIR}/enchant-${PV}" @@ -21,3 +21,6 @@ do_stage() { datadir=${STAGING_DATADIR} \ mandir=${STAGING_DIR_HOST}${layout_mandir} } + +SRC_URI[md5sum] = "c95186755fe46b27a78d9a85fef2175c" +SRC_URI[sha256sum] = "6a8bce57437c514f2578e7ff09f8a48ff3b20e7ed746c3113372d2c75d382c83" diff --git a/recipes/enchant/enchant_1.2.5.bb b/recipes/enchant/enchant_1.2.5.bb index be9082d2af..2c3be164f7 100644 --- a/recipes/enchant/enchant_1.2.5.bb +++ b/recipes/enchant/enchant_1.2.5.bb @@ -3,16 +3,16 @@ PRIORITY = "optional" SECTION = "libs" LICENSE = "LGPL" DEPENDS = "aspell" -RDEPENDS = "aspell" +RDEPENDS_${PN} = "aspell" inherit autotools pkgconfig -PR = "r1" +PR = "r2" S = "${WORKDIR}/enchant-${PV}" SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz \ - file://configure.patch;patch=1" + file://configure.patch" EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${layout_prefix} --enable-aspell --disable-binreloc" @@ -26,3 +26,6 @@ do_stage() { datadir=${STAGING_DATADIR} \ mandir=${STAGING_DIR_HOST}${layout_mandir} } + +SRC_URI[md5sum] = "e64ec808ed2cb687c242ebb835faeb61" +SRC_URI[sha256sum] = "15348bf21125536b3bce1e477e50310e4b192c43c35476e949f41280bc7123d8" diff --git a/recipes/enchant/enchant_1.3.0.bb b/recipes/enchant/enchant_1.3.0.bb index 85e6297464..813451732e 100644 --- a/recipes/enchant/enchant_1.3.0.bb +++ b/recipes/enchant/enchant_1.3.0.bb @@ -2,12 +2,12 @@ DESCRIPTION = "Enchant Spell checker API Library" PRIORITY = "optional" SECTION = "libs" LICENSE = "LGPL" -DEPENDS = "aspell" -RDEPENDS = "aspell" +DEPENDS = "aspell glib-2.0" +RDEPENDS_${PN} = "aspell" inherit autotools pkgconfig -PR = "r1" +PR = "r2" S = "${WORKDIR}/enchant-${PV}" @@ -23,3 +23,6 @@ export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "f7edafae875616b83e7a17a7e5c2d585" +SRC_URI[sha256sum] = "e65015aa0e6ada88a001b07b092265f4cbaf377d99b4233972995cdb94e698ef" diff --git a/recipes/flex/flex.inc b/recipes/flex/flex.inc index 37e34fe462..49b26e8b61 100644 --- a/recipes/flex/flex.inc +++ b/recipes/flex/flex.inc @@ -2,9 +2,13 @@ DESCRIPTION = "Flex is a tool for generating programs that recognize lexical pat SECTION = "devel" LICENSE = "BSD" +DEPENDS = "gettext" + +INC_PR = "r5" + S = "${WORKDIR}/flex-${PV}" -inherit autotools +inherit autotools gettext # >> flex-2.5.31-r4: /usr/lib/libfl.a # That one is a special case: it wants to stay in the main flex package, diff --git a/recipes/flex/flex_2.5.31.bb b/recipes/flex/flex_2.5.31.bb index ae9e6f986b..87a0b8d801 100644 --- a/recipes/flex/flex_2.5.31.bb +++ b/recipes/flex/flex_2.5.31.bb @@ -1,12 +1,13 @@ require flex.inc -PR = "r5" +PR = "${INC_PR}.0" SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2 \ - file://flex-lvalue.diff;patch=1 \ - file://fix-gen.patch;patch=1 \ - file://include.patch;patch=1" + file://flex-lvalue.diff \ + file://fix-gen.patch \ + file://include.patch" -do_stage() { - oe_libinstall -a libfl ${STAGING_LIBDIR} -} +BBCLASSEXTEND = "native" + +SRC_URI[md5sum] = "363dcc4afc917dc51306eb9d3de0152f" +SRC_URI[sha256sum] = "701353279a17655d78e3b3678ad78d0375f5bf45877ad8b3507d589c42427f26" diff --git a/recipes/flex/flex_2.5.35.bb b/recipes/flex/flex_2.5.35.bb index 4099f20658..82e2417758 100644 --- a/recipes/flex/flex_2.5.35.bb +++ b/recipes/flex/flex_2.5.35.bb @@ -1,5 +1,7 @@ require flex.inc +PR = "${INC_PR}.0" + SRC_URI = "${SOURCEFORGE_MIRROR}/flex/flex-${PV}.tar.bz2;name=flex \ " @@ -8,3 +10,9 @@ SRC_URI[flex.sha256sum] = "0becbd4b2b36b99c67f8c22ab98f7f80c9860aec70f0350a0018f NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" + +do_install_append () { + ln -sf flex ${D}${bindir}/lex + ln -sf flex ${D}${bindir}/lex++ +} + diff --git a/recipes/gnome/gnome-keyring_0.2.1.bb b/recipes/gnome/gnome-keyring_0.2.1.bb index 707d3df311..d654b7a1fd 100644 --- a/recipes/gnome/gnome-keyring_0.2.1.bb +++ b/recipes/gnome/gnome-keyring_0.2.1.bb @@ -8,14 +8,5 @@ DEPENDS = "" EXTRA_OECONF = "--disable-gtk-doc" -HEADERS = " \ -gnome-keyring.h \ -" - -do_stage() { - install -d ${STAGING_INCDIR}/gnome-keyring-1 - for i in ${HEADERS}; do - install -m 0644 $i ${STAGING_INCDIR}/gnome-keyring-1/$i - done - oe_libinstall -so libgnome-keyring ${STAGING_LIBDIR} -} +SRC_URI[md5sum] = "2fe5fb39cc18d1a6792fd3281223dfff" +SRC_URI[sha256sum] = "1c6d5a1732742469ec32ab7297f3b8eacfc0f4bfae5fdb096b603877dde12612" diff --git a/recipes/gnome/gnome-keyring_0.4.4.bb b/recipes/gnome/gnome-keyring_0.4.4.bb index d0efaaf608..1b7c74a0cc 100644 --- a/recipes/gnome/gnome-keyring_0.4.4.bb +++ b/recipes/gnome/gnome-keyring_0.4.4.bb @@ -8,14 +8,5 @@ DEPENDS = "gtk+" EXTRA_OECONF = "--disable-gtk-doc" -HEADERS = " \ -gnome-keyring.h \ -" - -do_stage() { - install -d ${STAGING_INCDIR}/gnome-keyring-1 - for i in ${HEADERS}; do - install -m 0644 $i ${STAGING_INCDIR}/gnome-keyring-1/$i - done - oe_libinstall -so libgnome-keyring ${STAGING_LIBDIR} -} +SRC_URI[md5sum] = "dc17fa8b04172d3b1993caa6959a7648" +SRC_URI[sha256sum] = "f6799acf59bc91054c4832e7956cb3126effdf911f746139478dcfa8ec727653" diff --git a/recipes/gnome/gnome-keyring_0.6.0.bb b/recipes/gnome/gnome-keyring_0.6.0.bb index dd6235263d..9c40803c65 100644 --- a/recipes/gnome/gnome-keyring_0.6.0.bb +++ b/recipes/gnome/gnome-keyring_0.6.0.bb @@ -7,7 +7,5 @@ DEPENDS = "gtk+" EXTRA_OECONF = "--disable-gtk-doc" - -do_stage() { - autotools_stage_all -} +SRC_URI[archive.md5sum] = "1e3a3a12b19fc5ebe95363658c2256d8" +SRC_URI[archive.sha256sum] = "649f2a0d5298b896781d0ac563b8ea1be7f3fe07fd17ea43b0ec0562be47769f" diff --git a/recipes/gnome/gnome-keyring_0.8.1.bb b/recipes/gnome/gnome-keyring_0.8.1.bb index 6489cbee21..fd32af3951 100644 --- a/recipes/gnome/gnome-keyring_0.8.1.bb +++ b/recipes/gnome/gnome-keyring_0.8.1.bb @@ -7,6 +7,5 @@ DEPENDS = "gtk+" EXTRA_OECONF = "--disable-gtk-doc" -do_stage() { - autotools_stage_all -} +SRC_URI[archive.md5sum] = "24b15dedcf40c1c60d0fb989370d80ff" +SRC_URI[archive.sha256sum] = "ad28558e2c0e5496cdfec3f8badf84d64af3aebc3fc9f5632066591e20ce3943" diff --git a/recipes/gnome/gnome-keyring_2.20.0.bb b/recipes/gnome/gnome-keyring_2.20.0.bb index 2f72c5dfb1..5e3af8d3ad 100644 --- a/recipes/gnome/gnome-keyring_2.20.0.bb +++ b/recipes/gnome/gnome-keyring_2.20.0.bb @@ -1,7 +1,7 @@ LICENSE = "GPL" SECTION = "x11/gnome" -PR = "r2" +PR = "r3" inherit autotools gnome pkgconfig @@ -18,6 +18,5 @@ do_install_append () { FILES_${PN} += "${datadir}/dbus-1/services" -do_stage() { - autotools_stage_all -} +SRC_URI[archive.md5sum] = "effc946bf3fa05d70b1251801383efd2" +SRC_URI[archive.sha256sum] = "6fadcd85a16672381857de0e1cf2b6fe16ec3393931f92427deb13153eeabe1c" diff --git a/recipes/gnome/gnome-keyring_2.24.1.bb b/recipes/gnome/gnome-keyring_2.24.1.bb index 9d2b5234a5..bab91780cc 100644 --- a/recipes/gnome/gnome-keyring_2.24.1.bb +++ b/recipes/gnome/gnome-keyring_2.24.1.bb @@ -3,7 +3,7 @@ SECTION = "x11/gnome" inherit autotools gnome pkgconfig -PR = "r1" +PR = "r2" DEPENDS = "gtk+ libtasn1 libgcrypt gconf" @@ -22,6 +22,5 @@ do_install_append () { FILES_${PN} += "${datadir}/dbus-1/services" -do_stage() { - autotools_stage_all -} +SRC_URI[archive.md5sum] = "aa5552dc129f3509ee39145b7f0bf977" +SRC_URI[archive.sha256sum] = "3c9eb7f45dd0026340635b9e1ee18c36a47541610aa5a7ef604ca645aa4763f9" diff --git a/recipes/gnome/gnome-keyring_2.26.0.bb b/recipes/gnome/gnome-keyring_2.26.0.bb index b954d1af76..d1ca1e7384 100644 --- a/recipes/gnome/gnome-keyring_2.26.0.bb +++ b/recipes/gnome/gnome-keyring_2.26.0.bb @@ -23,6 +23,5 @@ PACKAGES =+ "gnome-keyring-pam-plugin" FILES_gnome-keyring-pam-plugin = "${libdir}/security/*.so" FILES_${PN}-dbg += "${libdir}/gnome-keyring/*/.debug ${libdir}/security/.debug" -do_stage() { - autotools_stage_all -} +SRC_URI[archive.md5sum] = "0395fcf79b990465030a2795dcddacb9" +SRC_URI[archive.sha256sum] = "7acda11db2eb07b2f68a1a506203fe95141954acb10c394850418fd04ed80a07" diff --git a/recipes/gnome/gnome-keyring_2.28.2.bb b/recipes/gnome/gnome-keyring_2.28.2.bb index 3a1e12dfe5..dceb070835 100644 --- a/recipes/gnome/gnome-keyring_2.28.2.bb +++ b/recipes/gnome/gnome-keyring_2.28.2.bb @@ -8,7 +8,7 @@ inherit gnome pkgconfig EXTRA_OECONF = "--disable-gtk-doc --enable-pam --with-pam-dir=${libdir}/security" -SRC_URI += "file://tasn.m4 file://org.gnome.keyring.service file://libtool.workarround.patch;patch=1" +SRC_URI += "file://tasn.m4 file://org.gnome.keyring.service file://libtool.workarround.patch" do_configure_prepend() { cp ${WORKDIR}/tasn.m4 acinclude.m4 @@ -24,3 +24,6 @@ PACKAGES =+ "gnome-keyring-pam-plugin" FILES_gnome-keyring-pam-plugin = "${libdir}/security/*.so" FILES_${PN}-dbg += "${libdir}/gnome-keyring/*/.debug ${libdir}/security/.debug" + +SRC_URI[archive.md5sum] = "97ea6823e88b39284187764c1ca95a59" +SRC_URI[archive.sha256sum] = "d2d686fb2528ee045bbcd9f18d0d452e0eb88c2265a1947f639152b61a5987f6" diff --git a/recipes/gnu-config/files/avr32.patch b/recipes/gnu-config/files/avr32.patch new file mode 100644 index 0000000000..43efcd8a2e --- /dev/null +++ b/recipes/gnu-config/files/avr32.patch @@ -0,0 +1,20 @@ +--- /tmp/config.sub 2007-06-01 15:29:41.000000000 +0200 ++++ config/config.sub 2007-06-01 15:58:50.005251000 +0200 +@@ -231,7 +231,7 @@ + | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ + | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ + | am33_2.0 \ +- | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ ++ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | bfin \ + | c4x | clipper \ + | d10v | d30v | dlx | dsp16xx \ +@@ -305,7 +305,7 @@ + | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ + | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ + | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ +- | avr-* \ ++ | avr-* | avr32-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ diff --git a/recipes/gnu-config/files/config-guess-uclibc.patch b/recipes/gnu-config/files/config-guess-uclibc.patch new file mode 100644 index 0000000000..b322157e9b --- /dev/null +++ b/recipes/gnu-config/files/config-guess-uclibc.patch @@ -0,0 +1,155 @@ +Patch courtesy gentoo-portage/sys-devel/gnuconfig/files/automake-1.8.5-config-guess-uclibc.patch. + +updated to 20050516 by Marcin 'Hrw' Juszkiewicz (by hand) + +Index: config/config.guess +=================================================================== +--- config.guess.original 2005-05-16 13:43:19 +0200 ++++ config.guess 2005-05-16 13:45:26 +0200 +@@ -138,6 +138,19 @@ + UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown + UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + ++# Detect uclibc systems. ++ ++LIBC="gnu" ++if [ -f /usr/include/bits/uClibc_config.h ] ++then ++ LIBC=uclibc ++ if [ -n `grep "#define __UCLIBC_CONFIG_VERSION__" /usr/include/bits/uClibc_config.h` ] ++ then ++ UCLIBC_SUBVER=`sed -n "/#define __UCLIBC_CONFIG_VERSION__ /s///p" /usr/include/bits/uClibc_config.h` ++ LIBC=$LIBC$UCLIBC_SUBVER ++ fi ++fi ++ + # Note: order is significant - the case branches are not exclusive. + + case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in +@@ -847,7 +860,7 @@ + echo ${UNAME_MACHINE}-pc-minix + exit ;; + arm*:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu +@@ -856,16 +869,16 @@ + echo crisv32-axis-linux-gnu + exit ;; + frv:Linux:*:*) +- echo frv-unknown-linux-gnu ++ echo frv-unknown-linux-${LIBC} + exit ;; + ia64:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + m32r*:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + m68*:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + mips:Linux:*:*) + eval $set_cc_for_build +@@ -884,7 +897,7 @@ + #endif + EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` +- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ++ test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + ;; + mips64:Linux:*:*) + eval $set_cc_for_build +@@ -903,13 +916,13 @@ + #endif + EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` +- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ++ test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + ;; + ppc:Linux:*:*) +- echo powerpc-unknown-linux-gnu ++ echo powerpc-unknown-linux-${LIBC} + exit ;; + ppc64:Linux:*:*) +- echo powerpc64-unknown-linux-gnu ++ echo powerpc64-unknown-linux-${LIBC} + exit ;; + alpha:Linux:*:*) + case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in +@@ -922,34 +935,34 @@ + EV68*) UNAME_MACHINE=alphaev68 ;; + esac + objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null +- if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi +- echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC} ++ if test "$?" = 0 ; then LIBC="gnulibc1" ; fi ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in +- PA7*) echo hppa1.1-unknown-linux-gnu ;; +- PA8*) echo hppa2.0-unknown-linux-gnu ;; +- *) echo hppa-unknown-linux-gnu ;; ++ PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; ++ PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; ++ *) echo hppa-unknown-linux-${LIBC} ;; + esac + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) +- echo hppa64-unknown-linux-gnu ++ echo hppa64-unknown-linux-${LIBC} + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit ;; + sh64*:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + sh*:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + x86_64:Linux:*:*) +- echo x86_64-unknown-linux-gnu ++ echo x86_64-unknown-linux-${LIBC} + exit ;; + i*86:Linux:*:*) + # The BFD linker knows what the default object file format is, so +@@ -964,20 +977,21 @@ + p'` + case "$ld_supported_targets" in + elf32-i386) +- TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu" ++ TENTATIVE="${UNAME_MACHINE}-pc-linux-${LIBC}" + ;; + a.out-i386-linux) +- echo "${UNAME_MACHINE}-pc-linux-gnuaout" ++ echo "${UNAME_MACHINE}-pc-linux-${LIBC}aout" + exit ;; + coff-i386) +- echo "${UNAME_MACHINE}-pc-linux-gnucoff" ++ echo "${UNAME_MACHINE}-pc-linux-${LIBC}coff" + exit ;; + "") + # Either a pre-BFD a.out linker (linux-gnuoldld) or + # one that does not give us useful --help. +- echo "${UNAME_MACHINE}-pc-linux-gnuoldld" ++ echo "${UNAME_MACHINE}-pc-linux-${LIBC}oldld" + exit ;; + esac ++ if [ $LIBC != "gnu" -o $LIBC != "gnulibc1" ];then echo "$TENTATIVE" && exit; fi + # Determine whether the default compiler is a.out or elf + eval $set_cc_for_build + sed 's/^ //' << EOF >$dummy.c diff --git a/recipes/gnu-config/files/gnu-configize.in b/recipes/gnu-config/files/gnu-configize.in new file mode 100755 index 0000000000..be8580c8e6 --- /dev/null +++ b/recipes/gnu-config/files/gnu-configize.in @@ -0,0 +1,267 @@ +#! /usr/bin/perl -w +# -*- perl -*- + +eval 'case $# in 0) exec /usr/bin/perl -S "$0";; *) exec /usr/bin/perl -S "$0" "$@";; esac' + if 0; + +# gnu-configize - install the GNU config.guess / config.sub in a directory tree +# Based on autoreconf: +# Copyright (C) 1994, 1999, 2000, 2001, 2002, 2003 +# Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. + +BEGIN +{ + my $datadir = $ENV{'autom4te_perllibdir'} || '@autom4te_perllibdir@'; +# '/home/kergoth/code/build-arm/tmp/staging/share/autoconf'; + unshift @INC, $datadir; + + # Override SHELL. On DJGPP SHELL may not be set to a shell + # that can handle redirection and quote arguments correctly, + # e.g.: COMMAND.COM. For DJGPP always use the shell that configure + # has detected. + $ENV{'SHELL'} = '/bin/sh' if ($^O eq 'dos'); +} + +use Autom4te::ChannelDefs; +use Autom4te::Channels; +use Autom4te::Configure_ac; +use Autom4te::FileUtils; +use Autom4te::General; +use Autom4te::XFile; +# Do not use Cwd::chdir, since it might hang. +use Cwd 'cwd'; +use strict; + +## ----------- ## +## Variables. ## +## ----------- ## + +# $HELP +# ----- +$help = "Usage: $0 [OPTION] ... [CONFIGURE-AC or DIRECTORY] ... + +Install the GNU config.sub and config.guess scripts in the +DIRECTORIES or the directory trees driven by CONFIGURE-AC +(defaulting to `.'). + +Operation modes: + -h, --help print this help, then exit + -V, --version print version number, then exit + -v, --verbose verbosely report processing + -f, --force consider all files obsolete + -s, --symlink install symbolic links instead of copies + -W, --warnings=CATEGORY report the warnings falling in CATEGORY [syntax] + +" . Autom4te::ChannelDefs::usage . " + +The environment variable \`WARNINGS\' is honored. Some subtools might +support other warning types, using \`all' is encouraged. +"; + +# $VERSION +# -------- +$version = "gnu-configize 1.0 + +Copyright (C) 2004 Chris Larson +This is free software; see the source for copying conditions. There is NO +warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +"; + +my $configdir = '@gnu-configdir@'; +#'/home/kergoth/code/build-arm/tmp/staging/i686-linux/share/gnu-config'; +my $autoconf = $ENV{'AUTOCONF'} || 'autoconf'; + +# use symlinks instead. +my $symlink = 0; + +my $configure_ac; + +my $rm = "rm -f"; +my $ln_s = "ln -sf"; +my $cp = "cp -f"; +my $mkdir = "mkdir"; +my $chmod = "chmod"; + +## ---------- ## +## Routines. ## +## ---------- ## + + +# parse_args () +# ------------- +# Process any command line arguments. +sub parse_args () +{ + my $srcdir; + + getopt ('s|symlink' => \$symlink); + + # Even if the user specified a configure.ac, trim to get the + # directory, and look for configure.ac again. Because (i) the code + # is simpler, and (ii) we are still able to diagnose simultaneous + # presence of configure.ac and configure.in. + @ARGV = map { /configure\.(ac|in)$/ ? dirname ($_) : $_ } @ARGV; + push @ARGV, '.' unless @ARGV; +} + + +# &gnu_configize_current_directory +# ----------------------------- +sub gnu_configize_current_directory () +{ + my $configure_ac = require_configure_ac; + + # ---------------------- # + # Is it using Autoconf? # + # ---------------------- # + + my $uses_autoconf; + my $uses_gettext; + my $configure_ac_file = new Autom4te::XFile $configure_ac; + while ($_ = $configure_ac_file->getline) + { + s/#.*//; + s/dnl.*//; + $uses_autoconf = 1 if /AC_INIT/; + } + + if (!$uses_autoconf) + { + verb "$configure_ac: not using Autoconf"; + return; + } + + my $aux_dir; + my @subdir; + my $cmd; + my $dest; + + verb "$configure_ac: tracing"; + my $traces = new Autom4te::XFile + ("$autoconf" + . join (' --trace=', '', + # If you change this list, update the + # `Autoreconf-preselections' section of autom4te.in. + 'AC_CONFIG_AUX_DIR:AC_CONFIG_AUX_DIR:\$1', + 'AC_CONFIG_SUBDIRS:AC_CONFIG_SUBDIRS:\$1', + 'AC_INIT', + ) + . ' |'); + while ($_ = $traces->getline) + { + $aux_dir = $1 if /AC_CONFIG_AUX_DIR:(.*)/; + $uses_autoconf = 1 if /AC_INIT/; + push @subdir, split (' ', $1) if /AC_CONFIG_SUBDIRS:(.*)/; + } + + # The subdirs are *optional*, they may not exist. + foreach (@subdir) + { + if (-d) + { + verb "$configure_ac: subdirectory $_ to gnu-configize"; + gnu_configize ($_); + } + else + { + verb "$configure_ac: subdirectory $_ not present"; + } + } + + $dest = "."; + + if (defined $aux_dir) + { + $dest = $aux_dir; + if (! -d $aux_dir) + { + verb "$configure_ac: creating directory $aux_dir"; + mkdir $aux_dir + or error "cannot create $aux_dir: $!"; + } + } + + if (!$symlink) + { + $cmd = $cp; + } + else + { + $cmd = $ln_s; + } + + xsystem ("$cmd $configdir/config.guess $dest/"); + xsystem ("$chmod u+x $dest/config.guess"); + xsystem ("$cmd $configdir/config.sub $dest/"); + xsystem ("$chmod u+x $dest/config.sub"); +} + + +# &gnu_configize ($DIRECTORY) +# ------------------------ +# Reconf the $DIRECTORY. +sub gnu_configize ($) +{ + my ($directory) = @_; + my $cwd = cwd; + + # The format for this message is not free: taken from Emacs, itself + # using GNU Make's format. + verb "Entering directory `$directory'"; + chdir $directory + or error "cannot chdir to $directory: $!"; + + gnu_configize_current_directory; + + # The format is not free: taken from Emacs, itself using GNU Make's + # format. + verb "Leaving directory `$directory'"; + chdir $cwd + or error "cannot chdir to $cwd: $!"; +} + + +## ------ ## +## Main. ## +## ------ ## + +parse_args; + +# Autoreconf all the given configure.ac. A while loop, not a for, +# since the list can change at runtime because of AC_CONFIG_SUBDIRS. +for my $directory (@ARGV) + { + gnu_configize ($directory); + } + +### Setup "GNU" style for perl-mode and cperl-mode. +## Local Variables: +## perl-indent-level: 2 +## perl-continued-statement-offset: 2 +## perl-continued-brace-offset: 0 +## perl-brace-offset: 0 +## perl-brace-imaginary-offset: 0 +## perl-label-offset: -2 +## cperl-indent-level: 2 +## cperl-brace-offset: 0 +## cperl-continued-brace-offset: 0 +## cperl-label-offset: -2 +## cperl-extra-newline-before-brace: t +## cperl-merge-trailing-else: nil +## cperl-continued-statement-offset: 2 +## End: diff --git a/recipes/gnu-config/gnu-config-git/config-guess-uclibc.patch b/recipes/gnu-config/gnu-config-git/config-guess-uclibc.patch new file mode 100644 index 0000000000..e6bf6c37fa --- /dev/null +++ b/recipes/gnu-config/gnu-config-git/config-guess-uclibc.patch @@ -0,0 +1,145 @@ +diff --git a/config.guess b/config.guess +index 115f944..cdd1367 100755 +--- a/config.guess ++++ b/config.guess +@@ -140,6 +140,18 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown + UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown + UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown + ++# Detect uclibc systems. ++ ++LIBC="gnu" ++if [ -f /usr/include/bits/uClibc_config.h ]; then ++ LIBC=uclibc ++ if [ -n `grep "#define __UCLIBC_CONFIG_VERSION__" /usr/include/bits/uClibc_config.h` ] ++ then ++ UCLIBC_SUBVER=`sed -n "/#define __UCLIBC_CONFIG_VERSION__ /s///p" /usr/include/bits/uClibc_config.h` ++ LIBC=$LIBC$UCLIBC_SUBVER ++ fi ++fi ++ + # Note: order is significant - the case branches are not exclusive. + + case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in +@@ -877,22 +889,22 @@ EOF + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + else +- echo ${UNAME_MACHINE}-unknown-linux-gnueabi ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi + fi + exit ;; + avr32*:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + cris:Linux:*:*) +- echo cris-axis-linux-gnu ++ echo cris-axis-linux-${LIBC} + exit ;; + crisv32:Linux:*:*) +- echo crisv32-axis-linux-gnu ++ echo crisv32-axis-linux-${LIBC} + exit ;; + frv:Linux:*:*) +- echo frv-unknown-linux-gnu ++ echo frv-unknown-linux-${LIBC} + exit ;; + i*86:Linux:*:*) + LIBC=gnu +@@ -902,17 +914,22 @@ EOF + LIBC=dietlibc + #endif + EOF ++ sed 's/^ //' << EOF >$dummy.c ++ #ifdef __UCLIBC__ ++ LIBC=uclib ++ #endif ++EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'` + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit ;; + ia64:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + m32r*:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + m68*:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + mips:Linux:*:* | mips64:Linux:*:*) + eval $set_cc_for_build +@@ -931,51 +948,51 @@ EOF + #endif + EOF + eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'` +- test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ++ test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; } + ;; + or32:Linux:*:*) +- echo or32-unknown-linux-gnu ++ echo or32-unknown-linux-${LIBC} + exit ;; + padre:Linux:*:*) +- echo sparc-unknown-linux-gnu ++ echo sparc-unknown-linux-${LIBC} + exit ;; + parisc64:Linux:*:* | hppa64:Linux:*:*) +- echo hppa64-unknown-linux-gnu ++ echo hppa64-unknown-linux-${LIBC} + exit ;; + parisc:Linux:*:* | hppa:Linux:*:*) + # Look for CPU level + case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in +- PA7*) echo hppa1.1-unknown-linux-gnu ;; +- PA8*) echo hppa2.0-unknown-linux-gnu ;; +- *) echo hppa-unknown-linux-gnu ;; ++ PA7*) echo hppa1.1-unknown-linux-${LIBC} ;; ++ PA8*) echo hppa2.0-unknown-linux-${LIBC} ;; ++ *) echo hppa-unknown-linux-${LIBC} ;; + esac + exit ;; + ppc64:Linux:*:*) +- echo powerpc64-unknown-linux-gnu ++ echo powerpc64-unknown-linux-${LIBC} + exit ;; + ppc:Linux:*:*) +- echo powerpc-unknown-linux-gnu ++ echo powerpc-unknown-linux-${LIBC} + exit ;; + s390:Linux:*:* | s390x:Linux:*:*) + echo ${UNAME_MACHINE}-ibm-linux + exit ;; + sh64*:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + sh*:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + sparc:Linux:*:* | sparc64:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + vax:Linux:*:*) +- echo ${UNAME_MACHINE}-dec-linux-gnu ++ echo ${UNAME_MACHINE}-dec-linux-${LIBC} + exit ;; + x86_64:Linux:*:*) +- echo x86_64-unknown-linux-gnu ++ echo x86_64-unknown-linux-${LIBC} + exit ;; + xtensa*:Linux:*:*) +- echo ${UNAME_MACHINE}-unknown-linux-gnu ++ echo ${UNAME_MACHINE}-unknown-linux-${LIBC} + exit ;; + i*86:DYNIX/ptx:4*:*) + # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there. diff --git a/recipes/gnu-config/gnu-config_20050701.bb b/recipes/gnu-config/gnu-config_20050701.bb index c6a75ac9c0..178f0c9e8b 100644 --- a/recipes/gnu-config/gnu-config_20050701.bb +++ b/recipes/gnu-config/gnu-config_20050701.bb @@ -9,8 +9,8 @@ PV = "0.1+cvs${FIXEDSRCDATE}" PR = "r6" SRC_URI = "cvs://anonymous@cvs.sv.gnu.org/cvsroot/config;module=config;method=pserver;date=${FIXEDSRCDATE} \ - file://config-guess-uclibc.patch;patch=1 \ - file://avr32.patch;patch=1 \ + file://config-guess-uclibc.patch \ + file://avr32.patch \ file://gnu-configize.in" S = "${WORKDIR}/config" diff --git a/recipes/gnu-config/gnu-config_git.bb b/recipes/gnu-config/gnu-config_git.bb new file mode 100644 index 0000000000..6c8983d449 --- /dev/null +++ b/recipes/gnu-config/gnu-config_git.bb @@ -0,0 +1,43 @@ +DESCRIPTION = "The GNU config.guess and config.sub scripts" +SECTION = "base" +LICENSE = "GPL" +DEPENDS = "" +INHIBIT_DEFAULT_DEPS = "1" + +PR = "r0" +FAKESRCREV="e35217687ee5f39b428119fe31c7e954f6de64f0" +PR_append = "+gitr${FAKESRCREV}" + +SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/git_git.savannah.gnu.org.config.git_${FAKESRCREV}.tar.gz \ + file://config-guess-uclibc.patch \ + file://gnu-configize.in" + +SRC_URI[md5sum] = "6a45979aa33d15b23c874b95e24c8732" +SRC_URI[sha256sum] = "a83bf7c7c972eb4106b5d7c6126d3b5b058f7aace7a62cae4e4f330d62f40259" + +S = "${WORKDIR}/git" + +do_compile() { + : +} + +do_install () { + install -d ${D}${datadir}/gnu-config \ + ${D}${bindir} + cat ${WORKDIR}/gnu-configize.in | \ + sed -e 's,@gnu-configdir@,${datadir}/gnu-config,g' \ + -e 's,@autom4te_perllibdir@,${datadir}/autoconf,g' > ${D}${bindir}/gnu-configize + # In the native case we want the system perl as perl-native can't have built yet + if [ "${BUILD_ARCH}" != "${TARGET_ARCH}" ]; then + cat ${WORKDIR}/gnu-configize.in | \ + sed -e 's,/usr/bin/perl,${bindir}/perl,g' > ${D}${bindir}/gnu-configize + fi + chmod 755 ${D}${bindir}/gnu-configize + install -m 0644 config.guess config.sub ${D}${datadir}/gnu-config/ +} + +FILES_${PN} = "${bindir} ${datadir}/gnu-config" + +BBCLASSEXTEND = "native" +NATIVE_INSTALL_WORKS = "1" + diff --git a/recipes/gperf/gperf_3.0.3.bb b/recipes/gperf/gperf_3.0.3.bb index 30b40be560..4f6b5ab6e8 100644 --- a/recipes/gperf/gperf_3.0.3.bb +++ b/recipes/gperf/gperf_3.0.3.bb @@ -3,9 +3,12 @@ LICENSE = "GPL" SUMMARY = "Generate a perfect hash function from a set of keywords" SRC_URI = "${GNU_MIRROR}/gperf/gperf-${PV}.tar.gz \ - file://autoreconf.patch;patch=1" + file://autoreconf.patch" inherit autotools NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" + +SRC_URI[md5sum] = "cc20e58975a38075440423c8fb85fd00" +SRC_URI[sha256sum] = "63287527c8d9e27e801cf0804436f3494bd569db05d49dcdd2a942ae72fa9055" diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.10.bb b/recipes/gstreamer/gst-ffmpeg_0.10.10.bb index bf3206f592..c29e3b6ec0 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.10.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.10.bb @@ -7,11 +7,12 @@ DEPENDS = "ffmpeg gstreamer gst-plugins-base zlib" inherit autotools pkgconfig -SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2;name=archive \ - file://lower-rank.diff;patch=1 \ +SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ + file://lower-rank.diff \ " -SRC_URI[archive.md5sum] = "447292deff5f3748444e6a5fba41da29" -SRC_URI[archive.sha256sum] = "697114483444a0a469028857a1d58145c99e6f5d2cd7edd8cb04cdc3fc72ad94" + +SRC_URI[md5sum] = "447292deff5f3748444e6a5fba41da29" +SRC_URI[sha256sum] = "697114483444a0a469028857a1d58145c99e6f5d2cd7edd8cb04cdc3fc72ad94" FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" @@ -26,3 +27,4 @@ PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:" # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}" + diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.2.bb b/recipes/gstreamer/gst-ffmpeg_0.10.2.bb index d41a013cba..c835011944 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.2.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.2.bb @@ -9,8 +9,8 @@ PR = "r2" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ - file://armv5.patch;patch=1 \ - file://autotools.patch;patch=1 \ + file://armv5.patch \ + file://autotools.patch \ " FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" @@ -30,3 +30,6 @@ PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:" # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}" + +SRC_URI[md5sum] = "3c7fb1cd1308b1972a76b86bb29fc890" +SRC_URI[sha256sum] = "ffa7c89bccab5d1be53b6fcedcf7a5c071d585cf522fee5864add05d350f5842" diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.4.bb b/recipes/gstreamer/gst-ffmpeg_0.10.4.bb index c7a2d2e433..19d1bb1091 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.4.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.4.bb @@ -9,7 +9,7 @@ PR = "r7" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ - file://configure-hack.diff;patch=1 \ + file://configure-hack.diff \ " FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" @@ -29,3 +29,6 @@ PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:" # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}" + +SRC_URI[md5sum] = "761cbbc0b5f077449082d0ea7527941e" +SRC_URI[sha256sum] = "840015b4e0f0e7248b178eafc37476d6eb9aea3876eb3b07e2a66b430b526da2" diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.6.bb b/recipes/gstreamer/gst-ffmpeg_0.10.6.bb index 20cea128dd..0a9b373e7f 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.6.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.6.bb @@ -9,8 +9,8 @@ PR = "r1" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ - file://configure-hack.diff;patch=1 \ - file://lower-rank.diff;patch=1 \ + file://configure-hack.diff \ + file://lower-rank.diff \ " FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" @@ -30,3 +30,6 @@ PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:" # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}" + +SRC_URI[md5sum] = "063a8184916426d6b79a97dea9636a78" +SRC_URI[sha256sum] = "c9a5f4c9b1eddd7cb042d83390072f832f19f3712d023e4d6568391e5eb4878a" diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.7.bb b/recipes/gstreamer/gst-ffmpeg_0.10.7.bb index 32b59f61ca..c9e33de05f 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.7.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.7.bb @@ -9,8 +9,8 @@ PR = "r2" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ - file://configure-hack.diff;patch=1 \ - file://lower-rank.diff;patch=1 \ + file://configure-hack.diff \ + file://lower-rank.diff \ " FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" @@ -30,3 +30,6 @@ PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:" # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}" + +SRC_URI[md5sum] = "6be89b26592f36ef631b22a68b8e06c4" +SRC_URI[sha256sum] = "94bd5110a03837145afe5c81760f22bd7bef9ef455f4417340eeeb2b12e54fb0" diff --git a/recipes/gstreamer/gst-ffmpeg_0.10.8.bb b/recipes/gstreamer/gst-ffmpeg_0.10.8.bb index f08b60b197..2e5b84e332 100644 --- a/recipes/gstreamer/gst-ffmpeg_0.10.8.bb +++ b/recipes/gstreamer/gst-ffmpeg_0.10.8.bb @@ -8,10 +8,10 @@ DEPENDS = "ffmpeg gstreamer gst-plugins-base zlib" inherit autotools pkgconfig SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2 \ - file://lower-rank.diff;patch=1 \ + file://lower-rank.diff \ " -PR = "r2" +PR = "r3" FILES_${PN} += "${libdir}/gstreamer-0.10/*.so" FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" @@ -26,3 +26,6 @@ PATH_prepend="${CROSS_DIR}/${TARGET_SYS}/bin:" # Hack to get STAGING_LIBDIR into the linker path when building ffmpeg CC = "${CCACHE} ${HOST_PREFIX}gcc ${TARGET_CC_ARCH} -L${STAGING_LIBDIR}" + +SRC_URI[md5sum] = "a7177f85c87d404a3c0d511b835129d1" +SRC_URI[sha256sum] = "d9e056793d05bf0b6f4989b27d3107c2f223a14205ee54be403bbe52945c8853" diff --git a/recipes/gstreamer/gst-fluendo-mpegdemux_0.10.23.bb b/recipes/gstreamer/gst-fluendo-mpegdemux_0.10.23.bb index 732a80b8d9..0e2af05d26 100644 --- a/recipes/gstreamer/gst-fluendo-mpegdemux_0.10.23.bb +++ b/recipes/gstreamer/gst-fluendo-mpegdemux_0.10.23.bb @@ -14,3 +14,6 @@ FILES_${PN}-dev += "${libdir}/gstreamer-0.10/*.la" FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" + +SRC_URI[md5sum] = "dd1923a4b3c397b16286bc7a903f5e75" +SRC_URI[sha256sum] = "e8da54a2cc35e6cc4876cb64b00b20e9b7058806ff1ff7f4da002b14f4652b4f" diff --git a/recipes/gstreamer/gst-musicxml2midi_git.bb b/recipes/gstreamer/gst-musicxml2midi_git.bb new file mode 100644 index 0000000000..1ed83384a6 --- /dev/null +++ b/recipes/gstreamer/gst-musicxml2midi_git.bb @@ -0,0 +1,19 @@ +DESCRIPTION = "musicxml2midi provides an element that converts MusicXML in to MIDI format" +LICENSE = "LGPLv2" + +DEPENDS = "gstreamer libxml2" + +inherit autotools + +PV = "0.10.0.1" +PR_append = "+gitr${SRCPV}" +SRCREV = "7d7453fdbe81653c203db9c29cb0bfc9e06c6caa" +SRC_URI = "git://github.com/Elleo/${PN}.git;protocol=git" + +S = "${WORKDIR}/git" + +FILES_${PN}-dbg += "${libdir}/gstreamer-*/.debug" +FILES_${PN}-dev += "${libdir}/gstreamer-*/*.la" +FILES_${PN}-static += "${libdir}/gstreamer-*/*.a" +FILES_${PN} += "${libdir}/gstreamer-*/*.so" + diff --git a/recipes/gstreamer/gst-omapfb_1.0.bb b/recipes/gstreamer/gst-omapfb_1.0.bb index f00ac7f523..6b03e9fa36 100644 --- a/recipes/gstreamer/gst-omapfb_1.0.bb +++ b/recipes/gstreamer/gst-omapfb_1.0.bb @@ -9,7 +9,7 @@ SRCREV = "6f0b1cb50d1c67c3a3db2f11246256060ac871de" PV = "0.0+${PR}+gitr${SRCREV}" SRC_URI = "git://github.com/felipec/${PN}.git;protocol=git \ - file://0001-Implement-XOverlay-and-I420-to-422-colorspace-conver.patch;patch=1" + file://0001-Implement-XOverlay-and-I420-to-422-colorspace-conver.patch" S ="${WORKDIR}/git" diff --git a/recipes/gstreamer/gst-player_svn.bb b/recipes/gstreamer/gst-player_svn.bb index c44213bfa8..dfc402a152 100644 --- a/recipes/gstreamer/gst-player_svn.bb +++ b/recipes/gstreamer/gst-player_svn.bb @@ -1,7 +1,7 @@ DESCRIPTION="A simple gstreamer based player" DEPENDS = "gstreamer" -RDEPENDS = "gstreamer-ti" +RDEPENDS_${PN} = "gstreamer-ti" SRCREV = "6" SRC_URI = "svn://gstplayer.googlecode.com/svn;module=trunk;proto=http" @@ -9,7 +9,7 @@ SRC_URI = "svn://gstplayer.googlecode.com/svn;module=trunk;proto=http" S = "${WORKDIR}/trunk/gstplayer" PV = "svnr${SRCREV}" -PR = "r2" +PR = "r3" TARGET_CC_ARCH += "${LDFLAGS}" diff --git a/recipes/gstreamer/gst-plugin-bc_git.bb b/recipes/gstreamer/gst-plugin-bc_git.bb index b27c47e63a..732ada0d5b 100644 --- a/recipes/gstreamer/gst-plugin-bc_git.bb +++ b/recipes/gstreamer/gst-plugin-bc_git.bb @@ -9,7 +9,7 @@ inherit autotools SRC_URI = "git://gitorious.org/gst-plugin-bc/gst-plugin-bc.git;protocol=git \ http://gstreamer.freedesktop.org/src/gstreamer/gstreamer-0.10.25.tar.bz2 \ - file://gst-debug.diff;patch=1 \ + file://gst-debug.diff \ " SRCREV = "e14e249ef6cb67e91be9198b71efc61eb84c11b5" @@ -28,3 +28,6 @@ ALLOW_EMPTY = "1" require gst-plugins-package.inc + +SRC_URI[md5sum] = "88544e034a051baf472983791d233076" +SRC_URI[sha256sum] = "39b2ba7b3bfa8df6d998a9461e7091c27757e36a53e93969d7d9982a56526578" diff --git a/recipes/gstreamer/gst-plugin-gles_git.bb b/recipes/gstreamer/gst-plugin-gles_git.bb index 60b1ae5c7b..58c78e2910 100644 --- a/recipes/gstreamer/gst-plugin-gles_git.bb +++ b/recipes/gstreamer/gst-plugin-gles_git.bb @@ -49,3 +49,6 @@ do_install() { # bad rpaths we can't get rid off.. INSANE_SKIP_gst-plugin-opengl = True + +SRC_URI[md5sum] = "f7b2e300d2d85756407ec529424ab237" +SRC_URI[sha256sum] = "cf750821040102d2c9fbfed56472a86fd0d8c24ada37901c41867c88438a776d" diff --git a/recipes/gstreamer/gst-plugin-pulse_0.9.7.bb b/recipes/gstreamer/gst-plugin-pulse_0.9.7.bb index cfa200ef3d..de4c9f6a9b 100644 --- a/recipes/gstreamer/gst-plugin-pulse_0.9.7.bb +++ b/recipes/gstreamer/gst-plugin-pulse_0.9.7.bb @@ -5,7 +5,7 @@ DEPENDS = "gstreamer pulseaudio gst-plugins-base" PR = "r1" SRC_URI = "http://0pointer.de/lennart/projects/gst-pulse/gst-pulse-${PV}.tar.gz \ - file://dont-overload-pulseaudio.patch;patch=1" + file://dont-overload-pulseaudio.patch" S = "${WORKDIR}/gst-pulse-${PV}" inherit autotools @@ -27,3 +27,6 @@ FILES_${PN}-dev = "\ ${libdir}/gstreamer-0.10/libgstpulse.so*" FILES_${PN}-dbg += "${libdir}/gstreamer-0.10/.debug" + +SRC_URI[md5sum] = "166164eb07eacd1d70b965731eb6cbdb" +SRC_URI[sha256sum] = "b9f1bb98917d9879d46b6a959ce9068471908763f2ca98e480837485e290b106" diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.11.bb b/recipes/gstreamer/gst-plugins-bad_0.10.11.bb index a90b88ee45..b7985236d8 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.11.bb +++ b/recipes/gstreamer/gst-plugins-bad_0.10.11.bb @@ -3,10 +3,13 @@ require gst-plugins.inc PR = "${INC_PR}.1" SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ - file://ivorbis-thumb.patch;patch=1" + file://ivorbis-thumb.patch" DEPENDS += "gst-plugins-base directfb" do_compile_prepend() { # work around missing files in upstream tarball (upstream bug #454078) install -m 0644 ${WORKDIR}/vorbis*.h ${S}/ext/ivorbis/ } + +SRC_URI[archive.md5sum] = "75a3359ece6a1c11a9e5463d79e274e8" +SRC_URI[archive.sha256sum] = "b50072ff6f36087b8ecebf509e6d44ab2e91292b1a3a5806a7f1437a382723e9" diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.12.bb b/recipes/gstreamer/gst-plugins-bad_0.10.12.bb index c7aa008d61..c357470c58 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.12.bb +++ b/recipes/gstreamer/gst-plugins-bad_0.10.12.bb @@ -1,7 +1,7 @@ require gst-plugins.inc SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ - file://ivorbis-thumb.patch;patch=1" + file://ivorbis-thumb.patch" DEPENDS += "gst-plugins-base openssl directfb" @@ -9,3 +9,6 @@ do_compile_prepend() { # work around missing files in upstream tarball (upstream bug #454078) install -m 0644 ${WORKDIR}/vorbis*.h ${S}/ext/ivorbis/ } + +SRC_URI[archive.md5sum] = "63309cf0bb21f3efd4e43868c314f919" +SRC_URI[archive.sha256sum] = "18387f78b721ce6b56c02f886ec89774a4e58b7883c70ab2ae6c1af58f1661c9" diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.19.bb b/recipes/gstreamer/gst-plugins-bad_0.10.19.bb new file mode 100644 index 0000000000..c23f0ab8d2 --- /dev/null +++ b/recipes/gstreamer/gst-plugins-bad_0.10.19.bb @@ -0,0 +1,11 @@ +require gst-plugins.inc + +SRC_URI[archive.md5sum] = "368f72e2a1c7a6e8fe60394e4315259b" +SRC_URI[archive.sha256sum] = "7b6c49f22caad3b573aee481381355b38ac9f2077f291d9f33a9a808a2568888" + +DEPENDS += "orc-native orc gst-plugins-base openssl directfb" + +PR = "${INC_PR}.0" + +# We don't have vdpau headers in OE and it creates crosscompile badness +EXTRA_OECONF_append = " --disable-vdpau --enable-sdl" diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.6.bb b/recipes/gstreamer/gst-plugins-bad_0.10.6.bb index bfc7217b50..45c36177d2 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.6.bb +++ b/recipes/gstreamer/gst-plugins-bad_0.10.6.bb @@ -3,11 +3,14 @@ require gst-plugins.inc PR = "${INC_PR}.1" SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ - file://gst-plugins-directfb-fix.patch;patch=1;pnum=2 \ - file://ivorbis-thumb.patch;patch=1" + file://gst-plugins-directfb-fix.patch;striplevel=2 \ + file://ivorbis-thumb.patch" DEPENDS += "gst-plugins-base directfb" do_compile_prepend() { # work around missing files in upstream tarball (upstream bug #454078) install -m 0644 ${WORKDIR}/vorbis*.h ${S}/ext/ivorbis/ } + +SRC_URI[archive.md5sum] = "fb47838aa0ccef52683cea5d89364053" +SRC_URI[archive.sha256sum] = "c702dab34d3b330ec06d915a91a937dadb0a93ace25bbe8e337223ddb834efe6" diff --git a/recipes/gstreamer/gst-plugins-bad_0.10.9.bb b/recipes/gstreamer/gst-plugins-bad_0.10.9.bb index fdcc240dd7..e69002d38e 100644 --- a/recipes/gstreamer/gst-plugins-bad_0.10.9.bb +++ b/recipes/gstreamer/gst-plugins-bad_0.10.9.bb @@ -2,8 +2,8 @@ require gst-plugins.inc PR = "r2" SRC_URI += "file://vorbisenc.h file://vorbisdec.h \ - file://gst-plugins-directfb-fix.patch;patch=1;pnum=2 \ - file://ivorbis-thumb.patch;patch=1" + file://gst-plugins-directfb-fix.patch;striplevel=2 \ + file://ivorbis-thumb.patch" DEPENDS += "gst-plugins-base openssl" EXTRA_OECONF += " ac_cv_openssldir=no" @@ -12,3 +12,6 @@ do_compile_prepend() { # work around missing files in upstream tarball (upstream bug #454078) install -m 0644 ${WORKDIR}/vorbis*.h ${S}/ext/ivorbis/ } + +SRC_URI[archive.md5sum] = "ff555a86e74a9249e56b43405c8df3e4" +SRC_URI[archive.sha256sum] = "d8215aa4c3069531609091619386abfa2f331ed95607b1525d9464a06d814e4f" diff --git a/recipes/gstreamer/gst-plugins-base_0.10.17.bb b/recipes/gstreamer/gst-plugins-base_0.10.17.bb index 3b07668902..5948796b9c 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.17.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.17.bb @@ -12,3 +12,6 @@ DEPENDS += "alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" PR = "r5" + +SRC_URI[archive.md5sum] = "151b66228e08ab0c7601713030fb1c3f" +SRC_URI[archive.sha256sum] = "f82cfd5669c756726f503dde5936e2fbe2969631095f0efc40df1fae1a74f70d" diff --git a/recipes/gstreamer/gst-plugins-base_0.10.22.bb b/recipes/gstreamer/gst-plugins-base_0.10.22.bb index bcbfd6871d..21ed3e2e1e 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.22.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.22.bb @@ -12,3 +12,6 @@ PR = "r2" # a missing alsa plugin DEPENDS += "libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" + +SRC_URI[archive.md5sum] = "5d0f1e07f8f6db564971b50f75261e8a" +SRC_URI[archive.sha256sum] = "184c5aed03ebfe38a276fc03cb7d8685d9a6da5a48bf6a0565c83e11a29cd5f9" diff --git a/recipes/gstreamer/gst-plugins-base_0.10.23.bb b/recipes/gstreamer/gst-plugins-base_0.10.23.bb index 26dcfe3e3b..9d2fbb78c7 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.23.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.23.bb @@ -10,3 +10,6 @@ PROVIDES += "gst-plugins" # a missing alsa plugin DEPENDS += "libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" + +SRC_URI[archive.md5sum] = "641cc7def2d8667b9b4df15e69dba25f" +SRC_URI[archive.sha256sum] = "1c11d98eb9a1b1bc54becf465e74c2aa4019bb57a31dd70686269af6a9b9e93b" diff --git a/recipes/gstreamer/gst-plugins-base_0.10.25.bb b/recipes/gstreamer/gst-plugins-base_0.10.25.bb index b933d74290..05381e6627 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.25.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.25.bb @@ -1,7 +1,7 @@ require gst-plugins.inc -SRC_URI += "file://fix-playbin2.patch;patch=1 \ - file://gst-plugins-base_rowstride.patch;patch=1 \ +SRC_URI += "file://fix-playbin2.patch \ + file://gst-plugins-base_rowstride.patch \ " PR = "${INC_PR}.3" @@ -14,3 +14,6 @@ PROVIDES += "gst-plugins" # a missing alsa plugin DEPENDS += "cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" + +SRC_URI[archive.md5sum] = "d29669dd79276c5cd94e1613c03cd9ab" +SRC_URI[archive.sha256sum] = "0ab2f7e1d818e7af1be99c4eae02ba69d4a1b8f7e3527929a6426f1daa0d4607" diff --git a/recipes/gstreamer/gst-plugins-base_0.10.28.bb b/recipes/gstreamer/gst-plugins-base_0.10.28.bb index 058f6a6c0f..000761f0df 100644 --- a/recipes/gstreamer/gst-plugins-base_0.10.28.bb +++ b/recipes/gstreamer/gst-plugins-base_0.10.28.bb @@ -1,8 +1,8 @@ require gst-plugins.inc SRC_URI += " \ - file://gst-plugins-base_rowstride.patch;patch=1 \ - file://ivorbis-thumb.patch;patch=1 \ + file://gst-plugins-base_rowstride.patch \ + file://ivorbis-thumb.patch \ " SRC_URI[archive.md5sum] = "0107cf985ac90544bae70288220f5bab" diff --git a/recipes/gstreamer/gst-plugins-base_0.10.29.bb b/recipes/gstreamer/gst-plugins-base_0.10.29.bb new file mode 100644 index 0000000000..8162197334 --- /dev/null +++ b/recipes/gstreamer/gst-plugins-base_0.10.29.bb @@ -0,0 +1,26 @@ +require gst-plugins.inc + +SRC_URI += " \ + file://ivorbis-thumb.patch \ +" + +SRC_URI[archive.md5sum] = "d07e251152cccbaa81807c14cf0fd8c0" +SRC_URI[archive.sha256sum] = "ac035cce4d68e2e0b980d3ddb6c74674667cbfde6cddc65e18ea16368d34732c" + +PR = "${INC_PR}.0" + +PROVIDES += "gst-plugins" + +# gst-plugins-base only builds the alsa plugin +# if alsa has been built and is present. You will +# not get an error if this is not present, just +# a missing alsa plugin +DEPENDS += "udev cdparanoia pango libtheora alsa-lib libsm virtual/libx11 freetype gnome-vfs libxv" + +# Needs a udev that enabled gudev, which isn't the default +EXTRA_OECONF_append = " --with-gudev" + +do_configure_prepend() { + sed -i -e s:QtGui:NoQtGui:g ${S}/configure.ac +} + diff --git a/recipes/gstreamer/gst-plugins-good_0.10.13.bb b/recipes/gstreamer/gst-plugins-good_0.10.13.bb index d077d06d1c..17b0a93731 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.13.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.13.bb @@ -9,3 +9,6 @@ DEPENDS += "jpeg libtheora gst-plugins-base esound" PACKAGES =+ "gst-plugin-gconfelements" FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf" + +SRC_URI[archive.md5sum] = "27f27151ccefad1157c9eaa322e14ac4" +SRC_URI[archive.sha256sum] = "dfffb80ef01b8fee9af3576311e65b60c378d9985099dea532be090ede54ebaa" diff --git a/recipes/gstreamer/gst-plugins-good_0.10.14.bb b/recipes/gstreamer/gst-plugins-good_0.10.14.bb index d077d06d1c..22d9a57704 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.14.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.14.bb @@ -9,3 +9,6 @@ DEPENDS += "jpeg libtheora gst-plugins-base esound" PACKAGES =+ "gst-plugin-gconfelements" FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf" + +SRC_URI[archive.md5sum] = "a861ccbb90a176d1242608502f45f0ac" +SRC_URI[archive.sha256sum] = "12205d01cb99900ed6f936a09ac31b5849f8a7ff3c9a93e5857a76dc3e30788a" diff --git a/recipes/gstreamer/gst-plugins-good_0.10.15.bb b/recipes/gstreamer/gst-plugins-good_0.10.15.bb index 600db6ec95..f2b0a5aede 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.15.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.15.bb @@ -2,7 +2,7 @@ require gst-plugins.inc PR = "r6" -SRC_URI += "file://fix-unit-scale-asseration.patch;patch=1" +SRC_URI += "file://fix-unit-scale-asseration.patch" inherit gconf @@ -11,3 +11,6 @@ DEPENDS += "libsoup-2.4 flac gst-plugins-base openssl popt esound" PACKAGES =+ "gst-plugin-gconfelements" FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf" + +SRC_URI[archive.md5sum] = "19bc6cc07951b3382d1ac8525b20e83f" +SRC_URI[archive.sha256sum] = "831f450a0fa18c881b00ec50e8916ed66ca0fecb53cd1939f0abcc02930f9847" diff --git a/recipes/gstreamer/gst-plugins-good_0.10.17.bb b/recipes/gstreamer/gst-plugins-good_0.10.17.bb index c53fc479fd..7875039576 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.17.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.17.bb @@ -1,6 +1,6 @@ require gst-plugins.inc -SRC_URI += "file://flvdemux-ecma.diff;patch=1 \ +SRC_URI += "file://flvdemux-ecma.diff \ " PR = "r3" @@ -13,3 +13,6 @@ PACKAGES =+ "gst-plugin-gconfelements" FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf" EXTRA_OECONF += " --with-libv4l2 " + +SRC_URI[archive.md5sum] = "833546cd2b8bbf86b8ed083b00897918" +SRC_URI[archive.sha256sum] = "4f41fbd325270416c9f55d900e470482a7d1e7efbdbb725ed03a085dec307ad6" diff --git a/recipes/gstreamer/gst-plugins-good_0.10.21.bb b/recipes/gstreamer/gst-plugins-good_0.10.21.bb index d93a37d53c..0f6ff3f8ff 100644 --- a/recipes/gstreamer/gst-plugins-good_0.10.21.bb +++ b/recipes/gstreamer/gst-plugins-good_0.10.21.bb @@ -1,6 +1,6 @@ require gst-plugins.inc -SRC_URI += "file://flvdemux-ecma.diff;patch=1 \ +SRC_URI += "file://flvdemux-ecma.diff \ " SRC_URI[archive.md5sum] = "9bc5c9b390edbb96bda42fc553eae5ae" diff --git a/recipes/gstreamer/gst-plugins-good_0.10.23.bb b/recipes/gstreamer/gst-plugins-good_0.10.23.bb new file mode 100644 index 0000000000..c686994307 --- /dev/null +++ b/recipes/gstreamer/gst-plugins-good_0.10.23.bb @@ -0,0 +1,13 @@ +require gst-plugins.inc + +SRC_URI[archive.md5sum] = "9cddbb0e7e90677f0cc05c23feffef5c" +SRC_URI[archive.sha256sum] = "2e7771a611cedb1e8208601cb26744fbf33109598e222afee1be8811ba4babcf" + +inherit gconf + +DEPENDS += "hal pulseaudio speex libsoup-2.4 flac gst-plugins-base openssl popt esound libv4l" + +PACKAGES =+ "gst-plugin-gconfelements" +FILES_gst-plugin-gconfelements += "${sysconfdir}/gconf" + +EXTRA_OECONF += " --with-libv4l2 " diff --git a/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb b/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb index 0d024e15ea..5c446e69cd 100644 --- a/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb +++ b/recipes/gstreamer/gst-plugins-ugly-sid_0.10.7.bb @@ -6,7 +6,7 @@ PR = "${INC_PR}.1" SRC_URI = "\ http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-${PV}.tar.bz2 \ - file://gstsid_autofoo_HACK.patch;patch=1 \ + file://gstsid_autofoo_HACK.patch \ " S = "${WORKDIR}/gst-plugins-ugly-${PV}" @@ -16,3 +16,6 @@ python() { if enterprise != "1": raise bb.parse.SkipPackage("gst-plugins-ugly-sid will only build if ENTERPRISE_DISTRO == 1") } + +SRC_URI[md5sum] = "cff4f55138d12152cf580a3ee71c2519" +SRC_URI[sha256sum] = "556ba24072bdb32ee568adc682d69add1241d77936bc9563e50cdb953097be35" diff --git a/recipes/gstreamer/gst-plugins-ugly_0.10.10.bb b/recipes/gstreamer/gst-plugins-ugly_0.10.10.bb index 4d4f893075..e21abc951c 100644 --- a/recipes/gstreamer/gst-plugins-ugly_0.10.10.bb +++ b/recipes/gstreamer/gst-plugins-ugly_0.10.10.bb @@ -5,8 +5,8 @@ PR = "${INC_PR}.1" DEPENDS += "gst-plugins-base mpeg2dec libsidplay" SRC_URI += "\ - file://gstmad_16bit.patch;patch=1 \ - file://gstsid_autofoo_HACK.patch;patch=1 \ + file://gstmad_16bit.patch \ + file://gstsid_autofoo_HACK.patch \ " python() { @@ -16,3 +16,6 @@ python() { raise bb.parse.SkipPackage("gst-plugins-ugly will only build if ENTERPRISE_DISTRO != 1") } + +SRC_URI[archive.md5sum] = "031205d5599fce73fc36766f928b2515" +SRC_URI[archive.sha256sum] = "ced80afedd105cb9b1b72749f8bda29c71fa9eda06120d6b07e7362f705c9987" diff --git a/recipes/gstreamer/gst-plugins-ugly_0.10.11.bb b/recipes/gstreamer/gst-plugins-ugly_0.10.11.bb index 9c28d208df..c82370b5d0 100644 --- a/recipes/gstreamer/gst-plugins-ugly_0.10.11.bb +++ b/recipes/gstreamer/gst-plugins-ugly_0.10.11.bb @@ -5,8 +5,8 @@ PR = "${INC_PR}.1" DEPENDS += "gst-plugins-base mpeg2dec libsidplay" SRC_URI += "\ - file://gstmad_16bit.patch;patch=1 \ - file://gstsid_autofoo_HACK.patch;patch=1 \ + file://gstmad_16bit.patch \ + file://gstsid_autofoo_HACK.patch \ " python() { @@ -16,3 +16,6 @@ python() { raise bb.parse.SkipPackage("gst-plugins-ugly will only build if ENTERPRISE_DISTRO != 1") } + +SRC_URI[archive.md5sum] = "dfe2e201e066a3e86a9598b6769d9739" +SRC_URI[archive.sha256sum] = "681d3cf7ae124bff1949187db858e5439a41be162bdad59dd69b52b70fd62dfa" diff --git a/recipes/gstreamer/gst-plugins-ugly_0.10.14.bb b/recipes/gstreamer/gst-plugins-ugly_0.10.14.bb index d8295f5763..bc0a3b9a78 100644 --- a/recipes/gstreamer/gst-plugins-ugly_0.10.14.bb +++ b/recipes/gstreamer/gst-plugins-ugly_0.10.14.bb @@ -5,8 +5,8 @@ PR = "${INC_PR}.0" DEPENDS += "gst-plugins-base mpeg2dec libsidplay" SRC_URI += "\ - file://gstmad_16bit.patch;patch=1 \ - file://gstsid_autofoo_HACK.patch;patch=1 \ + file://gstmad_16bit.patch \ + file://gstsid_autofoo_HACK.patch \ " SRC_URI[archive.md5sum] = "0bc0d27bcce88c73ef6c81e88624e686" diff --git a/recipes/gstreamer/gst-plugins-ugly_0.10.15.bb b/recipes/gstreamer/gst-plugins-ugly_0.10.15.bb new file mode 100644 index 0000000000..eaefc546ca --- /dev/null +++ b/recipes/gstreamer/gst-plugins-ugly_0.10.15.bb @@ -0,0 +1,20 @@ +require gst-plugins.inc + +PR = "${INC_PR}.0" + +DEPENDS += "gst-plugins-base mpeg2dec libsidplay" + +SRC_URI += "\ + file://gstmad_16bit.patch \ + file://gstsid_autofoo_HACK.patch \ +" +SRC_URI[archive.md5sum] = "21c034a762a5da252f91640e53bfe457" +SRC_URI[archive.sha256sum] = "ceebb7878d957a61cf437c1f93934a0371631fa50e4111ef016691d65866790c" + +python() { + # Don't build, if we are building an ENTERPRISE distro + enterprise = bb.data.getVar("ENTERPRISE_DISTRO", d, 1) + if enterprise == "1": + raise bb.parse.SkipPackage("gst-plugins-ugly will only build if ENTERPRISE_DISTRO != 1") +} + diff --git a/recipes/gstreamer/gst-plugins.inc b/recipes/gstreamer/gst-plugins.inc index 27e25580a8..62fbd40398 100644 --- a/recipes/gstreamer/gst-plugins.inc +++ b/recipes/gstreamer/gst-plugins.inc @@ -2,16 +2,16 @@ require gst-common.inc require gst-plugins-package.inc DESCRIPTION = "Plugins for GStreamer" -DEPENDS = "gstreamer libmikmod liboil libogg tremor libvorbis libmodplug" +DEPENDS = "gstreamer jack virtual/libsdl libvpx x264 libmms libmusicbrainz schroedinger faac faad2 libmikmod liboil libogg tremor libvorbis" DEPENDS += "${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag', d)}" -INC_PR = "r8" +INC_PR = "r9" PACKAGES_DYNAMIC = "gst-plugin-*" SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/${PN}-${PV}.tar.bz2;name=archive" -EXTRA_OECONF = "--enable-introspection=no --disable-aalib --disable-shout2 --disable-sdl --disable-cdaudio --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} " +EXTRA_OECONF = "--enable-introspection=no --disable-aalib --disable-shout2 --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR} " EXTRA_OECONF_append_shr = " --disable-dvdnav " acpaths = "-I ${S}/common/m4 -I ${S}/m4" diff --git a/recipes/gstreamer/gst-rtsp_0.10.4.bb b/recipes/gstreamer/gst-rtsp_0.10.4.bb index ac7565bd9b..2909c67c0d 100644 --- a/recipes/gstreamer/gst-rtsp_0.10.4.bb +++ b/recipes/gstreamer/gst-rtsp_0.10.4.bb @@ -9,3 +9,6 @@ inherit autotools + +SRC_URI[md5sum] = "8daaca1299aeb42c6aac47b30291005b" +SRC_URI[sha256sum] = "1ebf3571d16dbab401f2ebf0362e3d67457fb88711ad15a4ab51bd3730267fb7" diff --git a/recipes/gstreamer/gst-rtsp_0.10.5.bb b/recipes/gstreamer/gst-rtsp_0.10.5.bb index d22b3cecf7..e36f974d4a 100644 --- a/recipes/gstreamer/gst-rtsp_0.10.5.bb +++ b/recipes/gstreamer/gst-rtsp_0.10.5.bb @@ -8,3 +8,6 @@ SRC_URI = "http://people.freedesktop.org/~wtay/gst-rtsp-${PV}.tar.bz2" inherit autotools + +SRC_URI[md5sum] = "caca55e2ff497c0a327df3bc65a4a662" +SRC_URI[sha256sum] = "a6f0a0c6c466683ee688aa8475623850fdacb549b2339a502831fdd3d74f984e" diff --git a/recipes/gstreamer/gstreamer/use-gettext-0.18.patch b/recipes/gstreamer/gstreamer/use-gettext-0.18.patch new file mode 100644 index 0000000000..504caa814c --- /dev/null +++ b/recipes/gstreamer/gstreamer/use-gettext-0.18.patch @@ -0,0 +1,1012 @@ +This patch it needed to get gstreamer upgraded to use gettext 0.18 + +-Khem + +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/common/m4/gettext.m4 gstreamer-0.10.28/common/m4/gettext.m4 +--- gstreamer-0.10.28.org/common/m4/gettext.m4 2010-03-08 08:58:16.000000000 -0800 ++++ gstreamer-0.10.28/common/m4/gettext.m4 2010-05-22 08:37:17.713880839 -0700 +@@ -1,5 +1,5 @@ +-# gettext.m4 serial 60 (gettext-0.17) +-dnl Copyright (C) 1995-2007 Free Software Foundation, Inc. ++# gettext.m4 serial 63 (gettext-0.18) ++dnl Copyright (C) 1995-2010 Free Software Foundation, Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. +@@ -15,7 +15,7 @@ dnl They are *not* in the public domain. + + dnl Authors: + dnl Ulrich Drepper , 1995-2000. +-dnl Bruno Haible , 2000-2006. ++dnl Bruno Haible , 2000-2006, 2008-2010. + + dnl Macro to add for using GNU gettext. + +@@ -60,6 +60,8 @@ AC_DEFUN([AM_GNU_GETTEXT], + ifelse([$1], [], , [ifelse([$1], [external], , [ifelse([$1], [no-libtool], , [ifelse([$1], [use-libtool], , + [errprint([ERROR: invalid first argument to AM_GNU_GETTEXT + ])])])])]) ++ ifelse(ifelse([$1], [], [old])[]ifelse([$1], [no-libtool], [old]), [old], ++ [AC_DIAGNOSE([obsolete], [Use of AM_GNU_GETTEXT without [external] argument is deprecated.])]) + ifelse([$2], [], , [ifelse([$2], [need-ngettext], , [ifelse([$2], [need-formatstring-macros], , + [errprint([ERROR: invalid second argument to AM_GNU_GETTEXT + ])])])]) +@@ -123,11 +125,11 @@ AC_DEFUN([AM_GNU_GETTEXT], + gt_use_preinstalled_gnugettext=no + ifelse(gt_included_intl, yes, [ + AC_MSG_CHECKING([whether included gettext is requested]) +- AC_ARG_WITH(included-gettext, ++ AC_ARG_WITH([included-gettext], + [ --with-included-gettext use the GNU gettext library included here], + nls_cv_force_use_gnu_gettext=$withval, + nls_cv_force_use_gnu_gettext=no) +- AC_MSG_RESULT($nls_cv_force_use_gnu_gettext) ++ AC_MSG_RESULT([$nls_cv_force_use_gnu_gettext]) + + nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" + if test "$nls_cv_force_use_gnu_gettext" != "yes"; then +@@ -267,7 +269,7 @@ return * gettext ("")$gt_expression_test + + if test "$gt_use_preinstalled_gnugettext" = "yes" \ + || test "$nls_cv_use_gnu_gettext" = "yes"; then +- AC_DEFINE(ENABLE_NLS, 1, ++ AC_DEFINE([ENABLE_NLS], [1], + [Define to 1 if translation of program messages to the user's native language + is requested.]) + else +@@ -301,9 +303,9 @@ return * gettext ("")$gt_expression_test + fi + + dnl For backward compatibility. Some packages may be using this. +- AC_DEFINE(HAVE_GETTEXT, 1, ++ AC_DEFINE([HAVE_GETTEXT], [1], + [Define if the GNU gettext() function is already present or preinstalled.]) +- AC_DEFINE(HAVE_DCGETTEXT, 1, ++ AC_DEFINE([HAVE_DCGETTEXT], [1], + [Define if the GNU dcgettext() function is already present or preinstalled.]) + fi + +@@ -319,9 +321,9 @@ return * gettext ("")$gt_expression_test + fi + + dnl Make all variables we use known to autoconf. +- AC_SUBST(BUILD_INCLUDED_LIBINTL) +- AC_SUBST(USE_INCLUDED_LIBINTL) +- AC_SUBST(CATOBJEXT) ++ AC_SUBST([BUILD_INCLUDED_LIBINTL]) ++ AC_SUBST([USE_INCLUDED_LIBINTL]) ++ AC_SUBST([CATOBJEXT]) + + dnl For backward compatibility. Some configure.ins may be using this. + nls_cv_header_intl= +@@ -329,36 +331,36 @@ return * gettext ("")$gt_expression_test + + dnl For backward compatibility. Some Makefiles may be using this. + DATADIRNAME=share +- AC_SUBST(DATADIRNAME) ++ AC_SUBST([DATADIRNAME]) + + dnl For backward compatibility. Some Makefiles may be using this. + INSTOBJEXT=.mo +- AC_SUBST(INSTOBJEXT) ++ AC_SUBST([INSTOBJEXT]) + + dnl For backward compatibility. Some Makefiles may be using this. + GENCAT=gencat +- AC_SUBST(GENCAT) ++ AC_SUBST([GENCAT]) + + dnl For backward compatibility. Some Makefiles may be using this. + INTLOBJS= + if test "$USE_INCLUDED_LIBINTL" = yes; then + INTLOBJS="\$(GETTOBJS)" + fi +- AC_SUBST(INTLOBJS) ++ AC_SUBST([INTLOBJS]) + + dnl Enable libtool support if the surrounding package wishes it. + INTL_LIBTOOL_SUFFIX_PREFIX=gt_libtool_suffix_prefix +- AC_SUBST(INTL_LIBTOOL_SUFFIX_PREFIX) ++ AC_SUBST([INTL_LIBTOOL_SUFFIX_PREFIX]) + ]) + + dnl For backward compatibility. Some Makefiles may be using this. + INTLLIBS="$LIBINTL" +- AC_SUBST(INTLLIBS) ++ AC_SUBST([INTLLIBS]) + + dnl Make all documented variables known to autoconf. +- AC_SUBST(LIBINTL) +- AC_SUBST(LTLIBINTL) +- AC_SUBST(POSUB) ++ AC_SUBST([LIBINTL]) ++ AC_SUBST([LTLIBINTL]) ++ AC_SUBST([POSUB]) + ]) + + +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/common/m4/iconv.m4 gstreamer-0.10.28/common/m4/iconv.m4 +--- gstreamer-0.10.28.org/common/m4/iconv.m4 2010-03-08 08:58:16.000000000 -0800 ++++ gstreamer-0.10.28/common/m4/iconv.m4 2010-05-22 08:37:17.733798944 -0700 +@@ -1,5 +1,5 @@ +-# iconv.m4 serial AM6 (gettext-0.17) +-dnl Copyright (C) 2000-2002, 2007 Free Software Foundation, Inc. ++# iconv.m4 serial 9 (gettext-0.18) ++dnl Copyright (C) 2000-2002, 2007-2010 Free Software Foundation, Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. +@@ -34,7 +34,7 @@ AC_DEFUN([AM_ICONV_LINK], + am_save_CPPFLAGS="$CPPFLAGS" + AC_LIB_APPENDTOVAR([CPPFLAGS], [$INCICONV]) + +- AC_CACHE_CHECK([for iconv], am_cv_func_iconv, [ ++ AC_CACHE_CHECK([for iconv], [am_cv_func_iconv], [ + am_cv_func_iconv="no, consider installing GNU libiconv" + am_cv_lib_iconv=no + AC_TRY_LINK([#include +@@ -42,7 +42,7 @@ AC_DEFUN([AM_ICONV_LINK], + [iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd);], +- am_cv_func_iconv=yes) ++ [am_cv_func_iconv=yes]) + if test "$am_cv_func_iconv" != yes; then + am_save_LIBS="$LIBS" + LIBS="$LIBS $LIBICONV" +@@ -51,14 +51,14 @@ AC_DEFUN([AM_ICONV_LINK], + [iconv_t cd = iconv_open("",""); + iconv(cd,NULL,NULL,NULL,NULL); + iconv_close(cd);], +- am_cv_lib_iconv=yes +- am_cv_func_iconv=yes) ++ [am_cv_lib_iconv=yes] ++ [am_cv_func_iconv=yes]) + LIBS="$am_save_LIBS" + fi + ]) + if test "$am_cv_func_iconv" = yes; then +- AC_CACHE_CHECK([for working iconv], am_cv_func_iconv_works, [ +- dnl This tests against bugs in AIX 5.1 and HP-UX 11.11. ++ AC_CACHE_CHECK([for working iconv], [am_cv_func_iconv_works], [ ++ dnl This tests against bugs in AIX 5.1, HP-UX 11.11, Solaris 10. + am_save_LIBS="$LIBS" + if test $am_cv_lib_iconv = yes; then + LIBS="$LIBS $LIBICONV" +@@ -87,6 +87,25 @@ int main () + return 1; + } + } ++ /* Test against Solaris 10 bug: Failures are not distinguishable from ++ successful returns. */ ++ { ++ iconv_t cd_ascii_to_88591 = iconv_open ("ISO8859-1", "646"); ++ if (cd_ascii_to_88591 != (iconv_t)(-1)) ++ { ++ static const char input[] = "\263"; ++ char buf[10]; ++ const char *inptr = input; ++ size_t inbytesleft = strlen (input); ++ char *outptr = buf; ++ size_t outbytesleft = sizeof (buf); ++ size_t res = iconv (cd_ascii_to_88591, ++ (char **) &inptr, &inbytesleft, ++ &outptr, &outbytesleft); ++ if (res == 0) ++ return 1; ++ } ++ } + #if 0 /* This bug could be worked around by the caller. */ + /* Test against HP-UX 11.11 bug: Positive return value instead of 0. */ + { +@@ -134,7 +153,7 @@ int main () + am_func_iconv=no am_cv_lib_iconv=no + fi + if test "$am_func_iconv" = yes; then +- AC_DEFINE(HAVE_ICONV, 1, ++ AC_DEFINE([HAVE_ICONV], [1], + [Define if you have the iconv() function and it works.]) + fi + if test "$am_cv_lib_iconv" = yes; then +@@ -147,8 +166,8 @@ int main () + LIBICONV= + LTLIBICONV= + fi +- AC_SUBST(LIBICONV) +- AC_SUBST(LTLIBICONV) ++ AC_SUBST([LIBICONV]) ++ AC_SUBST([LTLIBICONV]) + ]) + + AC_DEFUN([AM_ICONV], +@@ -156,7 +175,7 @@ AC_DEFUN([AM_ICONV], + AM_ICONV_LINK + if test "$am_cv_func_iconv" = yes; then + AC_MSG_CHECKING([for iconv declaration]) +- AC_CACHE_VAL(am_cv_proto_iconv, [ ++ AC_CACHE_VAL([am_cv_proto_iconv], [ + AC_TRY_COMPILE([ + #include + #include +@@ -169,12 +188,12 @@ size_t iconv (iconv_t cd, char * *inbuf, + #else + size_t iconv(); + #endif +-], [], am_cv_proto_iconv_arg1="", am_cv_proto_iconv_arg1="const") ++], [], [am_cv_proto_iconv_arg1=""], [am_cv_proto_iconv_arg1="const"]) + am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) + am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` +- AC_MSG_RESULT([$]{ac_t:- +- }[$]am_cv_proto_iconv) +- AC_DEFINE_UNQUOTED(ICONV_CONST, $am_cv_proto_iconv_arg1, ++ AC_MSG_RESULT([ ++ $am_cv_proto_iconv]) ++ AC_DEFINE_UNQUOTED([ICONV_CONST], [$am_cv_proto_iconv_arg1], + [Define as const if the declaration of iconv() needs const.]) + fi + ]) +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/common/m4/lib-ld.m4 gstreamer-0.10.28/common/m4/lib-ld.m4 +--- gstreamer-0.10.28.org/common/m4/lib-ld.m4 2010-03-08 08:58:16.000000000 -0800 ++++ gstreamer-0.10.28/common/m4/lib-ld.m4 2010-05-22 08:37:17.753795900 -0700 +@@ -1,5 +1,5 @@ +-# lib-ld.m4 serial 3 (gettext-0.13) +-dnl Copyright (C) 1996-2003 Free Software Foundation, Inc. ++# lib-ld.m4 serial 4 (gettext-0.18) ++dnl Copyright (C) 1996-2003, 2009-2010 Free Software Foundation, Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. +@@ -10,7 +10,7 @@ dnl with libtool.m4. + + dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no. + AC_DEFUN([AC_LIB_PROG_LD_GNU], +-[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld, ++[AC_CACHE_CHECK([if the linker ($LD) is GNU ld], [acl_cv_prog_gnu_ld], + [# I'd rather use --version here, but apparently some GNU ld's only accept -v. + case `$LD -v 2>&1 /dev/null 2>&1; do +- ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` ++ ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"` + done + test -z "$LD" && LD="$ac_prog" + ;; +@@ -77,7 +77,7 @@ elif test "$with_gnu_ld" = yes; then + else + AC_MSG_CHECKING([for non-GNU ld]) + fi +-AC_CACHE_VAL(acl_cv_path_LD, ++AC_CACHE_VAL([acl_cv_path_LD], + [if test -z "$LD"; then + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" + for ac_dir in $PATH; do +@@ -89,9 +89,9 @@ AC_CACHE_VAL(acl_cv_path_LD, + # Break only if it was the GNU/non-GNU ld that we prefer. + case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in + *GNU* | *'with BFD'*) +- test "$with_gnu_ld" != no && break ;; ++ test "$with_gnu_ld" != no && break ;; + *) +- test "$with_gnu_ld" != yes && break ;; ++ test "$with_gnu_ld" != yes && break ;; + esac + fi + done +@@ -101,9 +101,9 @@ else + fi]) + LD="$acl_cv_path_LD" + if test -n "$LD"; then +- AC_MSG_RESULT($LD) ++ AC_MSG_RESULT([$LD]) + else +- AC_MSG_RESULT(no) ++ AC_MSG_RESULT([no]) + fi + test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH]) + AC_LIB_PROG_LD_GNU +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/common/m4/lib-link.m4 gstreamer-0.10.28/common/m4/lib-link.m4 +--- gstreamer-0.10.28.org/common/m4/lib-link.m4 2010-03-08 08:58:16.000000000 -0800 ++++ gstreamer-0.10.28/common/m4/lib-link.m4 2010-05-22 08:37:17.763792911 -0700 +@@ -1,12 +1,12 @@ +-# lib-link.m4 serial 13 (gettext-0.17) +-dnl Copyright (C) 2001-2007 Free Software Foundation, Inc. ++# lib-link.m4 serial 21 (gettext-0.18) ++dnl Copyright (C) 2001-2010 Free Software Foundation, Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. + + dnl From Bruno Haible. + +-AC_PREREQ(2.54) ++AC_PREREQ([2.54]) + + dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and + dnl the libraries corresponding to explicit and implicit dependencies. +@@ -18,9 +18,9 @@ AC_DEFUN([AC_LIB_LINKFLAGS], + [ + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + AC_REQUIRE([AC_LIB_RPATH]) +- define([Name],[translit([$1],[./-], [___])]) +- define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], +- [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) ++ pushdef([Name],[translit([$1],[./-], [___])]) ++ pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], ++ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) + AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [ + AC_LIB_LINKFLAGS_BODY([$1], [$2]) + ac_cv_lib[]Name[]_libs="$LIB[]NAME" +@@ -39,16 +39,17 @@ AC_DEFUN([AC_LIB_LINKFLAGS], + dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the + dnl results of this search when this library appears as a dependency. + HAVE_LIB[]NAME=yes +- undefine([Name]) +- undefine([NAME]) ++ popdef([NAME]) ++ popdef([Name]) + ]) + +-dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode) ++dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode, [missing-message]) + dnl searches for libname and the libraries corresponding to explicit and + dnl implicit dependencies, together with the specified include files and +-dnl the ability to compile and link the specified testcode. If found, it +-dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and +-dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and ++dnl the ability to compile and link the specified testcode. The missing-message ++dnl defaults to 'no' and may contain additional hints for the user. ++dnl If found, it sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} ++dnl and LTLIB${NAME} variables and augments the CPPFLAGS variable, and + dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs + dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty. + dnl Sets and AC_SUBSTs the LIB${NAME}_PREFIX variable to nonempty if libname +@@ -57,9 +58,9 @@ AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], + [ + AC_REQUIRE([AC_LIB_PREPARE_PREFIX]) + AC_REQUIRE([AC_LIB_RPATH]) +- define([Name],[translit([$1],[./-], [___])]) +- define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], +- [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) ++ pushdef([Name],[translit([$1],[./-], [___])]) ++ pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], ++ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) + + dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME + dnl accordingly. +@@ -73,13 +74,25 @@ AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], + + AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [ + ac_save_LIBS="$LIBS" +- LIBS="$LIBS $LIB[]NAME" +- AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no]) ++ dnl If $LIB[]NAME contains some -l options, add it to the end of LIBS, ++ dnl because these -l options might require -L options that are present in ++ dnl LIBS. -l options benefit only from the -L options listed before it. ++ dnl Otherwise, add it to the front of LIBS, because it may be a static ++ dnl library that depends on another static library that is present in LIBS. ++ dnl Static libraries benefit only from the static libraries listed after ++ dnl it. ++ case " $LIB[]NAME" in ++ *" -l"*) LIBS="$LIBS $LIB[]NAME" ;; ++ *) LIBS="$LIB[]NAME $LIBS" ;; ++ esac ++ AC_TRY_LINK([$3], [$4], ++ [ac_cv_lib[]Name=yes], ++ [ac_cv_lib[]Name='m4_if([$5], [], [no], [[$5]])']) + LIBS="$ac_save_LIBS" + ]) + if test "$ac_cv_lib[]Name" = yes; then + HAVE_LIB[]NAME=yes +- AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.]) ++ AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the lib][$1 library.]) + AC_MSG_CHECKING([how to link with lib[]$1]) + AC_MSG_RESULT([$LIB[]NAME]) + else +@@ -95,8 +108,8 @@ AC_DEFUN([AC_LIB_HAVE_LINKFLAGS], + AC_SUBST([LIB]NAME) + AC_SUBST([LTLIB]NAME) + AC_SUBST([LIB]NAME[_PREFIX]) +- undefine([Name]) +- undefine([NAME]) ++ popdef([NAME]) ++ popdef([Name]) + ]) + + dnl Determine the platform dependent parameters needed to use rpath: +@@ -114,7 +127,7 @@ AC_DEFUN([AC_LIB_RPATH], + AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld + AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host + AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir +- AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [ ++ AC_CACHE_CHECK([for shared library run path origin], [acl_cv_rpath], [ + CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ + ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh + . ./conftest.sh +@@ -131,11 +144,32 @@ AC_DEFUN([AC_LIB_RPATH], + acl_hardcode_direct="$acl_cv_hardcode_direct" + acl_hardcode_minus_L="$acl_cv_hardcode_minus_L" + dnl Determine whether the user wants rpath handling at all. +- AC_ARG_ENABLE(rpath, ++ AC_ARG_ENABLE([rpath], + [ --disable-rpath do not hardcode runtime library paths], + :, enable_rpath=yes) + ]) + ++dnl AC_LIB_FROMPACKAGE(name, package) ++dnl declares that libname comes from the given package. The configure file ++dnl will then not have a --with-libname-prefix option but a ++dnl --with-package-prefix option. Several libraries can come from the same ++dnl package. This declaration must occur before an AC_LIB_LINKFLAGS or similar ++dnl macro call that searches for libname. ++AC_DEFUN([AC_LIB_FROMPACKAGE], ++[ ++ pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], ++ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) ++ define([acl_frompackage_]NAME, [$2]) ++ popdef([NAME]) ++ pushdef([PACK],[$2]) ++ pushdef([PACKUP],[translit(PACK,[abcdefghijklmnopqrstuvwxyz./-], ++ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) ++ define([acl_libsinpackage_]PACKUP, ++ m4_ifdef([acl_libsinpackage_]PACKUP, [acl_libsinpackage_]PACKUP[[, ]],)[lib$1]) ++ popdef([PACKUP]) ++ popdef([PACK]) ++]) ++ + dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and + dnl the libraries corresponding to explicit and implicit dependencies. + dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables. +@@ -144,19 +178,23 @@ dnl in ${LIB${NAME}_PREFIX}/$acl_libdirs + AC_DEFUN([AC_LIB_LINKFLAGS_BODY], + [ + AC_REQUIRE([AC_LIB_PREPARE_MULTILIB]) +- define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], +- [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) ++ pushdef([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-], ++ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) ++ pushdef([PACK],[m4_ifdef([acl_frompackage_]NAME, [acl_frompackage_]NAME, lib[$1])]) ++ pushdef([PACKUP],[translit(PACK,[abcdefghijklmnopqrstuvwxyz./-], ++ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])]) ++ pushdef([PACKLIBS],[m4_ifdef([acl_frompackage_]NAME, [acl_libsinpackage_]PACKUP, lib[$1])]) + dnl Autoconf >= 2.61 supports dots in --with options. +- define([N_A_M_E],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit([$1],[.],[_])],[$1])]) ++ pushdef([P_A_C_K],[m4_if(m4_version_compare(m4_defn([m4_PACKAGE_VERSION]),[2.61]),[-1],[translit(PACK,[.],[_])],PACK)]) + dnl By default, look in $includedir and $libdir. + use_additional=yes + AC_LIB_WITH_FINAL_PREFIX([ + eval additional_includedir=\"$includedir\" + eval additional_libdir=\"$libdir\" + ]) +- AC_LIB_ARG_WITH([lib]N_A_M_E[-prefix], +-[ --with-lib]N_A_M_E[-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib +- --without-lib]N_A_M_E[-prefix don't search for lib$1 in includedir and libdir], ++ AC_ARG_WITH(P_A_C_K[-prefix], ++[[ --with-]]P_A_C_K[[-prefix[=DIR] search for ]PACKLIBS[ in DIR/include and DIR/lib ++ --without-]]P_A_C_K[[-prefix don't search for ]PACKLIBS[ in includedir and libdir]], + [ + if test "X$withval" = "Xno"; then + use_additional=no +@@ -169,6 +207,10 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY], + else + additional_includedir="$withval/include" + additional_libdir="$withval/$acl_libdirstem" ++ if test "$acl_libdirstem2" != "$acl_libdirstem" \ ++ && ! test -d "$withval/$acl_libdirstem"; then ++ additional_libdir="$withval/$acl_libdirstem2" ++ fi + fi + fi + ]) +@@ -178,6 +220,9 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY], + LTLIB[]NAME= + INC[]NAME= + LIB[]NAME[]_PREFIX= ++ dnl HAVE_LIB${NAME} is an indicator that LIB${NAME}, LTLIB${NAME} have been ++ dnl computed. So it has to be reset here. ++ HAVE_LIB[]NAME= + rpathdirs= + ltrpathdirs= + names_already_handled= +@@ -267,6 +312,9 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY], + fi + fi + fi ++ dnl Just let the compiler find the library, the compiler and user are smarter then this script ++ dnl when cross compiling and working with a relocated install. ++ found_dir="" + if test "X$found_dir" = "X"; then + for x in $LDFLAGS $LTLIB[]NAME; do + AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"]) +@@ -327,7 +375,9 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY], + dnl Linking with a shared library. We attempt to hardcode its + dnl directory into the executable's runpath, unless it's the + dnl standard /usr/lib. +- if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then ++ if test "$enable_rpath" = no \ ++ || test "X$found_dir" = "X/usr/$acl_libdirstem" \ ++ || test "X$found_dir" = "X/usr/$acl_libdirstem2"; then + dnl No hardcoding is needed. + LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so" + else +@@ -415,7 +465,16 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY], + case "$found_dir" in + */$acl_libdirstem | */$acl_libdirstem/) + basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'` +- LIB[]NAME[]_PREFIX="$basedir" ++ if test "$name" = '$1'; then ++ LIB[]NAME[]_PREFIX="$basedir" ++ fi ++ additional_includedir="$basedir/include" ++ ;; ++ */$acl_libdirstem2 | */$acl_libdirstem2/) ++ basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem2/"'*$,,'` ++ if test "$name" = '$1'; then ++ LIB[]NAME[]_PREFIX="$basedir" ++ fi + additional_includedir="$basedir/include" + ;; + esac +@@ -476,9 +535,11 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY], + dnl 3. if it's already present in $LDFLAGS or the already + dnl constructed $LIBNAME, + dnl 4. if it doesn't exist as a directory. +- if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then ++ if test "X$additional_libdir" != "X/usr/$acl_libdirstem" \ ++ && test "X$additional_libdir" != "X/usr/$acl_libdirstem2"; then + haveit= +- if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then ++ if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem" \ ++ || test "X$additional_libdir" = "X/usr/local/$acl_libdirstem2"; then + if test -n "$GCC"; then + case $host_os in + linux* | gnu* | k*bsd*-gnu) haveit=yes;; +@@ -609,6 +670,11 @@ AC_DEFUN([AC_LIB_LINKFLAGS_BODY], + LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir" + done + fi ++ popdef([P_A_C_K]) ++ popdef([PACKLIBS]) ++ popdef([PACKUP]) ++ popdef([PACK]) ++ popdef([NAME]) + ]) + + dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR, +@@ -654,7 +720,8 @@ AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], + if test -n "$next"; then + dir="$next" + dnl No need to hardcode the standard /usr/lib. +- if test "X$dir" != "X/usr/$acl_libdirstem"; then ++ if test "X$dir" != "X/usr/$acl_libdirstem" \ ++ && test "X$dir" != "X/usr/$acl_libdirstem2"; then + rpathdirs="$rpathdirs $dir" + fi + next= +@@ -663,7 +730,8 @@ AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS], + -L) next=yes ;; + -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'` + dnl No need to hardcode the standard /usr/lib. +- if test "X$dir" != "X/usr/$acl_libdirstem"; then ++ if test "X$dir" != "X/usr/$acl_libdirstem" \ ++ && test "X$dir" != "X/usr/$acl_libdirstem2"; then + rpathdirs="$rpathdirs $dir" + fi + next= ;; +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/common/m4/lib-prefix.m4 gstreamer-0.10.28/common/m4/lib-prefix.m4 +--- gstreamer-0.10.28.org/common/m4/lib-prefix.m4 2010-03-08 08:58:16.000000000 -0800 ++++ gstreamer-0.10.28/common/m4/lib-prefix.m4 2010-05-22 08:37:17.773783356 -0700 +@@ -1,5 +1,5 @@ +-# lib-prefix.m4 serial 5 (gettext-0.15) +-dnl Copyright (C) 2001-2005 Free Software Foundation, Inc. ++# lib-prefix.m4 serial 7 (gettext-0.18) ++dnl Copyright (C) 2001-2005, 2008-2010 Free Software Foundation, Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. +@@ -153,33 +153,72 @@ AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX], + prefix="$acl_save_prefix" + ]) + +-dnl AC_LIB_PREPARE_MULTILIB creates a variable acl_libdirstem, containing +-dnl the basename of the libdir, either "lib" or "lib64". ++dnl AC_LIB_PREPARE_MULTILIB creates ++dnl - a variable acl_libdirstem, containing the basename of the libdir, either ++dnl "lib" or "lib64" or "lib/64", ++dnl - a variable acl_libdirstem2, as a secondary possible value for ++dnl acl_libdirstem, either the same as acl_libdirstem or "lib/sparcv9" or ++dnl "lib/amd64". + AC_DEFUN([AC_LIB_PREPARE_MULTILIB], + [ +- dnl There is no formal standard regarding lib and lib64. The current +- dnl practice is that on a system supporting 32-bit and 64-bit instruction +- dnl sets or ABIs, 64-bit libraries go under $prefix/lib64 and 32-bit +- dnl libraries go under $prefix/lib. We determine the compiler's default +- dnl mode by looking at the compiler's library search path. If at least +- dnl of its elements ends in /lib64 or points to a directory whose absolute +- dnl pathname ends in /lib64, we assume a 64-bit ABI. Otherwise we use the +- dnl default, namely "lib". ++ dnl There is no formal standard regarding lib and lib64. ++ dnl On glibc systems, the current practice is that on a system supporting ++ dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under ++ dnl $prefix/lib64 and 32-bit libraries go under $prefix/lib. We determine ++ dnl the compiler's default mode by looking at the compiler's library search ++ dnl path. If at least one of its elements ends in /lib64 or points to a ++ dnl directory whose absolute pathname ends in /lib64, we assume a 64-bit ABI. ++ dnl Otherwise we use the default, namely "lib". ++ dnl On Solaris systems, the current practice is that on a system supporting ++ dnl 32-bit and 64-bit instruction sets or ABIs, 64-bit libraries go under ++ dnl $prefix/lib/64 (which is a symlink to either $prefix/lib/sparcv9 or ++ dnl $prefix/lib/amd64) and 32-bit libraries go under $prefix/lib. ++ AC_REQUIRE([AC_CANONICAL_HOST]) + acl_libdirstem=lib +- searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` +- if test -n "$searchpath"; then +- acl_save_IFS="${IFS= }"; IFS=":" +- for searchdir in $searchpath; do +- if test -d "$searchdir"; then +- case "$searchdir" in +- */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; +- *) searchdir=`cd "$searchdir" && pwd` +- case "$searchdir" in +- */lib64 ) acl_libdirstem=lib64 ;; +- esac ;; ++ acl_libdirstem2= ++ case "$host_os" in ++ solaris*) ++ dnl See Solaris 10 Software Developer Collection > Solaris 64-bit Developer's Guide > The Development Environment ++ dnl . ++ dnl "Portable Makefiles should refer to any library directories using the 64 symbolic link." ++ dnl But we want to recognize the sparcv9 or amd64 subdirectory also if the ++ dnl symlink is missing, so we set acl_libdirstem2 too. ++ AC_CACHE_CHECK([for 64-bit host], [gl_cv_solaris_64bit], ++ [AC_EGREP_CPP([sixtyfour bits], [ ++#ifdef _LP64 ++sixtyfour bits ++#endif ++ ], [gl_cv_solaris_64bit=yes], [gl_cv_solaris_64bit=no]) ++ ]) ++ if test $gl_cv_solaris_64bit = yes; then ++ acl_libdirstem=lib/64 ++ case "$host_cpu" in ++ sparc*) acl_libdirstem2=lib/sparcv9 ;; ++ i*86 | x86_64) acl_libdirstem2=lib/amd64 ;; + esac + fi +- done +- IFS="$acl_save_IFS" +- fi ++ ;; ++ *) ++ searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'` ++ if test -n "$searchpath"; then ++ acl_save_IFS="${IFS= }"; IFS=":" ++ for searchdir in $searchpath; do ++ if test -d "$searchdir"; then ++ case "$searchdir" in ++ */lib64/ | */lib64 ) acl_libdirstem=lib64 ;; ++ */../ | */.. ) ++ # Better ignore directories of this form. They are misleading. ++ ;; ++ *) searchdir=`cd "$searchdir" && pwd` ++ case "$searchdir" in ++ */lib64 ) acl_libdirstem=lib64 ;; ++ esac ;; ++ esac ++ fi ++ done ++ IFS="$acl_save_IFS" ++ fi ++ ;; ++ esac ++ test -n "$acl_libdirstem2" || acl_libdirstem2="$acl_libdirstem" + ]) +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/common/m4/nls.m4 gstreamer-0.10.28/common/m4/nls.m4 +--- gstreamer-0.10.28.org/common/m4/nls.m4 2010-03-08 08:58:16.000000000 -0800 ++++ gstreamer-0.10.28/common/m4/nls.m4 2010-05-22 08:37:17.793786388 -0700 +@@ -1,5 +1,6 @@ +-# nls.m4 serial 3 (gettext-0.15) +-dnl Copyright (C) 1995-2003, 2005-2006 Free Software Foundation, Inc. ++# nls.m4 serial 5 (gettext-0.18) ++dnl Copyright (C) 1995-2003, 2005-2006, 2008-2010 Free Software Foundation, ++dnl Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. +@@ -17,15 +18,15 @@ dnl Authors: + dnl Ulrich Drepper , 1995-2000. + dnl Bruno Haible , 2000-2003. + +-AC_PREREQ(2.50) ++AC_PREREQ([2.50]) + + AC_DEFUN([AM_NLS], + [ + AC_MSG_CHECKING([whether NLS is requested]) + dnl Default is enabled NLS +- AC_ARG_ENABLE(nls, ++ AC_ARG_ENABLE([nls], + [ --disable-nls do not use Native Language Support], + USE_NLS=$enableval, USE_NLS=yes) +- AC_MSG_RESULT($USE_NLS) +- AC_SUBST(USE_NLS) ++ AC_MSG_RESULT([$USE_NLS]) ++ AC_SUBST([USE_NLS]) + ]) +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/common/m4/po.m4 gstreamer-0.10.28/common/m4/po.m4 +--- gstreamer-0.10.28.org/common/m4/po.m4 2010-03-08 08:58:16.000000000 -0800 ++++ gstreamer-0.10.28/common/m4/po.m4 2010-05-22 08:37:17.803788218 -0700 +@@ -1,5 +1,5 @@ +-# po.m4 serial 15 (gettext-0.17) +-dnl Copyright (C) 1995-2007 Free Software Foundation, Inc. ++# po.m4 serial 17 (gettext-0.18) ++dnl Copyright (C) 1995-2010 Free Software Foundation, Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. +@@ -17,7 +17,7 @@ dnl Authors: + dnl Ulrich Drepper , 1995-2000. + dnl Bruno Haible , 2000-2003. + +-AC_PREREQ(2.50) ++AC_PREREQ([2.50]) + + dnl Checks for all prerequisites of the po subdirectory. + AC_DEFUN([AM_PO_SUBDIRS], +@@ -29,7 +29,7 @@ AC_DEFUN([AM_PO_SUBDIRS], + + dnl Release version of the gettext macros. This is used to ensure that + dnl the gettext macros and po/Makefile.in.in are in sync. +- AC_SUBST([GETTEXT_MACRO_VERSION], [0.17]) ++ AC_SUBST([GETTEXT_MACRO_VERSION], [0.18]) + + dnl Perform the following tests also if --disable-nls has been given, + dnl because they are needed for "make dist" to work. +@@ -41,7 +41,7 @@ AC_DEFUN([AM_PO_SUBDIRS], + [$ac_dir/$ac_word --statistics /dev/null >&]AS_MESSAGE_LOG_FD[ 2>&1 && + (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi)], + :) +- AC_PATH_PROG(GMSGFMT, gmsgfmt, $MSGFMT) ++ AC_PATH_PROG([GMSGFMT], [gmsgfmt], [$MSGFMT]) + + dnl Test whether it is GNU msgfmt >= 0.15. + changequote(,)dnl +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/common/m4/progtest.m4 gstreamer-0.10.28/common/m4/progtest.m4 +--- gstreamer-0.10.28.org/common/m4/progtest.m4 2010-03-08 08:58:16.000000000 -0800 ++++ gstreamer-0.10.28/common/m4/progtest.m4 2010-05-22 08:37:17.833809771 -0700 +@@ -1,5 +1,5 @@ +-# progtest.m4 serial 4 (gettext-0.14.2) +-dnl Copyright (C) 1996-2003, 2005 Free Software Foundation, Inc. ++# progtest.m4 serial 6 (gettext-0.18) ++dnl Copyright (C) 1996-2003, 2005, 2008-2010 Free Software Foundation, Inc. + dnl This file is free software; the Free Software Foundation + dnl gives unlimited permission to copy and/or distribute it, + dnl with or without modifications, as long as this notice is preserved. +@@ -16,7 +16,7 @@ dnl They are *not* in the public domain. + dnl Authors: + dnl Ulrich Drepper , 1996. + +-AC_PREREQ(2.50) ++AC_PREREQ([2.50]) + + # Search path for a program which passes the given test. + +@@ -55,7 +55,7 @@ rm -f conf$$.file + # Extract the first word of "$2", so it can be a program name with args. + set dummy $2; ac_word=[$]2 + AC_MSG_CHECKING([for $ac_word]) +-AC_CACHE_VAL(ac_cv_path_$1, ++AC_CACHE_VAL([ac_cv_path_$1], + [case "[$]$1" in + [[\\/]]* | ?:[[\\/]]*) + ac_cv_path_$1="[$]$1" # Let the user override the test with a path. +@@ -84,9 +84,9 @@ ifelse([$4], , , [ test -z "[$]ac_cv_pa + esac])dnl + $1="$ac_cv_path_$1" + if test ifelse([$4], , [-n "[$]$1"], ["[$]$1" != "$4"]); then +- AC_MSG_RESULT([$]$1) ++ AC_MSG_RESULT([$][$1]) + else +- AC_MSG_RESULT(no) ++ AC_MSG_RESULT([no]) + fi +-AC_SUBST($1)dnl ++AC_SUBST([$1])dnl + ]) +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/configure.ac gstreamer-0.10.28/configure.ac +--- gstreamer-0.10.28.org/configure.ac 2010-03-08 14:52:43.000000000 -0800 ++++ gstreamer-0.10.28/configure.ac 2010-05-22 08:37:17.873785452 -0700 +@@ -63,7 +63,7 @@ AC_SUBST(ACLOCAL_AMFLAGS, "-I common/m4 + + dnl set up gettext + dnl the version check needs to stay here because autopoint greps for it +-AM_GNU_GETTEXT_VERSION([0.17]) ++AM_GNU_GETTEXT_VERSION([0.18]) + AM_GNU_GETTEXT([external]) + AG_GST_GETTEXT([gstreamer-$GST_MAJORMINOR]) + +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/gst-element-check-0.10.m4 gstreamer-0.10.28/gst-element-check-0.10.m4 +--- gstreamer-0.10.28.org/gst-element-check-0.10.m4 1969-12-31 16:00:00.000000000 -0800 ++++ gstreamer-0.10.28/gst-element-check-0.10.m4 2010-05-22 08:38:27.301286153 -0700 +@@ -0,0 +1,23 @@ ++dnl Perform a check for a GStreamer element using gst-inspect ++dnl Thomas Vander Stichele ++dnl Last modification: 25/01/2005 ++ ++dnl AM_GST_ELEMENT_CHECK(ELEMENT-NAME, ACTION-IF-FOUND, ACTION-IF-NOT-FOUND) ++ ++AC_DEFUN([AM_GST_ELEMENT_CHECK], ++[ ++ if test "x$GST_INSPECT" == "x"; then ++ AC_CHECK_PROG(GST_INSPECT, gst-inspect-0.10, gst-inspect-0.10, []) ++ fi ++ ++ if test "x$GST_INSPECT" != "x"; then ++ AC_MSG_CHECKING(GStreamer 0.10 element $1) ++ if [ $GST_INSPECT $1 > /dev/null 2> /dev/null ]; then ++ AC_MSG_RESULT(found.) ++ $2 ++ else ++ AC_MSG_RESULT(not found.) ++ $3 ++ fi ++ fi ++]) +Binary files gstreamer-0.10.28.org/libs/gst/check/.libs/libgstcheck-0.10.a and gstreamer-0.10.28/libs/gst/check/.libs/libgstcheck-0.10.a differ +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/po/ChangeLog gstreamer-0.10.28/po/ChangeLog +--- gstreamer-0.10.28.org/po/ChangeLog 1969-12-31 16:00:00.000000000 -0800 ++++ gstreamer-0.10.28/po/ChangeLog 2010-05-22 08:37:16.941476173 -0700 +@@ -0,0 +1,5 @@ ++2010-05-22 gettextize ++ ++ * Makefile.in.in: Upgrade to gettext-0.18. ++ * Rules-quot: Upgrade to gettext-0.18. ++ +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/po/Makefile.in.in gstreamer-0.10.28/po/Makefile.in.in +--- gstreamer-0.10.28.org/po/Makefile.in.in 2010-03-08 13:31:23.000000000 -0800 ++++ gstreamer-0.10.28/po/Makefile.in.in 2010-05-22 08:37:16.801299560 -0700 +@@ -1,5 +1,5 @@ + # Makefile for PO directory in any package using GNU gettext. +-# Copyright (C) 1995-1997, 2000-2007 by Ulrich Drepper ++# Copyright (C) 1995-1997, 2000-2007, 2009-2010 by Ulrich Drepper + # + # This file can be copied and used freely without restrictions. It can + # be used in projects which are not available under the GNU General Public +@@ -8,16 +8,13 @@ + # Please note that the actual code of GNU gettext is covered by the GNU + # General Public License and is *not* in the public domain. + # +-# Origin: gettext-0.17 +-GETTEXT_MACRO_VERSION = 0.17 ++# Origin: gettext-0.18 ++GETTEXT_MACRO_VERSION = 0.18 + + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ + PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ + +-# thomas: add GETTEXT_PACKAGE substitution as used in Makevars +-GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ +- + SHELL = /bin/sh + @SET_MAKE@ + +@@ -91,8 +88,8 @@ CATALOGS = @CATALOGS@ + .po.gmo: + @lang=`echo $* | sed -e 's,.*/,,'`; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ +- echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o $${lang}.gmo $${lang}.po"; \ +- cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo ++ echo "$${cdcmd}rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o $${lang}.gmo $${lang}.po"; \ ++ cd $(srcdir) && rm -f $${lang}.gmo && $(GMSGFMT) -c --statistics --verbose -o t-$${lang}.gmo $${lang}.po && mv t-$${lang}.gmo $${lang}.gmo + + .sin.sed: + sed -e '/^#/d' $< > t-$@ +@@ -196,8 +193,15 @@ $(POFILES): $(srcdir)/$(DOMAIN).pot + @lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \ + if test -f "$(srcdir)/$${lang}.po"; then \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ +- echo "$${cdcmd}$(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot"; \ +- cd $(srcdir) && $(MSGMERGE_UPDATE) $${lang}.po $(DOMAIN).pot; \ ++ echo "$${cdcmd}$(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot"; \ ++ cd $(srcdir) \ ++ && { case `$(MSGMERGE_UPDATE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ ++ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ ++ $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) $${lang}.po $(DOMAIN).pot;; \ ++ *) \ ++ $(MSGMERGE_UPDATE) $(MSGMERGE_OPTIONS) --lang=$${lang} $${lang}.po $(DOMAIN).pot;; \ ++ esac; \ ++ }; \ + else \ + $(MAKE) $${lang}.po-create; \ + fi +@@ -220,7 +224,6 @@ install-data: install-data-@USE_NLS@ + fi + install-data-no: all + install-data-yes: all +- $(mkdir_p) $(DESTDIR)$(datadir) + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +@@ -272,7 +275,6 @@ installdirs-data: installdirs-data-@USE_ + fi + installdirs-data-no: + installdirs-data-yes: +- $(mkdir_p) $(DESTDIR)$(datadir) + @catalogs='$(CATALOGS)'; \ + for cat in $$catalogs; do \ + cat=`basename $$cat`; \ +@@ -398,9 +400,15 @@ update-po: Makefile + tmpdir=`pwd`; \ + echo "$$lang:"; \ + test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \ +- echo "$${cdcmd}$(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ ++ echo "$${cdcmd}$(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang $$lang.po $(DOMAIN).pot -o $$lang.new.po"; \ + cd $(srcdir); \ +- if $(MSGMERGE) $$lang.po $(DOMAIN).pot -o $$tmpdir/$$lang.new.po; then \ ++ if { case `$(MSGMERGE) --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \ ++ '' | 0.[0-9] | 0.[0-9].* | 0.1[0-7] | 0.1[0-7].*) \ ++ $(MSGMERGE) $(MSGMERGE_OPTIONS) -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ ++ *) \ ++ $(MSGMERGE) $(MSGMERGE_OPTIONS) --lang=$$lang -o $$tmpdir/$$lang.new.po $$lang.po $(DOMAIN).pot;; \ ++ esac; \ ++ }; then \ + if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ + else \ +@@ -421,9 +429,13 @@ $(DUMMYPOFILES): + update-gmo: Makefile $(GMOFILES) + @: + ++# Recreate Makefile by invoking config.status. Explicitly invoke the shell, ++# because execution permission bits may not work on the current file system. ++# Use @SHELL@, which is the shell determined by autoconf for the use by its ++# scripts, not $(SHELL) which is hardwired to /bin/sh and may be deficient. + Makefile: Makefile.in.in Makevars $(top_builddir)/config.status @POMAKEFILEDEPS@ + cd $(top_builddir) \ +- && $(SHELL) ./config.status $(subdir)/$@.in po-directories ++ && @SHELL@ ./config.status $(subdir)/$@.in po-directories + + force: + +diff -Nurp -x '*.o' -x '*.gmo' -x '*.po' -x '*~' gstreamer-0.10.28.org/po/Rules-quot gstreamer-0.10.28/po/Rules-quot +--- gstreamer-0.10.28.org/po/Rules-quot 2010-03-08 08:58:17.000000000 -0800 ++++ gstreamer-0.10.28/po/Rules-quot 2010-05-22 08:37:16.941476173 -0700 +@@ -20,7 +20,7 @@ en@boldquot.po-update: en@boldquot.po-up + ll=`echo $$lang | sed -e 's/@.*//'`; \ + LC_ALL=C; export LC_ALL; \ + cd $(srcdir); \ +- if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ ++ if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ + if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ + rm -f $$tmpdir/$$lang.new.po; \ + else \ +--- gstreamer-0.10.28.org/ChangeLog 2010-03-08 14:54:29.000000000 -0800 ++++ gstreamer-0.10.28/ChangeLog 2010-05-22 09:06:29.863813510 -0700 +@@ -1,3 +1,15 @@ ++2010-05-22 Khem Raj ++ ++ * common/m4/gettext.m4: Upgrade to gettext-0.18. ++ * common/m4/iconv.m4: Upgrade to gettext-0.18. ++ * common/m4/lib-ld.m4: Upgrade to gettext-0.18. ++ * common/m4/lib-link.m4: Upgrade to gettext-0.18. ++ * common/m4/lib-prefix.m4: Upgrade to gettext-0.18. ++ * common/m4/nls.m4: Upgrade to gettext-0.18. ++ * common/m4/po.m4: Upgrade to gettext-0.18. ++ * common/m4/progtest.m4: Upgrade to gettext-0.18. ++ * configure.ac (AM_GNU_GETTEXT_VERSION): Bump to 0.18. ++ + === release 0.10.28 === + + 2010-03-08 Tim-Philipp Müller diff --git a/recipes/gstreamer/gstreamer_0.10.17.bb b/recipes/gstreamer/gstreamer_0.10.17.bb index 4087e8e1d0..dd01e16369 100644 --- a/recipes/gstreamer/gstreamer_0.10.17.bb +++ b/recipes/gstreamer/gstreamer_0.10.17.bb @@ -2,6 +2,9 @@ require gstreamer.inc PR = "r4" -SRC_URI += "file://po-makefile-fix.patch;patch=1 \ - file://registry-do-not-look-into-debug-dirs.patch;patch=1 " +SRC_URI += "file://po-makefile-fix.patch \ + file://registry-do-not-look-into-debug-dirs.patch " + +SRC_URI[archive.md5sum] = "3232416ea6fceab628236d67a7d0a44a" +SRC_URI[archive.sha256sum] = "442862dc93e734aa58f13bcf3914dc7a40d3fa28f0ae2152c80457438dc3569c" diff --git a/recipes/gstreamer/gstreamer_0.10.22.bb b/recipes/gstreamer/gstreamer_0.10.22.bb index 906aa239ac..4cfd56c02d 100644 --- a/recipes/gstreamer/gstreamer_0.10.22.bb +++ b/recipes/gstreamer/gstreamer_0.10.22.bb @@ -4,3 +4,6 @@ do_configure_prepend() { sed -i -e s:docs::g Makefile.am } + +SRC_URI[archive.md5sum] = "35dd8598837af4074753afe5b59e8ef2" +SRC_URI[archive.sha256sum] = "61489e0192b1362e6dc760154204c73c1edd9ad9d8c754535483ec00ad7e389e" diff --git a/recipes/gstreamer/gstreamer_0.10.23.bb b/recipes/gstreamer/gstreamer_0.10.23.bb index 22bc2172ed..7797f87c6d 100644 --- a/recipes/gstreamer/gstreamer_0.10.23.bb +++ b/recipes/gstreamer/gstreamer_0.10.23.bb @@ -6,3 +6,6 @@ do_configure_prepend() { sed -i -e s:docs::g Makefile.am } + +SRC_URI[archive.md5sum] = "f7b2e300d2d85756407ec529424ab237" +SRC_URI[archive.sha256sum] = "cf750821040102d2c9fbfed56472a86fd0d8c24ada37901c41867c88438a776d" diff --git a/recipes/gstreamer/gstreamer_0.10.25.bb b/recipes/gstreamer/gstreamer_0.10.25.bb index 22bc2172ed..08ec872097 100644 --- a/recipes/gstreamer/gstreamer_0.10.25.bb +++ b/recipes/gstreamer/gstreamer_0.10.25.bb @@ -6,3 +6,6 @@ do_configure_prepend() { sed -i -e s:docs::g Makefile.am } + +SRC_URI[archive.md5sum] = "88544e034a051baf472983791d233076" +SRC_URI[archive.sha256sum] = "39b2ba7b3bfa8df6d998a9461e7091c27757e36a53e93969d7d9982a56526578" diff --git a/recipes/gstreamer/gstreamer_0.10.28.bb b/recipes/gstreamer/gstreamer_0.10.28.bb index c44646c60d..ababa473e6 100644 --- a/recipes/gstreamer/gstreamer_0.10.28.bb +++ b/recipes/gstreamer/gstreamer_0.10.28.bb @@ -1,5 +1,10 @@ require gstreamer.inc +PR = "r1" + +SRC_URI += "file://use-gettext-0.18.patch \ + " + SRC_URI[archive.md5sum] = "1c7accac718fe211ff91323c27d4ae02" SRC_URI[archive.sha256sum] = "61613ec7574d22230e8cc893f91b66faec6b21288a22d2f21c9d9eeb7667eb2c" diff --git a/recipes/gstreamer/gstreamer_0.10.29.bb b/recipes/gstreamer/gstreamer_0.10.29.bb new file mode 100644 index 0000000000..6fea774957 --- /dev/null +++ b/recipes/gstreamer/gstreamer_0.10.29.bb @@ -0,0 +1,11 @@ +require gstreamer.inc + +SRC_URI[archive.md5sum] = "c92d6bce4fc65fa9d5a3ad35cdd1a466" +SRC_URI[archive.sha256sum] = "e44a737c016ccab56d646718ecf24b9393babde2c417ac7dd5bd218e5c609ef9" + +EXTRA_OECONF += "ac_cv_func_register_printf_function=no" + +do_configure_prepend() { + sed -i -e s:docs::g Makefile.am +} + diff --git a/recipes/gtk+/composite-pixbuf_0.0.bb b/recipes/gtk+/composite-pixbuf_0.0.bb index 729343fb44..29e329a4af 100644 --- a/recipes/gtk+/composite-pixbuf_0.0.bb +++ b/recipes/gtk+/composite-pixbuf_0.0.bb @@ -16,3 +16,6 @@ do_install() { install -d ${D}${bindir} install -m 755 composite_pixbuf ${D}${bindir} } + +SRC_URI[md5sum] = "97edf3cce3353b6cb5f822442a83aa5e" +SRC_URI[sha256sum] = "bd6f9e5dc0a89e9918f78a550f6e688480f044cec2e8674d34c7c6212831d6bd" diff --git a/recipes/gtk+/gdk-pixbuf-csource-native_2.12.11.bb b/recipes/gtk+/gdk-pixbuf-csource-native_2.12.11.bb index 22d30bfd01..36c0e4753e 100644 --- a/recipes/gtk+/gdk-pixbuf-csource-native_2.12.11.bb +++ b/recipes/gtk+/gdk-pixbuf-csource-native_2.12.11.bb @@ -2,11 +2,11 @@ require gtk+_${PV}.bb inherit native DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native libx11-native" S = "${WORKDIR}/gtk+-${PV}" -FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" -SRC_URI += "file://reduce-dependencies.patch;patch=1" +FILESPATHPKG =. "gdk-pixbuf-csource:gtk+-${PV}:" +SRC_URI += "file://reduce-dependencies.patch" #clear recommends for uclibc builds -RRECOMMENDS = " " +RRECOMMENDS_${PN} = " " RRECOMMENDS_${PN}_linux = " " RRECOMMENDS_${PN}_linux-gnueabi = " " diff --git a/recipes/gtk+/gdk-pixbuf_2.10.14.bb b/recipes/gtk+/gdk-pixbuf_2.10.14.bb index 0aa53b856a..e41f9e086f 100644 --- a/recipes/gtk+/gdk-pixbuf_2.10.14.bb +++ b/recipes/gtk+/gdk-pixbuf_2.10.14.bb @@ -8,11 +8,11 @@ DEPENDS = "libpng gettext glib-2.0" PR = "r2" S = "${WORKDIR}/gtk+-${PV}" -FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" +FILESPATHPKG =. "gdk-pixbuf-csource:gtk+-${PV}:" SRC_URI = "\ ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \ - file://automake-lossage.patch;patch=1 \ + file://automake-lossage.patch \ " inherit autotools pkgconfig @@ -64,3 +64,6 @@ do_install() { cd gdk-pixbuf && oe_runmake install DESTDIR=${D} } + +SRC_URI[md5sum] = "018d7dd0fa7de01cfdb77c7c55e7ba26" +SRC_URI[sha256sum] = "d02344239d048390ba02fcfd7de4f9efc0dfb51e7b06dfa46a6314d666ea4de2" diff --git a/recipes/gtk+/gtk+-1.2_1.2.10.bb b/recipes/gtk+/gtk+-1.2_1.2.10.bb index dfe0fbd979..0ec1508d00 100644 --- a/recipes/gtk+/gtk+-1.2_1.2.10.bb +++ b/recipes/gtk+/gtk+-1.2_1.2.10.bb @@ -7,9 +7,9 @@ DEPENDS = "glib-1.2 jpeg libpng libxext" PR = "r3" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-${PV}.tar.gz \ - file://timezone-fix.patch;patch=1 \ - file://gtk+1.2-reconf-fix;patch=1 \ - file://no-xwc;patch=1" + file://timezone-fix.patch \ + file://gtk+1.2-reconf-fix;apply=yes \ + file://no-xwc;apply=yes" S = "${WORKDIR}/gtk+-${PV}" inherit autotools pkgconfig flow-lossage @@ -56,3 +56,6 @@ do_install_append () { install -d ${D}${sysconfdir}/gtk-1.2 } + +SRC_URI[md5sum] = "4d5cb2fc7fb7830e4af9747a36bfce20" +SRC_URI[sha256sum] = "3fb843ea671c89b909fd145fa09fd2276af3312e58cbab29ed1c93b462108c34" diff --git a/recipes/gtk+/gtk+-2.20.0/cross-nm.patch b/recipes/gtk+/gtk+-2.20.0/cross-nm.patch new file mode 100644 index 0000000000..36e9557009 --- /dev/null +++ b/recipes/gtk+/gtk+-2.20.0/cross-nm.patch @@ -0,0 +1,13 @@ +Index: gtk+-2.20.1/configure.in +=================================================================== +--- gtk+-2.20.1.orig/configure.in 2010-07-10 16:25:40.000000000 -0700 ++++ gtk+-2.20.1/configure.in 2010-07-12 22:08:49.878377002 -0700 +@@ -202,7 +202,7 @@ m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) + AC_SYS_LARGEFILE + + AM_PROG_AS +-AC_PATH_PROG(NM, nm, nm) ++AC_CHECK_PROG(NM, nm, nm) + + dnl Initialize maintainer mode + AM_MAINTAINER_MODE diff --git a/recipes/gtk+/gtk+-2.20.1/cross-nm.patch b/recipes/gtk+/gtk+-2.20.1/cross-nm.patch new file mode 100644 index 0000000000..36e9557009 --- /dev/null +++ b/recipes/gtk+/gtk+-2.20.1/cross-nm.patch @@ -0,0 +1,13 @@ +Index: gtk+-2.20.1/configure.in +=================================================================== +--- gtk+-2.20.1.orig/configure.in 2010-07-10 16:25:40.000000000 -0700 ++++ gtk+-2.20.1/configure.in 2010-07-12 22:08:49.878377002 -0700 +@@ -202,7 +202,7 @@ m4_ifdef([LT_OUTPUT], [LT_OUTPUT]) + AC_SYS_LARGEFILE + + AM_PROG_AS +-AC_PATH_PROG(NM, nm, nm) ++AC_CHECK_PROG(NM, nm, nm) + + dnl Initialize maintainer mode + AM_MAINTAINER_MODE diff --git a/recipes/gtk+/gtk+-2.20.1/gtk-dnd-grab-deadlock-fix.patch b/recipes/gtk+/gtk+-2.20.1/gtk-dnd-grab-deadlock-fix.patch new file mode 100644 index 0000000000..10e84d3bac --- /dev/null +++ b/recipes/gtk+/gtk+-2.20.1/gtk-dnd-grab-deadlock-fix.patch @@ -0,0 +1,24 @@ +commit 96c731cc2dde8a3e4ba542eca4c87ed6154084d2 +Author: Stanislav Brabec +Date: Fri Jul 9 15:11:15 2010 +0200 + + Fix pointer grab dead lock if gtk_drag_begin uses GDK_CURRENT_TIME and + release happens before getting grab. + + For more see https://bugzilla.gnome.org/show_bug.cgi?id=623865 + +diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c +index a0d878d..48063a5 100644 +--- a/gtk/gtkdnd.c ++++ b/gtk/gtkdnd.c +@@ -4065,6 +4065,10 @@ gtk_drag_end (GtkDragSourceInfo *info, guint32 time) + pointer = gdk_drag_context_get_device (info->context); + keyboard = gdk_device_get_associated_device (pointer); + ++ /* Prevent grab after release (see bug 623865) */ ++ if (info->grab_time == GDK_CURRENT_TIME) ++ time = GDK_CURRENT_TIME; ++ + if (info->update_idle) + { + g_source_remove (info->update_idle); diff --git a/recipes/gtk+/gtk+-2.20.1/hardcoded_libtool.patch b/recipes/gtk+/gtk+-2.20.1/hardcoded_libtool.patch new file mode 100644 index 0000000000..82fbbac8d7 --- /dev/null +++ b/recipes/gtk+/gtk+-2.20.1/hardcoded_libtool.patch @@ -0,0 +1,31 @@ +Index: gtk+-2.14.2/configure.in +=================================================================== +--- gtk+-2.14.2.orig/configure.in 2008-09-23 15:52:44.000000000 +0100 ++++ gtk+-2.14.2/configure.in 2008-09-23 15:53:51.000000000 +0100 +@@ -401,7 +401,7 @@ + case $enable_explicit_deps in + auto) + export SED +- deplibs_check_method=`(./libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh` ++ deplibs_check_method=`(./$host_alias-libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh` + if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then + enable_explicit_deps=yes + else +@@ -759,7 +759,7 @@ + dnl Now we check to see if our libtool supports shared lib deps + dnl (in a rather ugly way even) + if $dynworks; then +- pixbuf_libtool_config="${CONFIG_SHELL-/bin/sh} ./libtool --config" ++ pixbuf_libtool_config="${CONFIG_SHELL-/bin/sh} $host_alias-libtool --config" + pixbuf_deplibs_check=`$pixbuf_libtool_config | \ + grep '^[[a-z_]]*check[[a-z_]]*_method=[['\''"]]' | \ + sed 's/.*[['\''"]]\(.*\)[['\''"]]$/\1/'` +@@ -1893,7 +1893,7 @@ + # We are using gmodule-no-export now, but I'm leaving the stripping + # code in place for now, since pango and atk still require gmodule. + export SED +-export_dynamic=`(./libtool --config; echo eval echo \\$export_dynamic_flag_spec) | sh` ++export_dynamic=`($host_alias-libtool --config; echo eval echo \\$export_dynamic_flag_spec) | sh` + if test -n "$export_dynamic"; then + GDK_PIXBUF_DEP_LIBS=`echo $GDK_PIXBUF_DEP_LIBS | sed -e "s/$export_dynamic//"` + GDK_PIXBUF_XLIB_DEP_LIBS=`echo $GDK_PIXBUF_XLIB_DEP_LIBS | sed -e "s/$export_dynamic//"` diff --git a/recipes/gtk+/gtk+-2.20.1/no-demos.patch b/recipes/gtk+/gtk+-2.20.1/no-demos.patch new file mode 100644 index 0000000000..0fc4c48d1a --- /dev/null +++ b/recipes/gtk+/gtk+-2.20.1/no-demos.patch @@ -0,0 +1,10 @@ +--- gtk+-2.10.1/Makefile.am.orig 2006-08-08 12:37:30.000000000 +0100 ++++ gtk+-2.10.1/Makefile.am 2006-08-08 12:37:48.000000000 +0100 +@@ -1,6 +1,6 @@ + ## Makefile.am for GTK+ + +-SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests perf contrib ++SRC_SUBDIRS = gdk-pixbuf gdk gtk modules tests perf contrib + SUBDIRS = po po-properties $(SRC_SUBDIRS) docs m4macros + + # require automake 1.4 diff --git a/recipes/gtk+/gtk+-2.20.1/run-iconcache.patch b/recipes/gtk+/gtk+-2.20.1/run-iconcache.patch new file mode 100644 index 0000000000..aa1bffa8a7 --- /dev/null +++ b/recipes/gtk+/gtk+-2.20.1/run-iconcache.patch @@ -0,0 +1,19 @@ +--- /tmp/Makefile.am 2009-10-28 18:21:54.000000000 +0100 ++++ gtk+-2.18.3/gtk/Makefile.am 2009-10-28 18:23:07.000000000 +0100 +@@ -1300,11 +1300,11 @@ + ./gtk-update-icon-cache + endif + +-gtkbuiltincache.h: @REBUILD@ stamp-icons +- $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT) $(GTK_UPDATE_ICON_CACHE_MANIFEST) +- $(gtk_update_icon_cache_program) --force --ignore-theme-index \ +- --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \ +- mv gtkbuiltincache.h.tmp gtkbuiltincache.h ++#gtkbuiltincache.h: @REBUILD@ stamp-icons ++# $(MAKE) $(AM_MAKEFLAGS) gtk-update-icon-cache$(EXEEXT) $(GTK_UPDATE_ICON_CACHE_MANIFEST) ++# $(gtk_update_icon_cache_program) --force --ignore-theme-index \ ++# --source builtin_icons stock-icons > gtkbuiltincache.h.tmp && \ ++# mv gtkbuiltincache.h.tmp gtkbuiltincache.h + + EXTRA_DIST += \ + $(STOCK_ICONS) \ diff --git a/recipes/gtk+/gtk+-2.20.1/toggle-font.diff b/recipes/gtk+/gtk+-2.20.1/toggle-font.diff new file mode 100644 index 0000000000..59ad150b2f --- /dev/null +++ b/recipes/gtk+/gtk+-2.20.1/toggle-font.diff @@ -0,0 +1,100 @@ +Index: gtk/gtkcellrenderertoggle.c +=================================================================== +--- gtk/gtkcellrenderertoggle.c (revision 18523) ++++ gtk/gtkcellrenderertoggle.c (working copy) +@@ -71,6 +71,8 @@ + PROP_INDICATOR_SIZE + }; + ++/* This is a hard-coded default which promptly gets overridden by a size ++ calculated from the font size. */ + #define TOGGLE_WIDTH 13 + + static guint toggle_cell_signals[LAST_SIGNAL] = { 0 }; +@@ -80,8 +82,9 @@ + typedef struct _GtkCellRendererTogglePrivate GtkCellRendererTogglePrivate; + struct _GtkCellRendererTogglePrivate + { +- gint indicator_size; +- ++ gint indicator_size; /* This is the real size */ ++ gint override_size; /* This is the size set from the indicator-size property */ ++ GtkWidget *cached_widget; + guint inconsistent : 1; + }; + +@@ -104,6 +107,7 @@ + GTK_CELL_RENDERER (celltoggle)->ypad = 2; + + priv->indicator_size = TOGGLE_WIDTH; ++ priv->override_size = 0; + priv->inconsistent = FALSE; + } + +@@ -210,7 +214,7 @@ + g_value_set_boolean (value, celltoggle->radio); + break; + case PROP_INDICATOR_SIZE: +- g_value_set_int (value, priv->indicator_size); ++ g_value_set_int (value, priv->override_size ? priv->override_size : priv->indicator_size); + break; + default: + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, param_id, pspec); +@@ -245,7 +249,7 @@ + celltoggle->radio = g_value_get_boolean (value); + break; + case PROP_INDICATOR_SIZE: +- priv->indicator_size = g_value_get_int (value); ++ priv->override_size = g_value_get_int (value); + break; + default: + G_OBJECT_WARN_INVALID_PROPERTY_ID (object, param_id, pspec); +@@ -273,6 +277,27 @@ + } + + static void ++on_widget_style_set (GtkWidget *widget, GtkStyle *previous, gpointer user_data) ++{ ++ GtkCellRendererTogglePrivate *priv = user_data; ++ PangoContext *context; ++ PangoFontMetrics *metrics; ++ int height; ++ ++ context = gtk_widget_get_pango_context (widget); ++ metrics = pango_context_get_metrics (context, ++ widget->style->font_desc, ++ pango_context_get_language (context)); ++ ++ height = pango_font_metrics_get_ascent (metrics) + ++ pango_font_metrics_get_descent (metrics); ++ ++ pango_font_metrics_unref (metrics); ++ ++ priv->indicator_size = PANGO_PIXELS (height * 0.85); ++} ++ ++static void + gtk_cell_renderer_toggle_get_size (GtkCellRenderer *cell, + GtkWidget *widget, + GdkRectangle *cell_area, +@@ -287,6 +312,20 @@ + + priv = GTK_CELL_RENDERER_TOGGLE_GET_PRIVATE (cell); + ++ if (priv->override_size) { ++ priv->indicator_size = priv->override_size; ++ } else if (priv->cached_widget != widget) { ++ if (priv->cached_widget) { ++ g_object_remove_weak_pointer (widget, &priv->cached_widget); ++ g_signal_handlers_disconnect_by_func (priv->cached_widget, on_widget_style_set, priv); ++ } ++ priv->cached_widget = widget; ++ g_object_add_weak_pointer (widget, &priv->cached_widget); ++ g_signal_connect (widget, "style-set", on_widget_style_set, priv); ++ ++ on_widget_style_set (widget, NULL, priv); ++ } ++ + calc_width = (gint) cell->xpad * 2 + priv->indicator_size; + calc_height = (gint) cell->ypad * 2 + priv->indicator_size; + diff --git a/recipes/gtk+/gtk+-fastscaling_2.10.14.bb b/recipes/gtk+/gtk+-fastscaling_2.10.14.bb index cb79d66301..9dd78a4562 100644 --- a/recipes/gtk+/gtk+-fastscaling_2.10.14.bb +++ b/recipes/gtk+/gtk+-fastscaling_2.10.14.bb @@ -1,6 +1,6 @@ require gtk+_${PV}.bb -FILESPATH_prepend = "${FILE_DIRNAME}/gtk+-${PV}:" +FILESPATHPKG =. "gtk+-${PV}:" DEFAULT_PREFERENCE = "-1" @@ -8,7 +8,10 @@ PROVIDES = "gtk+" RPROVIDES_${PN} = "gtk+" PR = "r2" -SRC_URI += "file://lower-quality-scaling-in-pixbuf-engine.patch;patch=1" +SRC_URI += "file://lower-quality-scaling-in-pixbuf-engine.patch" S = "${WORKDIR}/gtk+-${PV}" + +SRC_URI[md5sum] = "018d7dd0fa7de01cfdb77c7c55e7ba26" +SRC_URI[sha256sum] = "d02344239d048390ba02fcfd7de4f9efc0dfb51e7b06dfa46a6314d666ea4de2" diff --git a/recipes/gtk+/gtk+.inc b/recipes/gtk+/gtk+.inc index b30a4f560b..bb74d785de 100644 --- a/recipes/gtk+/gtk+.inc +++ b/recipes/gtk+/gtk+.inc @@ -10,10 +10,10 @@ PROVIDES = "gdk-pixbuf" MAJ_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" SRC_URI = "http://download.gnome.org/sources/gtk+/${MAJ_VER}/gtk+-${PV}.tar.bz2;name=gtk \ - file://hardcoded_libtool.patch;patch=1 \ - file://run-iconcache.patch;patch=1 \ - file://toggle-font.diff;patch=1;pnum=0 \ - file://xsettings.patch;patch=1 \ + file://hardcoded_libtool.patch \ + file://run-iconcache.patch \ + file://toggle-font.diff;striplevel=0 \ + file://xsettings.patch \ " INC_PR = "r8" diff --git a/recipes/gtk+/gtk+_2.10.14.bb b/recipes/gtk+/gtk+_2.10.14.bb index c9b98a1897..473de5ad1d 100644 --- a/recipes/gtk+/gtk+_2.10.14.bb +++ b/recipes/gtk+/gtk+_2.10.14.bb @@ -3,31 +3,34 @@ require gtk-2.10.inc PR = "r9" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.10/gtk+-${PV}.tar.bz2 \ - file://no-xwc.patch;patch=1 \ - file://automake-lossage.patch;patch=1 \ - file://disable-tooltips.patch;patch=1 \ - file://gtklabel-resize-patch;patch=1 \ - file://menu-deactivate.patch;patch=1 \ - file://xsettings.patch;patch=1 \ - file://scroll-timings.patch;patch=1 \ - file://small-gtkfilesel.patch;patch=1 \ - file://small-gtkfilechooser.patch;patch=1 \ -# file://migration.patch;patch=1;pnum=0 \ - file://run-iconcache.patch;patch=1 \ - file://hardcoded_libtool.patch;patch=1 \ - file://no-demos.patch;patch=1 \ - file://single-click.patch;patch=1 \ - file://spinbutton.patch;patch=1 \ - file://gtk+-handhelds.patch;patch=1 \ - file://filesel-fix-segfault.patch;patch=1 \ - file://combo-arrow-size.patch;patch=1;pnum=0 \ - file://range-no-redraw.patch;patch=1;pnum=0 \ - file://scrolled-placement.patch;patch=1;pnum=0 \ - file://treeview-checkbox-size.patch;patch=1;pnum=0 \ - file://cell-renderer-edit-focus.patch;patch=1;pnum=0 \ + file://no-xwc.patch \ + file://automake-lossage.patch \ + file://disable-tooltips.patch \ + file://gtklabel-resize-patch;apply=yes \ + file://menu-deactivate.patch \ + file://xsettings.patch \ + file://scroll-timings.patch \ + file://small-gtkfilesel.patch \ + file://small-gtkfilechooser.patch \ +# file://migration.patch;striplevel=0 \ + file://run-iconcache.patch \ + file://hardcoded_libtool.patch \ + file://no-demos.patch \ + file://single-click.patch \ + file://spinbutton.patch \ + file://gtk+-handhelds.patch \ + file://filesel-fix-segfault.patch \ + file://combo-arrow-size.patch;striplevel=0 \ + file://range-no-redraw.patch;striplevel=0 \ + file://scrolled-placement.patch;striplevel=0 \ + file://treeview-checkbox-size.patch;striplevel=0 \ + file://cell-renderer-edit-focus.patch;striplevel=0 \ " # check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points require gtk-fpu.inc EXTRA_OECONF += "${@get_gtk_fpu_setting(bb, d)}" + +SRC_URI[md5sum] = "018d7dd0fa7de01cfdb77c7c55e7ba26" +SRC_URI[sha256sum] = "d02344239d048390ba02fcfd7de4f9efc0dfb51e7b06dfa46a6314d666ea4de2" diff --git a/recipes/gtk+/gtk+_2.12.0.bb b/recipes/gtk+/gtk+_2.12.0.bb index a9a9a498a8..664ed7ece1 100644 --- a/recipes/gtk+/gtk+_2.12.0.bb +++ b/recipes/gtk+/gtk+_2.12.0.bb @@ -2,16 +2,16 @@ require gtk+.inc PR = "${INC_PR}.0" -SRC_URI += "file://disable-print.patch;patch=1 \ - file://cellrenderer-cairo.patch;patch=1;pnum=0 \ - file://entry-cairo.patch;patch=1;pnum=0 \ - file://scrolled-placement.patch;patch=1;pnum=0" +SRC_URI += "file://disable-print.patch \ + file://cellrenderer-cairo.patch;striplevel=0 \ + file://entry-cairo.patch;striplevel=0 \ + file://scrolled-placement.patch;striplevel=0" # temporary -# file://gtklabel-resize-patch;patch=1 \ -# file://menu-deactivate.patch;patch=1 \ -# file://combo-arrow-size.patch;patch=1;pnum=0 \ +# file://gtklabel-resize-patch;apply=yes \ +# file://menu-deactivate.patch \ +# file://combo-arrow-size.patch;striplevel=0 \ # die die die -# file://pangoxft2.10.6.diff;patch=1" +# file://pangoxft2.10.6.diff" EXTRA_OECONF = "--with-libtiff --disable-xkb --disable-glibtest --enable-display-migration" @@ -34,3 +34,6 @@ python populate_packages_prepend () { if (bb.data.getVar('DEBIAN_NAMES', d, 1)): bb.data.setVar('PKG_${PN}', 'libgtk-2.0', d) } + +SRC_URI[gtk.md5sum] = "e9c280afec29b11772af5a7c807abf41" +SRC_URI[gtk.sha256sum] = "faa1dc73f8077f72849ade14963202d8af22b51469c1e8e88e20c69d330fd2fd" diff --git a/recipes/gtk+/gtk+_2.12.11.bb b/recipes/gtk+/gtk+_2.12.11.bb index f345711c4c..40f493d587 100644 --- a/recipes/gtk+/gtk+_2.12.11.bb +++ b/recipes/gtk+/gtk+_2.12.11.bb @@ -1,16 +1,16 @@ require gtk+.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" -SRC_URI += "file://cellrenderer-cairo.patch;patch=1;pnum=0 \ - file://entry-cairo.patch;patch=1;pnum=0 \ - file://scrolled-placement.patch;patch=1;pnum=0" +SRC_URI += "file://cellrenderer-cairo.patch;striplevel=0 \ + file://entry-cairo.patch;striplevel=0 \ + file://scrolled-placement.patch;striplevel=0" # temporary -# file://gtklabel-resize-patch;patch=1 \ -# file://menu-deactivate.patch;patch=1 \ -# file://combo-arrow-size.patch;patch=1;pnum=0 \ +# file://gtklabel-resize-patch;apply=yes \ +# file://menu-deactivate.patch \ +# file://combo-arrow-size.patch;striplevel=0 \ # die die die -# file://pangoxft2.10.6.diff;patch=1" +# file://pangoxft2.10.6.diff" EXTRA_OECONF = "--with-libtiff --disable-xkb --disable-glibtest --enable-display-migration" @@ -33,3 +33,6 @@ python populate_packages_prepend () { if (bb.data.getVar('DEBIAN_NAMES', d, 1)): bb.data.setVar('PKG_${PN}', 'libgtk-2.0', d) } + +SRC_URI[gtk.md5sum] = "f7aab88e856a813386f797aade5867ad" +SRC_URI[gtk.sha256sum] = "c447b7f42c75ed5bea3e5488a0af82c0f5ed04536ddbf04c9f2f4f42815ba4a9" diff --git a/recipes/gtk+/gtk+_2.12.3.bb b/recipes/gtk+/gtk+_2.12.3.bb index f345711c4c..53b0bb8ecc 100644 --- a/recipes/gtk+/gtk+_2.12.3.bb +++ b/recipes/gtk+/gtk+_2.12.3.bb @@ -2,15 +2,15 @@ require gtk+.inc PR = "${INC_PR}.0" -SRC_URI += "file://cellrenderer-cairo.patch;patch=1;pnum=0 \ - file://entry-cairo.patch;patch=1;pnum=0 \ - file://scrolled-placement.patch;patch=1;pnum=0" +SRC_URI += "file://cellrenderer-cairo.patch;striplevel=0 \ + file://entry-cairo.patch;striplevel=0 \ + file://scrolled-placement.patch;striplevel=0" # temporary -# file://gtklabel-resize-patch;patch=1 \ -# file://menu-deactivate.patch;patch=1 \ -# file://combo-arrow-size.patch;patch=1;pnum=0 \ +# file://gtklabel-resize-patch;apply=yes \ +# file://menu-deactivate.patch \ +# file://combo-arrow-size.patch;striplevel=0 \ # die die die -# file://pangoxft2.10.6.diff;patch=1" +# file://pangoxft2.10.6.diff" EXTRA_OECONF = "--with-libtiff --disable-xkb --disable-glibtest --enable-display-migration" @@ -33,3 +33,6 @@ python populate_packages_prepend () { if (bb.data.getVar('DEBIAN_NAMES', d, 1)): bb.data.setVar('PKG_${PN}', 'libgtk-2.0', d) } + +SRC_URI[gtk.md5sum] = "dc8455144f27945f2fcbe91e75acd118" +SRC_URI[gtk.sha256sum] = "e77dcec1b2f7ab7606afdaf63a1ddf80af4c5f518e1fcc7260dadb679dd858fa" diff --git a/recipes/gtk+/gtk+_2.14.1.bb b/recipes/gtk+/gtk+_2.14.1.bb index 29b99c3a3c..149d2f7fe6 100644 --- a/recipes/gtk+/gtk+_2.14.1.bb +++ b/recipes/gtk+/gtk+_2.14.1.bb @@ -25,3 +25,6 @@ python populate_packages_prepend () { if (bb.data.getVar('DEBIAN_NAMES', d, 1)): bb.data.setVar('PKG_${PN}', 'libgtk-2.0', d) } + +SRC_URI[gtk.md5sum] = "c6e66ffe92724d83391187f0af016b23" +SRC_URI[gtk.sha256sum] = "516d981d1d696bb00a8c451fe928efd64ce0bd674ccc3024a0aefb292343231b" diff --git a/recipes/gtk+/gtk+_2.14.2.bb b/recipes/gtk+/gtk+_2.14.2.bb index bd23eeab73..cb0d3f7efa 100644 --- a/recipes/gtk+/gtk+_2.14.2.bb +++ b/recipes/gtk+/gtk+_2.14.2.bb @@ -2,7 +2,7 @@ require gtk+.inc PR = "${INC_PR}.0" -SRC_URI += "file://smallscreen_filechooser.patch;patch=1 \ +SRC_URI += "file://smallscreen_filechooser.patch \ " EXTRA_OECONF = "--with-libtiff --disable-xkb --disable-glibtest --enable-display-migration gio_can_sniff=yes" @@ -44,3 +44,6 @@ RPROVIDES_${PN}-dbg = "libgailutil-dbg" RCONFLICTS_${PN}-dbg = "libgailutil-dbg" RREPLACES_${PN}-dbg = "libgailutil-dbg" # FIXME: replace locales as well + +SRC_URI[gtk.md5sum] = "b693a2c1c2dd95457b87d0d042aa5bba" +SRC_URI[gtk.sha256sum] = "efc277e87e3b7e0315eb3c2837fad6a06aab92b38e08fec6f30beb53e7e56e09" diff --git a/recipes/gtk+/gtk+_2.16.4.bb b/recipes/gtk+/gtk+_2.16.4.bb index 470bd06882..7a263ef4aa 100644 --- a/recipes/gtk+/gtk+_2.16.4.bb +++ b/recipes/gtk+/gtk+_2.16.4.bb @@ -42,3 +42,6 @@ RCONFLICTS_${PN}-dbg = "libgailutil-dbg" RREPLACES_${PN}-dbg = "libgailutil-dbg" # FIXME: replace locales as well + +SRC_URI[gtk.md5sum] = "d666f9f5a544e9d4d45804d88b1b5c4d" +SRC_URI[gtk.sha256sum] = "afcdc5b67974054b111a4c283641303647d1ffa5677ffb8c4ce8621f12e17f88" diff --git a/recipes/gtk+/gtk+_2.16.6.bb b/recipes/gtk+/gtk+_2.16.6.bb index 470bd06882..fb071152ba 100644 --- a/recipes/gtk+/gtk+_2.16.6.bb +++ b/recipes/gtk+/gtk+_2.16.6.bb @@ -42,3 +42,6 @@ RCONFLICTS_${PN}-dbg = "libgailutil-dbg" RREPLACES_${PN}-dbg = "libgailutil-dbg" # FIXME: replace locales as well + +SRC_URI[gtk.md5sum] = "416412b336d9f3b6b78ca887395d1726" +SRC_URI[gtk.sha256sum] = "18e0f9792028e6cc5108447678f17d396f9a2cdfec1e6ab5dca98cb844f954af" diff --git a/recipes/gtk+/gtk+_2.18.0.bb b/recipes/gtk+/gtk+_2.18.0.bb index 470bd06882..90f2469be6 100644 --- a/recipes/gtk+/gtk+_2.18.0.bb +++ b/recipes/gtk+/gtk+_2.18.0.bb @@ -42,3 +42,6 @@ RCONFLICTS_${PN}-dbg = "libgailutil-dbg" RREPLACES_${PN}-dbg = "libgailutil-dbg" # FIXME: replace locales as well + +SRC_URI[gtk.md5sum] = "bb7ef5463a74a80454ced2c1d47a0192" +SRC_URI[gtk.sha256sum] = "05fce9327dbe78a74ad4cd45383d541f96f19d40d3c03076cdf6908ad28ad241" diff --git a/recipes/gtk+/gtk+_2.18.3.bb b/recipes/gtk+/gtk+_2.18.3.bb index ec3690d077..1339a3deea 100644 --- a/recipes/gtk+/gtk+_2.18.3.bb +++ b/recipes/gtk+/gtk+_2.18.3.bb @@ -46,3 +46,6 @@ RCONFLICTS_${PN}-dbg = "libgailutil-dbg" RREPLACES_${PN}-dbg = "libgailutil-dbg" # FIXME: replace locales as well + +SRC_URI[gtk.md5sum] = "369e173600efc272131b53b1902679e8" +SRC_URI[gtk.sha256sum] = "1c0665fe560a560851e8b3c9a6501d416c4b54abfb6fa07549d703a04ea768bf" diff --git a/recipes/gtk+/gtk+_2.18.6.bb b/recipes/gtk+/gtk+_2.18.6.bb index 69f8ff5e59..237689dcf6 100644 --- a/recipes/gtk+/gtk+_2.18.6.bb +++ b/recipes/gtk+/gtk+_2.18.6.bb @@ -1,6 +1,6 @@ require gtk+.inc -SRC_URI_append_virtclass-native = " file://no-demos.patch;patch=1 \ +SRC_URI_append_virtclass-native = " file://no-demos.patch \ " PR = "${INC_PR}.4" @@ -56,3 +56,6 @@ RCONFLICTS_${PN}-dbg = "libgailutil-dbg" RREPLACES_${PN}-dbg = "libgailutil-dbg" # FIXME: replace locales as well + +SRC_URI[gtk.md5sum] = "3b32073cf1fad755f7c2b2db71aebe90" +SRC_URI[gtk.sha256sum] = "5629944917b739152d89b69279aefcc3de9fe12a12fd7adb3ca39c840df9354d" diff --git a/recipes/gtk+/gtk+_2.20.0.bb b/recipes/gtk+/gtk+_2.20.0.bb index abddc2756e..70799798dd 100644 --- a/recipes/gtk+/gtk+_2.20.0.bb +++ b/recipes/gtk+/gtk+_2.20.0.bb @@ -1,12 +1,13 @@ require gtk+.inc -SRC_URI_append_virtclass-native = " file://no-demos.patch;patch=1 \ +SRC_URI_append_virtclass-native = " file://no-demos.patch \ " +SRC_URI_append = " file://cross-nm.patch" SRC_URI[gtk.md5sum] = "5517f78b1eb9b1eb60bd48a0152d09e6" SRC_URI[gtk.sha256sum] = "8ea7e11ff88e9a8867b7d9221d40a3bfce5c648ce27cd6bac422ff8f6cca414d" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" BBCLASSEXTEND = "native" diff --git a/recipes/gtk+/gtk+_2.20.1.bb b/recipes/gtk+/gtk+_2.20.1.bb new file mode 100644 index 0000000000..c7efb29ce5 --- /dev/null +++ b/recipes/gtk+/gtk+_2.20.1.bb @@ -0,0 +1,64 @@ +require gtk+.inc + +SRC_URI_append_virtclass-native = " file://no-demos.patch \ +" +SRC_URI_append = "file://gtk-dnd-grab-deadlock-fix.patch \ + file://cross-nm.patch \ + " + +SRC_URI[gtk.md5sum] = "53e6f3a93bd22934878fc4a4a34c68aa" +SRC_URI[gtk.sha256sum] = "0e081731d21e34ff45c82199490c2889504fa8b3c7e117c043e82ababaec0f65" + +PR = "${INC_PR}.1" + +BBCLASSEXTEND = "native" + +DEPENDS_virtclass-native = "libpng-native atk-native pango-native cairo-native libxrender-native libxext-native" +RRECOMMENDS_${PN}_virtclass-native = "" +PROVIDES_virtclass-native = "gdk-pixbuf-csource-native" + +# Enable xkb selectively +XKBTOGGLE = " --disable-xkb" +XKBTOGGLE_angstrom = "" + +EXTRA_OECONF = "--with-libtiff ${XKBTOGGLE} --disable-glibtest gio_can_sniff=yes" +EXTRA_OECONF_append_virtclass-native = " --without-libtiff --without-libjpeg" + +PACKAGES_DYNAMIC = "gtk-module-* gdk-pixbuf-loader-* gtk-immodule-* gtk-printbackend-*" + +python populate_packages_prepend () { + import os.path + + prologue = bb.data.getVar("postinst_prologue", d, 1) + + gtk_libdir = bb.data.expand('${libdir}/gtk-2.0/${LIBV}', d) + loaders_root = os.path.join(gtk_libdir, 'loaders') + immodules_root = os.path.join(gtk_libdir, 'immodules') + printmodules_root = os.path.join(gtk_libdir, 'printbackends'); + modules_root = bb.data.expand('${libdir}/gtk-2.0/modules/',d) + + do_split_packages(d, loaders_root, '^libpixbufloader-(.*)\.so$', 'gdk-pixbuf-loader-%s', 'GDK pixbuf loader for %s', prologue + 'gdk-pixbuf-query-loaders > /etc/gtk-2.0/gdk-pixbuf.loaders', extra_depends='') + do_split_packages(d, immodules_root, '^im-(.*)\.so$', 'gtk-immodule-%s', 'GTK input module for %s', prologue + 'gtk-query-immodules-2.0 > /etc/gtk-2.0/gtk.immodules', extra_depends='') + do_split_packages(d, printmodules_root, '^libprintbackend-(.*)\.so$', 'gtk-printbackend-%s', 'GTK printbackend module for %s', extra_depends='') + do_split_packages(d, modules_root, '^lib(.*)\.so$', 'gtk-module-%s', 'GTK module for %s', extra_depends='') + + if (bb.data.getVar('DEBIAN_NAMES', d, 1)): + bb.data.setVar('PKG_${PN}', 'libgtk-2.0', d) +} + +# gail is part of gtk+ since gtk+-2.13.0 (targetting >=GNOME 2.23): +PROVIDES = "virtual/gail" +RPROVIDES_${PN} = "libgailutil18" +RCONFLICTS_${PN} = "libgailutil18" +RREPLACES_${PN} = "libgailutil18" +RPROVIDES_${PN}-dev = "libgailutil-dev" +RCONFLICTS_${PN}-dev = "libgailutil-dev" +RREPLACES_${PN}-dev = "libgailutil-dev" +RPROVIDES_${PN}-doc = "libgailutil-doc" +RCONFLICTS_${PN}-doc = "libgailutil-doc" +RREPLACES_${PN}-doc = "libgailutil-doc" +RPROVIDES_${PN}-dbg = "libgailutil-dbg" +RCONFLICTS_${PN}-dbg = "libgailutil-dbg" +RREPLACES_${PN}-dbg = "libgailutil-dbg" +# FIXME: replace locales as well + diff --git a/recipes/gtk+/gtk+_2.6.10.bb b/recipes/gtk+/gtk+_2.6.10.bb index cab18db85c..45eaf30fa0 100644 --- a/recipes/gtk+/gtk+_2.6.10.bb +++ b/recipes/gtk+/gtk+_2.6.10.bb @@ -8,33 +8,33 @@ DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt" PR = "r11" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/gtk+-${PV}.tar.bz2 \ - file://help.patch;patch=1 \ - file://no-demos.patch;patch=1 \ - file://no-xwc.patch;patch=1 \ - file://automake-lossage.patch;patch=1 \ - file://gtk+-handhelds.patch;patch=1 \ - file://spinbutton.patch;patch=1 \ - file://hardcoded_libtool.patch;patch=1 \ - file://disable-tooltips.patch;patch=1 \ - file://gtklabel-resize-patch;patch=1 \ - file://menu-deactivate.patch;patch=1 \ - file://xsettings.patch;patch=1 \ - file://scroll-timings.patch;patch=1 \ - file://small-gtkfilesel.patch;patch=1 \ - file://migration.patch;patch=1;pnum=0 \ - file://single-click.patch;patch=1 \ - file://menu-styling.patch;patch=1 \ - file://compile-against-newer-glib.patch;patch=1 \ - file://gtk.keynav.gtkcombobox.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtkentry.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtkiconview.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtkradiobutton.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtksettings.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtktextview.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtktreeview.patch;patch=1;pnum=0 \ - file://gtk.keynav.gtkwidget.patch;patch=1;pnum=0 \ - file://gtk+-2.6.10-bg.patch;patch=1 \ - file://filesel-fix-segfault.patch;patch=1 \ + file://help.patch \ + file://no-demos.patch \ + file://no-xwc.patch \ + file://automake-lossage.patch \ + file://gtk+-handhelds.patch \ + file://spinbutton.patch \ + file://hardcoded_libtool.patch \ + file://disable-tooltips.patch \ + file://gtklabel-resize-patch;apply=yes \ + file://menu-deactivate.patch \ + file://xsettings.patch \ + file://scroll-timings.patch \ + file://small-gtkfilesel.patch \ + file://migration.patch;striplevel=0 \ + file://single-click.patch \ + file://menu-styling.patch \ + file://compile-against-newer-glib.patch \ + file://gtk.keynav.gtkcombobox.patch;striplevel=0 \ + file://gtk.keynav.gtkentry.patch;striplevel=0 \ + file://gtk.keynav.gtkiconview.patch;striplevel=0 \ + file://gtk.keynav.gtkradiobutton.patch;striplevel=0 \ + file://gtk.keynav.gtksettings.patch;striplevel=0 \ + file://gtk.keynav.gtktextview.patch;striplevel=0 \ + file://gtk.keynav.gtktreeview.patch;striplevel=0 \ + file://gtk.keynav.gtkwidget.patch;striplevel=0 \ + file://gtk+-2.6.10-bg.patch \ + file://filesel-fix-segfault.patch \ " inherit autotools pkgconfig @@ -113,3 +113,6 @@ python populate_packages_prepend () { if (bb.data.getVar('DEBIAN_NAMES', d, 1)): bb.data.setVar('PKG_${PN}', 'libgtk-2.0', d) } + +SRC_URI[md5sum] = "520090ef291e35ba93397060e20f5025" +SRC_URI[sha256sum] = "d408b606c8dd414dfbf220ccc168a0bc85a419945439796792a5357a96ff02af" diff --git a/recipes/gtk+/gtk+_2.8.16.bb b/recipes/gtk+/gtk+_2.8.16.bb index 8eac914ed6..f1141bebef 100644 --- a/recipes/gtk+/gtk+_2.8.16.bb +++ b/recipes/gtk+/gtk+_2.8.16.bb @@ -10,21 +10,21 @@ PR = "r5" DEFAULT_PREFERENCE = "-1" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \ - file://no-xwc.patch;patch=1 \ - file://automake-lossage.patch;patch=1 \ - file://spinbutton.patch;patch=1 \ - file://hardcoded_libtool.patch;patch=1 \ - file://disable-tooltips.patch;patch=1 \ - file://gtklabel-resize-patch;patch=1 \ - file://gtktreeview-316689.patch;patch=1 \ - file://menu-deactivate.patch;patch=1 \ - file://xsettings.patch;patch=1 \ - file://scroll-timings.patch;patch=1 \ - file://small-gtkfilesel.patch;patch=1 \ - file://migration.patch;patch=1;pnum=0 \ - file://no-demos.patch;patch=1 \ - file://gtk+-handhelds.patch;patch=1 \ - file://single-click.patch;patch=1" + file://no-xwc.patch \ + file://automake-lossage.patch \ + file://spinbutton.patch \ + file://hardcoded_libtool.patch \ + file://disable-tooltips.patch \ + file://gtklabel-resize-patch;apply=yes \ + file://gtktreeview-316689.patch \ + file://menu-deactivate.patch \ + file://xsettings.patch \ + file://scroll-timings.patch \ + file://small-gtkfilesel.patch \ + file://migration.patch;striplevel=0 \ + file://no-demos.patch \ + file://gtk+-handhelds.patch \ + file://single-click.patch" inherit autotools pkgconfig @@ -97,3 +97,6 @@ python populate_packages_prepend () { if (bb.data.getVar('DEBIAN_NAMES', d, 1)): bb.data.setVar('PKG_${PN}', 'libgtk-2.0', d) } + +SRC_URI[md5sum] = "6dea9b6f546bd858401729d12bbd5919" +SRC_URI[sha256sum] = "5073cb676347d7bfb4438795f586867fbcce68b197eb9c0683b0b82af77d5b8f" diff --git a/recipes/gtk+/gtk+_2.8.9.bb b/recipes/gtk+/gtk+_2.8.9.bb index 91b6b3dce9..224702e943 100644 --- a/recipes/gtk+/gtk+_2.8.9.bb +++ b/recipes/gtk+/gtk+_2.8.9.bb @@ -8,20 +8,20 @@ DEPENDS = "glib-2.0 pango atk jpeg libpng libxext libxcursor gtk-doc libgcrypt c PR = "r7" SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.8/gtk+-${PV}.tar.bz2 \ - file://no-xwc.patch;patch=1 \ - file://automake-lossage.patch;patch=1 \ - file://spinbutton.patch;patch=1 \ - file://hardcoded_libtool.patch;patch=1 \ - file://disable-tooltips.patch;patch=1 \ - file://gtklabel-resize-patch;patch=1 \ - file://menu-deactivate.patch;patch=1 \ - file://xsettings.patch;patch=1 \ - file://scroll-timings.patch;patch=1 \ - file://small-gtkfilesel.patch;patch=1 \ - file://migration.patch;patch=1;pnum=0 \ - file://no-demos.patch;patch=1 \ - file://gtk+-handhelds.patch;patch=1 \ - file://single-click.patch;patch=1" + file://no-xwc.patch \ + file://automake-lossage.patch \ + file://spinbutton.patch \ + file://hardcoded_libtool.patch \ + file://disable-tooltips.patch \ + file://gtklabel-resize-patch;apply=yes \ + file://menu-deactivate.patch \ + file://xsettings.patch \ + file://scroll-timings.patch \ + file://small-gtkfilesel.patch \ + file://migration.patch;striplevel=0 \ + file://no-demos.patch \ + file://gtk+-handhelds.patch \ + file://single-click.patch" inherit autotools pkgconfig @@ -94,3 +94,6 @@ python populate_packages_prepend () { if (bb.data.getVar('DEBIAN_NAMES', d, 1)): bb.data.setVar('PKG_${PN}', 'libgtk-2.0', d) } + +SRC_URI[md5sum] = "e7a94132ae6353106c80cd4a1106a368" +SRC_URI[sha256sum] = "e8fb1f414288e1c2b1ee6408280477ee361e0a19564e9113bd98f433aaa81195" diff --git a/recipes/icu/icu-3.6.inc b/recipes/icu/icu-3.6.inc index 198c73f491..68d89a21a7 100644 --- a/recipes/icu/icu-3.6.inc +++ b/recipes/icu/icu-3.6.inc @@ -4,7 +4,7 @@ LICENSE = "ICU" INC_PR = "r5" SRC_URI = "ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz \ - file://elif-to-else.patch;patch=1" + file://elif-to-else.patch" S = "${WORKDIR}/icu/source" diff --git a/recipes/icu/icu-native_3.6.bb b/recipes/icu/icu-native_3.6.bb index ffbb447e18..23ad825aee 100644 --- a/recipes/icu/icu-native_3.6.bb +++ b/recipes/icu/icu-native_3.6.bb @@ -3,3 +3,6 @@ require icu-3.6.inc PR = "${INC_PR}.1" inherit native + +SRC_URI[md5sum] = "6243f7a19e03e05403ce84e597510d4c" +SRC_URI[sha256sum] = "5135e8d69d6206d320515df7aeee7027711ab1aef9d8dbf29571a97a9746b041" diff --git a/recipes/icu/icu_3.6.bb b/recipes/icu/icu_3.6.bb index 020a4e805c..cbc426e8f9 100644 --- a/recipes/icu/icu_3.6.bb +++ b/recipes/icu/icu_3.6.bb @@ -3,8 +3,8 @@ require icu-3.6.inc DEPENDS += "icu-native" PR = "${INC_PR}.1" -SRC_URI += "file://use-g++-for-linking.patch;patch=1 \ - file://rematch-gcc-bug.patch;patch=1" +SRC_URI += "file://use-g++-for-linking.patch \ + file://rematch-gcc-bug.patch" do_configure_append() { for i in */Makefile */*.inc */*/Makefile */*/*.inc icudefs.mk ; do @@ -46,3 +46,6 @@ icu_sysroot_preprocess () { } + +SRC_URI[md5sum] = "6243f7a19e03e05403ce84e597510d4c" +SRC_URI[sha256sum] = "5135e8d69d6206d320515df7aeee7027711ab1aef9d8dbf29571a97a9746b041" diff --git a/recipes/libidl/libidl-native_0.8.10.bb b/recipes/libidl/libidl-native_0.8.10.bb index e4109b26fa..ffa8ce2078 100644 --- a/recipes/libidl/libidl-native_0.8.10.bb +++ b/recipes/libidl/libidl-native_0.8.10.bb @@ -3,3 +3,6 @@ require libidl_${PV}.bb inherit native DEPENDS = "flex-native glib-2.0-native" + +SRC_URI[md5sum] = "9e10a77ff225587e59c0a28c66b4faa7" +SRC_URI[sha256sum] = "91a5b69435f10002b222be022c832d9860a93e0bc181e3f94abc150486ab031a" diff --git a/recipes/libidl/libidl-native_0.8.13.bb b/recipes/libidl/libidl-native_0.8.13.bb index e4109b26fa..49860a07f7 100644 --- a/recipes/libidl/libidl-native_0.8.13.bb +++ b/recipes/libidl/libidl-native_0.8.13.bb @@ -3,3 +3,6 @@ require libidl_${PV}.bb inherit native DEPENDS = "flex-native glib-2.0-native" + +SRC_URI[md5sum] = "b43b289a859eb38a710f70622c46e571" +SRC_URI[sha256sum] = "bccc7e10dae979518ff012f8464e47ec4b3558a5456a94c8679653aa0b262b71" diff --git a/recipes/libidl/libidl-native_0.8.3.bb b/recipes/libidl/libidl-native_0.8.3.bb index ce59fd4b86..dd45754d99 100644 --- a/recipes/libidl/libidl-native_0.8.3.bb +++ b/recipes/libidl/libidl-native_0.8.3.bb @@ -3,3 +3,6 @@ require libidl_${PV}.bb inherit native DEPENDS = "glib-2.0-native" + +SRC_URI[md5sum] = "39640ea026d81e721b0c78a8aaeb7d59" +SRC_URI[sha256sum] = "808cd8e7b499a3519f8492a5bda75c55e770f976c98b2c2c21edcca4b9c30168" diff --git a/recipes/libidl/libidl_0.8.10.bb b/recipes/libidl/libidl_0.8.10.bb index 8865734d91..8ba48864b4 100644 --- a/recipes/libidl/libidl_0.8.10.bb +++ b/recipes/libidl/libidl_0.8.10.bb @@ -6,3 +6,6 @@ PR = "r0" BINCONFIG_GLOB = "*-config-2" inherit autotools pkgconfig binconfig + +SRC_URI[md5sum] = "9e10a77ff225587e59c0a28c66b4faa7" +SRC_URI[sha256sum] = "91a5b69435f10002b222be022c832d9860a93e0bc181e3f94abc150486ab031a" diff --git a/recipes/libidl/libidl_0.8.13.bb b/recipes/libidl/libidl_0.8.13.bb index 8865734d91..141d802c55 100644 --- a/recipes/libidl/libidl_0.8.13.bb +++ b/recipes/libidl/libidl_0.8.13.bb @@ -6,3 +6,6 @@ PR = "r0" BINCONFIG_GLOB = "*-config-2" inherit autotools pkgconfig binconfig + +SRC_URI[md5sum] = "b43b289a859eb38a710f70622c46e571" +SRC_URI[sha256sum] = "bccc7e10dae979518ff012f8464e47ec4b3558a5456a94c8679653aa0b262b71" diff --git a/recipes/libidl/libidl_0.8.2.bb b/recipes/libidl/libidl_0.8.2.bb index b451ada539..a8ec16849d 100644 --- a/recipes/libidl/libidl_0.8.2.bb +++ b/recipes/libidl/libidl_0.8.2.bb @@ -1,3 +1,6 @@ require libidl.inc PR = "r1" + +SRC_URI[md5sum] = "a75d2dbf3a3c66b567047c94245f8b82" +SRC_URI[sha256sum] = "1c9529f7245778a4f1422d6257d446b7c90a19c3b603b1a25db1669552c464b3" diff --git a/recipes/libidl/libidl_0.8.3.bb b/recipes/libidl/libidl_0.8.3.bb index c4586f94f8..f41e19b1cd 100644 --- a/recipes/libidl/libidl_0.8.3.bb +++ b/recipes/libidl/libidl_0.8.3.bb @@ -15,3 +15,6 @@ do_stage_prepend() { mv ${STAGING_BINDIR}/libIDL-config-2 ${STAGING_BINDIR_CROSS}/libIDL-config-2 fi } + +SRC_URI[md5sum] = "39640ea026d81e721b0c78a8aaeb7d59" +SRC_URI[sha256sum] = "808cd8e7b499a3519f8492a5bda75c55e770f976c98b2c2c21edcca4b9c30168" diff --git a/recipes/libtool/libtool-cross_1.5.10.bb b/recipes/libtool/libtool-cross_1.5.10.bb index 1ae9c6884d..78ebc45c75 100644 --- a/recipes/libtool/libtool-cross_1.5.10.bb +++ b/recipes/libtool/libtool-cross_1.5.10.bb @@ -2,14 +2,14 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" PACKAGES = "" -SRC_URI_append = " file://rpath-control.patch;patch=1 \ - file://libdir-la.patch;patch=1 \ - file://libdir-la2.patch;patch=1 \ - file://prefix.patch;patch=1 \ - file://tag.patch;patch=1 \ - file://install-path-check.patch;patch=1 \ - file://nmedit_fix.patch;patch=1 \ - file://nousrlib.patch;patch=1" +SRC_URI_append = " file://rpath-control.patch \ + file://libdir-la.patch \ + file://libdir-la2.patch \ + file://prefix.patch \ + file://tag.patch \ + file://install-path-check.patch \ + file://nmedit_fix.patch \ + file://nousrlib.patch" S = "${WORKDIR}/libtool-${PV}" @@ -45,3 +45,6 @@ do_stage () { do_install () { : } + +SRC_URI[md5sum] = "e2093a85f6d48f1562c36920087502d6" +SRC_URI[sha256sum] = "6524e6d7a4adbda7fcda27ecd7b08bbeab88ad59d81bc6b166c617530f3dee1a" diff --git a/recipes/libtool/libtool-cross_1.5.22.bb b/recipes/libtool/libtool-cross_1.5.22.bb index 383261217c..03d664a088 100644 --- a/recipes/libtool/libtool-cross_1.5.22.bb +++ b/recipes/libtool/libtool-cross_1.5.22.bb @@ -4,12 +4,12 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" PACKAGES = "" -SRC_URI_append = " file://libdir-la.patch;patch=1 \ - file://prefix.patch;patch=1 \ - file://tag.patch;patch=1 \ - file://tag1.patch;patch=1 \ -# file://rpath.patch;patch=1 \ - file://install-path-check.patch;patch=1" +SRC_URI_append = " file://libdir-la.patch \ + file://prefix.patch \ + file://tag.patch \ + file://tag1.patch \ +# file://rpath.patch \ + file://install-path-check.patch" S = "${WORKDIR}/libtool-${PV}" prefix = "${STAGING_DIR_NATIVE}${prefix_native}" diff --git a/recipes/libtool/libtool-cross_1.5.24.bb b/recipes/libtool/libtool-cross_1.5.24.bb index 211e5a3550..c8f53ca282 100644 --- a/recipes/libtool/libtool-cross_1.5.24.bb +++ b/recipes/libtool/libtool-cross_1.5.24.bb @@ -2,11 +2,11 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" PACKAGES = "" -SRC_URI_append = " file://libdir-la.patch;patch=1 \ - file://prefix.patch;patch=1 \ - file://tag.patch;patch=1 \ - file://tag1.patch;patch=1 \ - file://install-path-check.patch;patch=1" +SRC_URI_append = " file://libdir-la.patch \ + file://prefix.patch \ + file://tag.patch \ + file://tag1.patch \ + file://install-path-check.patch" S = "${WORKDIR}/libtool-${PV}" prefix = "${STAGING_DIR_NATIVE}${prefix_native}" @@ -31,3 +31,6 @@ do_stage () { do_install () { : } + +SRC_URI[md5sum] = "d0071c890101fcf4f2be8934a37841b0" +SRC_URI[sha256sum] = "1e54016a76e9704f11eccf9bb73e2faa0699f002b00b6630df82b8882ff2e5b2" diff --git a/recipes/libtool/libtool-cross_2.2.4.bb b/recipes/libtool/libtool-cross_2.2.4.bb index 1a60b57970..6e6caf958d 100644 --- a/recipes/libtool/libtool-cross_2.2.4.bb +++ b/recipes/libtool/libtool-cross_2.2.4.bb @@ -2,15 +2,15 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" SRC_URI += "\ - file://cross_compile.patch;patch=1 \ - file://prefix.patch;patch=1 \ + file://cross_compile.patch \ + file://prefix.patch \ " DEPENDS += "libtool-native" DOLT_PATCH = "" -DOLT_PATCH_arm = " file://add_dolt.patch;patch=1" -DOLT_PATCH_i586 = " file://add_dolt.patch;patch=1" +DOLT_PATCH_arm = " file://add_dolt.patch" +DOLT_PATCH_i586 = " file://add_dolt.patch" #SRC_URI_append_linux = "${DOLT_PATCH}" #SRC_URI_append_linux-gnueabi = "${DOLT_PATCH}" @@ -44,3 +44,6 @@ do_install () { } PACKAGES = "" + +SRC_URI[md5sum] = "0b87e84c7aad3b5e979bbe35312fd4c1" +SRC_URI[sha256sum] = "b8839214df514d560a202f54c30d1b2e2f443f0798193c9e926c9f9e11218b9c" diff --git a/recipes/libtool/libtool-cross_2.2.6a.bb b/recipes/libtool/libtool-cross_2.2.6a.bb index d3ea34a341..0303cbb349 100644 --- a/recipes/libtool/libtool-cross_2.2.6a.bb +++ b/recipes/libtool/libtool-cross_2.2.6a.bb @@ -2,15 +2,15 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" SRC_URI += "\ - file://cross_compile.patch;patch=1 \ - file://prefix.patch;patch=1 \ + file://cross_compile.patch \ + file://prefix.patch \ " DEPENDS += "libtool-native" DOLT_PATCH = "" -DOLT_PATCH_arm = " file://add_dolt.patch;patch=1" -DOLT_PATCH_i586 = " file://add_dolt.patch;patch=1" +DOLT_PATCH_arm = " file://add_dolt.patch" +DOLT_PATCH_i586 = " file://add_dolt.patch" #SRC_URI_append_linux = "${DOLT_PATCH}" #SRC_URI_append_linux-gnueabi = "${DOLT_PATCH}" diff --git a/recipes/libtool/libtool-cross_2.2.6b.bb b/recipes/libtool/libtool-cross_2.2.6b.bb index d3ea34a341..0303cbb349 100644 --- a/recipes/libtool/libtool-cross_2.2.6b.bb +++ b/recipes/libtool/libtool-cross_2.2.6b.bb @@ -2,15 +2,15 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" SRC_URI += "\ - file://cross_compile.patch;patch=1 \ - file://prefix.patch;patch=1 \ + file://cross_compile.patch \ + file://prefix.patch \ " DEPENDS += "libtool-native" DOLT_PATCH = "" -DOLT_PATCH_arm = " file://add_dolt.patch;patch=1" -DOLT_PATCH_i586 = " file://add_dolt.patch;patch=1" +DOLT_PATCH_arm = " file://add_dolt.patch" +DOLT_PATCH_i586 = " file://add_dolt.patch" #SRC_URI_append_linux = "${DOLT_PATCH}" #SRC_URI_append_linux-gnueabi = "${DOLT_PATCH}" diff --git a/recipes/libtool/libtool-native_1.5.10.bb b/recipes/libtool/libtool-native_1.5.10.bb index 76cbb4baf0..304189c3fc 100644 --- a/recipes/libtool/libtool-native_1.5.10.bb +++ b/recipes/libtool/libtool-native_1.5.10.bb @@ -1,12 +1,12 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" -SRC_URI_append = " file://libdir-la.patch;patch=1 \ - file://libdir-la2.patch;patch=1 \ - file://prefix.patch;patch=1 \ - file://tag.patch;patch=1 \ - file://install-path-check.patch;patch=1 \ - file://nousrlib.patch;patch=1" +SRC_URI_append = " file://libdir-la.patch \ + file://libdir-la2.patch \ + file://prefix.patch \ + file://tag.patch \ + file://install-path-check.patch \ + file://nousrlib.patch" S = "${WORKDIR}/libtool-${PV}" @@ -28,3 +28,6 @@ do_stage () { do_install () { : } + +SRC_URI[md5sum] = "e2093a85f6d48f1562c36920087502d6" +SRC_URI[sha256sum] = "6524e6d7a4adbda7fcda27ecd7b08bbeab88ad59d81bc6b166c617530f3dee1a" diff --git a/recipes/libtool/libtool-native_1.5.22.bb b/recipes/libtool/libtool-native_1.5.22.bb index 3aadb2be01..dad2dc2a4d 100644 --- a/recipes/libtool/libtool-native_1.5.22.bb +++ b/recipes/libtool/libtool-native_1.5.22.bb @@ -3,11 +3,11 @@ DEFAULT_PREFERENCE = "-1" require libtool_${PV}.bb PR = "${INC_PR}.0" -SRC_URI_append = " file://libdir-la.patch;patch=1 \ - file://prefix.patch;patch=1 \ - file://tag.patch;patch=1 \ - file://tag1.patch;patch=1 \ - file://install-path-check.patch;patch=1" +SRC_URI_append = " file://libdir-la.patch \ + file://prefix.patch \ + file://tag.patch \ + file://tag1.patch \ + file://install-path-check.patch" S = "${WORKDIR}/libtool-${PV}" inherit native @@ -28,3 +28,6 @@ do_stage () { do_install () { : } + +SRC_URI[md5sum] = "8e0ac9797b62ba4dcc8a2fb7936412b0" +SRC_URI[sha256sum] = "88e9ffaaade21c1ddaf6297723dd2fb4ca18ccaef0499a28b6e672f02c8ceb5d" diff --git a/recipes/libtool/libtool-native_1.5.24.bb b/recipes/libtool/libtool-native_1.5.24.bb index f767afcd63..0e315e8b2b 100644 --- a/recipes/libtool/libtool-native_1.5.24.bb +++ b/recipes/libtool/libtool-native_1.5.24.bb @@ -3,11 +3,11 @@ SECTION = "devel" require libtool_${PV}.bb PR = "${INC_PR}.0" -SRC_URI_append = " file://libdir-la.patch;patch=1 \ - file://prefix.patch;patch=1 \ - file://tag.patch;patch=1 \ - file://tag1.patch;patch=1 \ - file://install-path-check.patch;patch=1" +SRC_URI_append = " file://libdir-la.patch \ + file://prefix.patch \ + file://tag.patch \ + file://tag1.patch \ + file://install-path-check.patch" S = "${WORKDIR}/libtool-${PV}" inherit native @@ -28,3 +28,6 @@ do_stage () { do_install () { : } + +SRC_URI[md5sum] = "d0071c890101fcf4f2be8934a37841b0" +SRC_URI[sha256sum] = "1e54016a76e9704f11eccf9bb73e2faa0699f002b00b6630df82b8882ff2e5b2" diff --git a/recipes/libtool/libtool-native_2.2.4.bb b/recipes/libtool/libtool-native_2.2.4.bb index a7ad685909..b241d0c8f6 100644 --- a/recipes/libtool/libtool-native_2.2.4.bb +++ b/recipes/libtool/libtool-native_2.2.4.bb @@ -2,8 +2,8 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" SRC_URI += "\ - file://cross_compile.patch;patch=1 \ - file://prefix.patch;patch=1 \ + file://cross_compile.patch \ + file://prefix.patch \ " S = "${WORKDIR}/libtool-${PV}" @@ -44,3 +44,6 @@ do_stage () { do_install () { : } + +SRC_URI[md5sum] = "0b87e84c7aad3b5e979bbe35312fd4c1" +SRC_URI[sha256sum] = "b8839214df514d560a202f54c30d1b2e2f443f0798193c9e926c9f9e11218b9c" diff --git a/recipes/libtool/libtool-native_2.2.6a.bb b/recipes/libtool/libtool-native_2.2.6a.bb index 082663a280..fb83cf2258 100644 --- a/recipes/libtool/libtool-native_2.2.6a.bb +++ b/recipes/libtool/libtool-native_2.2.6a.bb @@ -2,8 +2,8 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" SRC_URI += "\ - file://cross_compile.patch;patch=1 \ - file://prefix.patch;patch=1 \ + file://cross_compile.patch \ + file://prefix.patch \ " inherit native diff --git a/recipes/libtool/libtool-native_2.2.6b.bb b/recipes/libtool/libtool-native_2.2.6b.bb index 082663a280..d5c7139d21 100644 --- a/recipes/libtool/libtool-native_2.2.6b.bb +++ b/recipes/libtool/libtool-native_2.2.6b.bb @@ -1,9 +1,9 @@ require libtool_${PV}.bb -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" SRC_URI += "\ - file://cross_compile.patch;patch=1 \ - file://prefix.patch;patch=1 \ + file://cross_compile.patch \ + file://prefix.patch \ " inherit native @@ -11,35 +11,34 @@ inherit native do_configure_prepend () { # Remove any existing libtool m4 since old stale versions would break # any upgrade - rm -f ${STAGING_DATADIR}/aclocal/libtool.m4 - rm -f ${STAGING_DATADIR}/aclocal/lt*.m4 + rm -f ${D}${datadir}/aclocal/libtool.m4 + rm -f ${D}${datadir}/aclocal/lt*.m4 } -do_stage () { - install -m 0755 ${HOST_SYS}-libtool ${STAGING_BINDIR}/${HOST_SYS}-libtool - install -m 0755 libtoolize ${STAGING_BINDIR}/libtoolize - oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} - install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ - install -d ${STAGING_INCDIR}/libltdl/ - install -m 0644 libltdl/libltdl/*.h ${STAGING_INCDIR}/libltdl/ - install -d ${STAGING_DATADIR}/libtool/config/ ${STAGING_DATADIR}/aclocal/ - install -c ${S}/libltdl/config/config.guess ${STAGING_DATADIR}/libtool/ - install -c ${S}/libltdl/config/config.sub ${STAGING_DATADIR}/libtool/ +do_install () { + install -d ${D}${bindir}/ + install -d ${D}${includedir}/ + install -m 0755 ${HOST_SYS}-libtool ${D}${bindir}/${HOST_SYS}-libtool + install -m 0755 libtoolize ${D}${bindir}/libtoolize + oe_libinstall -a -so -C libltdl libltdl ${D}${libdir} + install -m 0644 libltdl/ltdl.h ${D}${includedir}/ + install -d ${D}${includedir}/libltdl/ + install -m 0644 libltdl/libltdl/*.h ${D}${includedir}/libltdl/ + install -d ${D}${datadir}/libtool/config/ ${D}${datadir}/aclocal/ + install -c ${S}/libltdl/config/config.guess ${D}${datadir}/libtool/ + install -c ${S}/libltdl/config/config.sub ${D}${datadir}/libtool/ for i in config.guess config.sub compile depcomp general.m4sh getopt.m4sh install-sh ltmain.m4sh ltmain.sh mdate-sh missing mkstamp ; do \ - install -c -m 0644 ${S}/libltdl/config/$i ${STAGING_DATADIR}/libtool/config/ + install -c -m 0644 ${S}/libltdl/config/$i ${D}${datadir}/libtool/config/ done - install -c -m 0644 ${S}/libltdl/m4/libtool.m4 ${STAGING_DATADIR}/aclocal/ - install -c -m 0644 ${S}/libltdl/m4/ltdl.m4 ${STAGING_DATADIR}/aclocal/ - install -c -m 0644 ${S}/libltdl/m4/ltoptions.m4 ${STAGING_DATADIR}/aclocal/ - install -c -m 0644 ${S}/libltdl/m4/ltversion.m4 ${STAGING_DATADIR}/aclocal/ - install -c -m 0644 ${S}/libltdl/m4/ltsugar.m4 ${STAGING_DATADIR}/aclocal/ - install -c -m 0644 ${S}/libltdl/m4/lt~obsolete.m4 ${STAGING_DATADIR}/aclocal/ - install -c -m 0644 ${S}/libltdl/m4/argz.m4 ${STAGING_DATADIR}/aclocal/ + install -c -m 0644 ${S}/libltdl/m4/libtool.m4 ${D}${datadir}/aclocal/ + install -c -m 0644 ${S}/libltdl/m4/ltdl.m4 ${D}${datadir}/aclocal/ + install -c -m 0644 ${S}/libltdl/m4/ltoptions.m4 ${D}${datadir}/aclocal/ + install -c -m 0644 ${S}/libltdl/m4/ltversion.m4 ${D}${datadir}/aclocal/ + install -c -m 0644 ${S}/libltdl/m4/ltsugar.m4 ${D}${datadir}/aclocal/ + install -c -m 0644 ${S}/libltdl/m4/lt~obsolete.m4 ${D}${datadir}/aclocal/ + install -c -m 0644 ${S}/libltdl/m4/argz.m4 ${D}${datadir}/aclocal/ - install -d ${STAGING_DATADIR}/libtool/libltdl - cp -pfPr ${S}/libltdl/* ${STAGING_DATADIR}/libtool/libltdl/ + install -d ${D}${datadir}/libtool/libltdl + cp -pfPr ${S}/libltdl/* ${D}${datadir}/libtool/libltdl/ } -do_install () { - : -} diff --git a/recipes/libtool/libtool-sdk_1.5.10.bb b/recipes/libtool/libtool-sdk_1.5.10.bb index ac188bdecd..10ed23dee6 100644 --- a/recipes/libtool/libtool-sdk_1.5.10.bb +++ b/recipes/libtool/libtool-sdk_1.5.10.bb @@ -1,14 +1,14 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" -SRC_URI_append = " file://rpath-control.patch;patch=1 \ - file://libdir-la.patch;patch=1 \ - file://libdir-la2.patch;patch=1 \ - file://prefix.patch;patch=1 \ - file://tag.patch;patch=1 \ - file://install-path-check.patch;patch=1 \ - file://nousrlib.patch;patch=1 \ - file://add_sysroot_function.patch;patch=1 \ +SRC_URI_append = " file://rpath-control.patch \ + file://libdir-la.patch \ + file://libdir-la2.patch \ + file://prefix.patch \ + file://tag.patch \ + file://install-path-check.patch \ + file://nousrlib.patch \ + file://add_sysroot_function.patch \ " S = "${WORKDIR}/libtool-${PV}" @@ -49,3 +49,6 @@ do_install () { install -c -m 0644 ltdl.m4 ${D}${datadir}/aclocal/ } + +SRC_URI[md5sum] = "e2093a85f6d48f1562c36920087502d6" +SRC_URI[sha256sum] = "6524e6d7a4adbda7fcda27ecd7b08bbeab88ad59d81bc6b166c617530f3dee1a" diff --git a/recipes/libtool/libtool-sdk_2.2.4.bb b/recipes/libtool/libtool-sdk_2.2.4.bb index c934a6e390..5191ce3c31 100644 --- a/recipes/libtool/libtool-sdk_2.2.4.bb +++ b/recipes/libtool/libtool-sdk_2.2.4.bb @@ -2,7 +2,7 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" -SRC_URI_append = " file://cross_compile.patch;patch=1" +SRC_URI_append = " file://cross_compile.patch" S = "${WORKDIR}/libtool-${PV}" @@ -55,3 +55,6 @@ do_stage () { install -c -m 0644 ${S}/libltdl/m4/ltsugar.m4 ${STAGING_DATADIR}/aclocal/ install -c -m 0644 ${S}/libltdl/m4/lt~obsolete.m4 ${STAGING_DATADIR}/aclocal/ } + +SRC_URI[md5sum] = "0b87e84c7aad3b5e979bbe35312fd4c1" +SRC_URI[sha256sum] = "b8839214df514d560a202f54c30d1b2e2f443f0798193c9e926c9f9e11218b9c" diff --git a/recipes/libtool/libtool-sdk_2.2.6a.bb b/recipes/libtool/libtool-sdk_2.2.6a.bb index 7e269ef381..f7d6cb58a6 100644 --- a/recipes/libtool/libtool-sdk_2.2.6a.bb +++ b/recipes/libtool/libtool-sdk_2.2.6a.bb @@ -1,7 +1,7 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" -SRC_URI_append = " file://cross_compile.patch;patch=1" +SRC_URI_append = " file://cross_compile.patch" inherit sdk diff --git a/recipes/libtool/libtool-sdk_2.2.6b.bb b/recipes/libtool/libtool-sdk_2.2.6b.bb index 7e269ef381..f7d6cb58a6 100644 --- a/recipes/libtool/libtool-sdk_2.2.6b.bb +++ b/recipes/libtool/libtool-sdk_2.2.6b.bb @@ -1,7 +1,7 @@ require libtool_${PV}.bb PR = "${INC_PR}.0" -SRC_URI_append = " file://cross_compile.patch;patch=1" +SRC_URI_append = " file://cross_compile.patch" inherit sdk diff --git a/recipes/libtool/libtool_1.5.10.bb b/recipes/libtool/libtool_1.5.10.bb index 8fd2cdfc59..56475aefaa 100644 --- a/recipes/libtool/libtool_1.5.10.bb +++ b/recipes/libtool/libtool_1.5.10.bb @@ -2,9 +2,9 @@ require libtool.inc PR = "${INC_PR}.0" SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ - file://autotools.patch;patch=1 \ - file://uclibc.patch;patch=1 \ - file://3figures.patch;patch=1" + file://autotools.patch \ + file://uclibc.patch \ + file://3figures.patch" S = "${WORKDIR}/libtool-${PV}" PACKAGES =+ "libltdl libltdl-dev libltdl-dbg" @@ -28,3 +28,6 @@ do_stage () { oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ } + +SRC_URI[md5sum] = "e2093a85f6d48f1562c36920087502d6" +SRC_URI[sha256sum] = "6524e6d7a4adbda7fcda27ecd7b08bbeab88ad59d81bc6b166c617530f3dee1a" diff --git a/recipes/libtool/libtool_1.5.22.bb b/recipes/libtool/libtool_1.5.22.bb index 88116f0455..2278cecdd5 100644 --- a/recipes/libtool/libtool_1.5.22.bb +++ b/recipes/libtool/libtool_1.5.22.bb @@ -4,9 +4,9 @@ require libtool.inc PR = "${INC_PR}.0" SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ - file://autotools.patch;patch=1 \ - file://uclibc.patch;patch=1" -# file://3figures.patch;patch=1" + file://autotools.patch \ + file://uclibc.patch" +# file://3figures.patch" S = "${WORKDIR}/libtool-${PV}" PACKAGES = "${PN}-dbg libltdl libltdl-dev ${PN}" @@ -29,3 +29,6 @@ do_stage () { oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ } + +SRC_URI[md5sum] = "8e0ac9797b62ba4dcc8a2fb7936412b0" +SRC_URI[sha256sum] = "88e9ffaaade21c1ddaf6297723dd2fb4ca18ccaef0499a28b6e672f02c8ceb5d" diff --git a/recipes/libtool/libtool_1.5.24.bb b/recipes/libtool/libtool_1.5.24.bb index 2ab735821f..6e3655a082 100644 --- a/recipes/libtool/libtool_1.5.24.bb +++ b/recipes/libtool/libtool_1.5.24.bb @@ -4,9 +4,9 @@ require libtool.inc PR = "${INC_PR}.0" SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ - file://autotools.patch;patch=1 \ - file://uclibc.patch;patch=1 \ - file://never-ever-do-rpath.patch;patch=1" + file://autotools.patch \ + file://uclibc.patch \ + file://never-ever-do-rpath.patch" S = "${WORKDIR}/libtool-${PV}" @@ -30,3 +30,6 @@ do_stage () { oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ } + +SRC_URI[md5sum] = "d0071c890101fcf4f2be8934a37841b0" +SRC_URI[sha256sum] = "1e54016a76e9704f11eccf9bb73e2faa0699f002b00b6630df82b8882ff2e5b2" diff --git a/recipes/libtool/libtool_1.5.6.bb b/recipes/libtool/libtool_1.5.6.bb index 6827ea99a1..3a97d9e28b 100644 --- a/recipes/libtool/libtool_1.5.6.bb +++ b/recipes/libtool/libtool_1.5.6.bb @@ -6,7 +6,7 @@ PR = "${INC_PR}.0" DEFAULT_PREFERENCE = "-1" SRC_URI = "${GNU_MIRROR}/libtool/libtool-${PV}.tar.gz \ - file://autotools.patch;patch=1" + file://autotools.patch" S = "${WORKDIR}/libtool-${PV}" PACKAGES = "libltdl libltdl-dbg libltdl-dev ${PN} ${PN}-doc" @@ -30,3 +30,6 @@ do_stage () { oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} install -m 0644 libltdl/ltdl.h ${STAGING_INCDIR}/ } + +SRC_URI[md5sum] = "f9b709f4ac6d094afdee9cdbe1c6ffe7" +SRC_URI[sha256sum] = "eb95567b78f00208c4932b8ea2f157059db9b58efcec515fa62c5bcb95670f04" diff --git a/recipes/libtool/libtool_2.2.4.bb b/recipes/libtool/libtool_2.2.4.bb index 65c2d178ab..486c554a1c 100644 --- a/recipes/libtool/libtool_2.2.4.bb +++ b/recipes/libtool/libtool_2.2.4.bb @@ -20,3 +20,6 @@ do_stage () { install -m 0644 libltdl/libltdl/*.h ${STAGING_INCDIR}/libltdl/ oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} } + +SRC_URI[md5sum] = "0b87e84c7aad3b5e979bbe35312fd4c1" +SRC_URI[sha256sum] = "b8839214df514d560a202f54c30d1b2e2f443f0798193c9e926c9f9e11218b9c" diff --git a/recipes/libtool/libtool_2.2.6a.bb b/recipes/libtool/libtool_2.2.6a.bb index 9f6a079443..b9155c90d2 100644 --- a/recipes/libtool/libtool_2.2.6a.bb +++ b/recipes/libtool/libtool_2.2.6a.bb @@ -20,3 +20,6 @@ do_stage () { install -m 0644 libltdl/libltdl/*.h ${STAGING_INCDIR}/libltdl/ oe_libinstall -a -so -C libltdl libltdl ${STAGING_LIBDIR} } + +SRC_URI[md5sum] = "8ca1ea241cd27ff9832e045fe9afe4fd" +SRC_URI[sha256sum] = "eb6b8f8272c5a5cad0c7c6b949aa75632f45c295f09b2e1e90b6bce15b32b796" diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc index 8d4900208e..23b0546da1 100644 --- a/recipes/libxml/libxml2.inc +++ b/recipes/libxml/libxml2.inc @@ -7,7 +7,7 @@ DEPENDS_virtclass-native = "python-native" SRC_URI = "ftp://xmlsoft.org/libxml2/libxml2-${PV}.tar.gz;name=archive" S = "${WORKDIR}/${BPN}-${PV}" -INC_PR = "r6" +INC_PR = "r8" BBCLASSEXTEND = "native" @@ -20,17 +20,21 @@ EXTRA_OECONF = "\ --with-docbook \ --with-c14n" -EXTRA_OECONF_append = " --without-python" -EXTRA_OECONF_append_virtclass-native = " --with-python=${PYTHON_DIR}" +XPY = " --without-python" +XPY_virtclass-native = " --with-python=${PYTHON_DIR}" + +EXTRA_OECONF += "${XPY}" export LDFLAGS += "-ldl" do_install_append() { - install -m 0644 libxml.m4 ${STAGING_DATADIR}/aclocal/ + install -d ${D}${datadir}/aclocal + install -m 0644 libxml.m4 ${D}${datadir}/aclocal #this is need it by php during its install install -d ${STAGING_BINDIR_CROSS} install -m 0755 xml2-config ${STAGING_BINDIR_CROSS}/ } + do_install_append_virtclass-native() { : } diff --git a/recipes/libxml/libxml2_2.7.3.bb b/recipes/libxml/libxml2_2.7.3.bb index 636ee91cd1..898b19680b 100644 --- a/recipes/libxml/libxml2_2.7.3.bb +++ b/recipes/libxml/libxml2_2.7.3.bb @@ -2,3 +2,5 @@ require libxml2.inc PR = "${INC_PR}.0" +SRC_URI[archive.md5sum] = "8f4fda3969237c2a33bdb1583b5d06b2" +SRC_URI[archive.sha256sum] = "432464d8c9bd8060d9c1fdef1cfa75803c1a363ceac20b21f8c7e34e056e5a98" diff --git a/recipes/libxslt/libxslt.inc b/recipes/libxslt/libxslt.inc index d2a4400700..eb0363ffd1 100644 --- a/recipes/libxslt/libxslt.inc +++ b/recipes/libxslt/libxslt.inc @@ -3,12 +3,12 @@ SECTION = "libs" PRIORITY = "optional" DEPENDS = "libxml2 (>=2.6.27)" LICENSE = "MIT" -INC_PR = "r4" +INC_PR = "r5" SRC_URI = "ftp://xmlsoft.org/libxml2/${BPN}-${PV}.tar.gz;name=archive" S = "${WORKDIR}/${BPN}-${PV}" -inherit autotools pkgconfig +inherit autotools pkgconfig binconfig NATIVE_INSTALL_WORKS = "1" BBCLASSEXTEND = "native" @@ -17,5 +17,4 @@ EXTRA_OECONF = "--without-python --without-debug --without-mem-debug --without-c PACKAGES = "${PN}-dbg ${PN}-dev ${PN}-utils ${PN} ${PN}-doc ${PN}-locale" -FILES_${PN}-dev += "${bindir}/xslt-config" FILES_${PN}-utils += "${bindir}" diff --git a/recipes/libxslt/libxslt_1.1.17.bb b/recipes/libxslt/libxslt_1.1.17.bb index d52791fa30..da37170079 100644 --- a/recipes/libxslt/libxslt_1.1.17.bb +++ b/recipes/libxslt/libxslt_1.1.17.bb @@ -2,7 +2,7 @@ require libxslt.inc DEPENDS = "libxml2" PR = "${INC_PR}.0" -SRC_URI += " file://destdir.patch;patch=1" +SRC_URI += " file://destdir.patch" EXTRA_OECONF += " --without-plugins" diff --git a/recipes/libxslt/libxslt_1.1.21.bb b/recipes/libxslt/libxslt_1.1.21.bb index 34b5860357..4a36d3f8db 100644 --- a/recipes/libxslt/libxslt_1.1.21.bb +++ b/recipes/libxslt/libxslt_1.1.21.bb @@ -1,9 +1,4 @@ require libxslt.inc PR = "${INC_PR}.0" - -do_stage () { - autotools_stage_all -} - SRC_URI[archive.md5sum] = "59fe34e85692f71df2a38c2ee291b3ca" SRC_URI[archive.sha256sum] = "ccefd4ceb29bb729dcaa9a9d4a86654a9134adfd29bdd72be1a9d3726efb54e0" diff --git a/recipes/libxslt/libxslt_1.1.22.bb b/recipes/libxslt/libxslt_1.1.22.bb index a93da16fc0..e25dd06f22 100644 --- a/recipes/libxslt/libxslt_1.1.22.bb +++ b/recipes/libxslt/libxslt_1.1.22.bb @@ -1,6 +1,6 @@ require libxslt.inc PR = "${INC_PR}.0" -SRC_URI += " file://pkgconfig_fix.patch;patch=1" +SRC_URI += " file://pkgconfig_fix.patch" SRC_URI[archive.md5sum] = "d6a9a020a76a3db17848d769d6c9c8a9" SRC_URI[archive.sha256sum] = "4e1f39ee16596fd2a83d28d6c3b065f742254f3336f93ce8ed1cae48ecbe49da" diff --git a/recipes/perl/libalgorithm-diff-perl_1.1902.bb b/recipes/perl/libalgorithm-diff-perl_1.1902.bb index 82cc069b85..24b4284468 100644 --- a/recipes/perl/libalgorithm-diff-perl_1.1902.bb +++ b/recipes/perl/libalgorithm-diff-perl_1.1902.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Algorithm::Diff - Compute intelligent differences between two files / lists" SECTION = "libs" LICENSE = "Artistic|GPL" -RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars \ +RDEPENDS_${PN} += "perl-module-exporter perl-module-strict perl-module-vars \ perl-module-strict perl-module-vars" -PR = "r4" +PR = "r5" SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TY/TYEMQ/Algorithm-Diff-${PV}.tar.gz" @@ -12,3 +12,6 @@ S = "${WORKDIR}/Algorithm-Diff-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "ff3e17ae485f8adfb8857b183991fbce" +SRC_URI[sha256sum] = "c8b40dbf406770c6bcbd1a26a3f2343fa1563675085b63932d06f37e60098375" diff --git a/recipes/perl/libarchive-tar-perl_1.30.bb b/recipes/perl/libarchive-tar-perl_1.30.bb index 2a255ccac9..d01c958bac 100644 --- a/recipes/perl/libarchive-tar-perl_1.30.bb +++ b/recipes/perl/libarchive-tar-perl_1.30.bb @@ -2,8 +2,8 @@ DESCRIPTION = "Archive::Tar - module for manipulations of tar archives" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "libio-zlib-perl-native" -RDEPENDS += "libio-zlib-perl" -PR = "r5" +RDEPENDS_${PN} += "libio-zlib-perl" +PR = "r6" SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KA/KANE/Archive-Tar-${PV}.tar.gz" @@ -12,3 +12,6 @@ S = "${WORKDIR}/Archive-Tar-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "89604ea8fadc990c7bb668259dacb439" +SRC_URI[sha256sum] = "c456d5c73a57a567440bca5c138a549a21637aa2e4049228b5ba63cf68d75a1a" diff --git a/recipes/perl/libarchive-zip-perl_1.30.bb b/recipes/perl/libarchive-zip-perl_1.30.bb index a9382a70aa..b81f8eda7a 100644 --- a/recipes/perl/libarchive-zip-perl_1.30.bb +++ b/recipes/perl/libarchive-zip-perl_1.30.bb @@ -3,8 +3,8 @@ SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "libio-zlib-perl-native" -RDEPENDS += "libio-zlib-perl" -PR= "r0" +RDEPENDS_${PN} += "libio-zlib-perl" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Archive-Zip-${PV}.tar.gz" @@ -13,3 +13,6 @@ S = "${WORKDIR}/Archive-Zip-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "40153666e7538b410e001aa8a810e702" +SRC_URI[sha256sum] = "f8b472ff77b7238e423bcb351968accc562f9d20700fbf2d8ed2a65fa0fa6318" diff --git a/recipes/perl/libauthen-pam-perl_0.16.bb b/recipes/perl/libauthen-pam-perl_0.16.bb index c8fdfa448d..db4f81e801 100644 --- a/recipes/perl/libauthen-pam-perl_0.16.bb +++ b/recipes/perl/libauthen-pam-perl_0.16.bb @@ -2,7 +2,8 @@ DESCRIPTION = "Authen::PAM - Perl interface to PAM library" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "libpam" -RDEPENDS = "perl-module-posix" +RDEPENDS_${PN} = "perl-module-posix" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/N/NI/NIKIP/Authen-PAM-${PV}.tar.gz;name=authen-pam-perl-${PV}" SRC_URI[authen-pam-perl-0.16.md5sum] = "7278471dfa694d9ef312bc92d7099af2" diff --git a/recipes/perl/libcache-cache-perl_1.06.bb b/recipes/perl/libcache-cache-perl_1.06.bb index b71ee5c3c4..b9c5a05500 100644 --- a/recipes/perl/libcache-cache-perl_1.06.bb +++ b/recipes/perl/libcache-cache-perl_1.06.bb @@ -3,8 +3,8 @@ SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "libdigest-sha1-perl-native liberror-perl-native \ libipc-sharelite-perl-native" -RDEPENDS = "libdigest-sha1-perl liberror-perl libipc-sharelite-perl" -PR = "r0" +RDEPENDS_${PN} = "libdigest-sha1-perl liberror-perl libipc-sharelite-perl" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JS/JSWARTZ/Cache-Cache-${PV}.tar.gz" @@ -13,3 +13,6 @@ S = "${WORKDIR}/Cache-Cache-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "4425f44ddb138a799290802e5aad46ef" +SRC_URI[sha256sum] = "703d93793ab0b3bd984cfde89943ce1a98c0991f94afc9d1d531c752f52a4793" diff --git a/recipes/perl/libclass-container-perl_0.12.bb b/recipes/perl/libclass-container-perl_0.12.bb index df9f1a45b0..987ac76e63 100644 --- a/recipes/perl/libclass-container-perl_0.12.bb +++ b/recipes/perl/libclass-container-perl_0.12.bb @@ -2,8 +2,8 @@ DESCRIPTION = "Class::Container - Glues object frameworks together transparently SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "libparams-validate-perl-native" -RDEPENDS = "libparams-validate-perl" -PR = "r7" +RDEPENDS_${PN} = "libparams-validate-perl" +PR = "r8" SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Class-Container-${PV}.tar.gz" @@ -12,3 +12,6 @@ S = "${WORKDIR}/Class-Container-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "6896bdb4464b96ad638e22b0400acbc9" +SRC_URI[sha256sum] = "771206f2b7a916ce0dfb93d82200472beaeb910248482734179bf36808e486b1" diff --git a/recipes/perl/libclass-data-inheritable-perl_0.08.bb b/recipes/perl/libclass-data-inheritable-perl_0.08.bb index 240374e88f..3a6446df18 100644 --- a/recipes/perl/libclass-data-inheritable-perl_0.08.bb +++ b/recipes/perl/libclass-data-inheritable-perl_0.08.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/Class-Data-Inheritable-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "fc0fe65926eb8fb932743559feb54eb9" +SRC_URI[sha256sum] = "9967feceea15227e442ec818723163eb6d73b8947e31f16ab806f6e2391af14a" diff --git a/recipes/perl/libclass-methodmaker-perl_2.15.bb b/recipes/perl/libclass-methodmaker-perl_2.15.bb index c78b4e3e0c..ac42a01b0c 100644 --- a/recipes/perl/libclass-methodmaker-perl_2.15.bb +++ b/recipes/perl/libclass-methodmaker-perl_2.15.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/Class-MethodMaker-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "7af92ddaee49815ade7c5886b74d5e64" +SRC_URI[sha256sum] = "7b06802a72b1891c650fdf00d0ed0386caa379b37b0759c29d2d75aaa3dc3958" diff --git a/recipes/perl/libcompress-raw-zlib-perl_2.023.bb b/recipes/perl/libcompress-raw-zlib-perl_2.023.bb index e53ad3a18a..a6a801569a 100644 --- a/recipes/perl/libcompress-raw-zlib-perl_2.023.bb +++ b/recipes/perl/libcompress-raw-zlib-perl_2.023.bb @@ -13,3 +13,6 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} inherit cpan FILES_${PN} = "${PERLLIBDIRS}/auto ${PERLLIBDIRS}/Compress ${datadir}/perl5" + +SRC_URI[md5sum] = "3e2ce271f1eada6d192f424a1168b24c" +SRC_URI[sha256sum] = "ec74b8d04e823ae40602b87c01c230a7c91979a06efcc2f672aceb7f2196128a" diff --git a/recipes/perl/libcompress-zlib-perl_1.42.bb b/recipes/perl/libcompress-zlib-perl_1.42.bb index ed1e589fa8..a880b4fe24 100644 --- a/recipes/perl/libcompress-zlib-perl_1.42.bb +++ b/recipes/perl/libcompress-zlib-perl_1.42.bb @@ -13,3 +13,6 @@ FILES_${PN} = "${PERLLIBDIRS}/auto/Compress/Zlib/* \ ${PERLLIBDIRS}/Compress" BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "1ab76bfd6731d80f6abbd1643c90cabd" +SRC_URI[sha256sum] = "7794d91711e8c9e526431da72c53bb08e14790f326d0e330d9e9d651f3f6fc6c" diff --git a/recipes/perl/libcompress-zlib-perl_2.015.bb b/recipes/perl/libcompress-zlib-perl_2.015.bb index e1076a7e8c..fc16f2ecb2 100644 --- a/recipes/perl/libcompress-zlib-perl_2.015.bb +++ b/recipes/perl/libcompress-zlib-perl_2.015.bb @@ -1,7 +1,8 @@ DESCRIPTION = "Compress::Zlib - Interface to zlib compression library" SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r11" +PR = "r12" +RDEPENDS_${PN} += "libio-compress-base-perl libcompress-raw-zlib-perl libio-compress-zlib-perl" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Zlib-${PV}.tar.gz" @@ -14,3 +15,6 @@ FILES_${PN} = "${PERLLIBDIRS}/auto/Compress/Zlib/* \ ${datadir}/perl5" BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "689ba2cc399b019d0bf76a0575c32947" +SRC_URI[sha256sum] = "9b4c6fde1c972016fcbea1f019d143261ac0f5410652ea91571d7eedd22831cc" diff --git a/recipes/perl/libconfig-general-perl_2.44.bb b/recipes/perl/libconfig-general-perl_2.44.bb index fe486a33eb..87a9e9ed7f 100644 --- a/recipes/perl/libconfig-general-perl_2.44.bb +++ b/recipes/perl/libconfig-general-perl_2.44.bb @@ -8,3 +8,6 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/Config-General-${ S = "${WORKDIR}/Config-General-${PV}" inherit cpan + +SRC_URI[md5sum] = "ad17b4ae5e0142fadd9b81f264deb266" +SRC_URI[sha256sum] = "7c82d49c1c1b517d338bb51eb17898ced90e2afb46fb0b145c67091cf0a1867e" diff --git a/recipes/perl/libcrypt-rijndael-perl_1.08.bb b/recipes/perl/libcrypt-rijndael-perl_1.08.bb index f289d06dc8..4ffbeafd10 100644 --- a/recipes/perl/libcrypt-rijndael-perl_1.08.bb +++ b/recipes/perl/libcrypt-rijndael-perl_1.08.bb @@ -14,3 +14,6 @@ inherit cpan FILES_${PN} = "${PERLLIBDIRS}/auto/ \ ${PERLLIBDIRS}/Crypt" + +SRC_URI[md5sum] = "46c2e55d9fb97f2036ccd3b31b3a4533" +SRC_URI[sha256sum] = "f17518340fdad559188c640e97087fcc61446b0986f314df2c7cde53f005130f" diff --git a/recipes/perl/libdata-optlist-perl_0.101.bb b/recipes/perl/libdata-optlist-perl_0.101.bb index 8e28418caf..fdce451c8b 100644 --- a/recipes/perl/libdata-optlist-perl_0.101.bb +++ b/recipes/perl/libdata-optlist-perl_0.101.bb @@ -2,9 +2,9 @@ DESCRIPTION = "Data::OptList - parse and validate simple name/value option pairs SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "libsub-install-perl-native libparams-util-perl-native" -RDEPENDS += "perl-module-list-util libparams-util-perl perl-module-strict \ +RDEPENDS_${PN} += "perl-module-list-util libparams-util-perl perl-module-strict \ libsub-install-perl perl-module-warnings " -PR = "r4" +PR = "r5" SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Data-OptList-${PV}.tar.gz" @@ -13,3 +13,6 @@ S = "${WORKDIR}/Data-OptList-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "6e9bb994a8716112a78c1306261f4164" +SRC_URI[sha256sum] = "a96fb122261fb5f069341d7e69dcf07a2988da7cfd8df65d50843b8b102fb55c" diff --git a/recipes/perl/libdate-manip-perl_5.54.bb b/recipes/perl/libdate-manip-perl_5.54.bb index 81287cc52d..f1568b7072 100644 --- a/recipes/perl/libdate-manip-perl_5.54.bb +++ b/recipes/perl/libdate-manip-perl_5.54.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Date and time manipulation routines." SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r1" +PR = "r2" -RDEPENDS = "perl-module-test-more \ +RDEPENDS_${PN} = "perl-module-test-more \ perl-module-io-file \ perl-module-carp" @@ -14,3 +14,6 @@ S = "${WORKDIR}/Date-Manip-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "16c343329bad644b17f4f8ec5fb243cf" +SRC_URI[sha256sum] = "b61f4f0e3e580723ca7f5c0e1952922c101875535bff04afd772fbd3f193e22a" diff --git a/recipes/perl/libdatetime-format-strptime-perl_1.1000.bb b/recipes/perl/libdatetime-format-strptime-perl_1.1000.bb index fb46984bf7..1eec939b76 100644 --- a/recipes/perl/libdatetime-format-strptime-perl_1.1000.bb +++ b/recipes/perl/libdatetime-format-strptime-perl_1.1000.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/DateTime-Format-Strptime-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "bf7f6b219e34411aa3f5d0de56fda393" +SRC_URI[sha256sum] = "d6439f657d21da062ee78692c0fb2979fe92ce681e7126ee4b929431ec4c2cde" diff --git a/recipes/perl/libdbd-mysql-perl-native_4.010.bb b/recipes/perl/libdbd-mysql-perl-native_4.010.bb index 180d1d0b13..e92d0be0fb 100644 --- a/recipes/perl/libdbd-mysql-perl-native_4.010.bb +++ b/recipes/perl/libdbd-mysql-perl-native_4.010.bb @@ -6,3 +6,6 @@ EXTRA_OECONF = " --mysql_config=${STAGING_BINDIR_NATIVE}" inherit native + +SRC_URI[md5sum] = "a63c9f73afef70b6c80d899424b003e9" +SRC_URI[sha256sum] = "7068295a5e35ed7dcf20446bee6d80a8de8ba7af5eb5fa35c0b60135c3445c2f" diff --git a/recipes/perl/libdbd-mysql-perl_4.010.bb b/recipes/perl/libdbd-mysql-perl_4.010.bb index 95aa53b14b..2030ca9ade 100644 --- a/recipes/perl/libdbd-mysql-perl_4.010.bb +++ b/recipes/perl/libdbd-mysql-perl_4.010.bb @@ -1,7 +1,7 @@ require libdbd-mysql-perl.inc DEPENDS = "libdbi-perl mysql" -RDEPENDS = "perl-module-data-dumper \ +RDEPENDS_${PN} = "perl-module-data-dumper \ libdbi-perl \ perl-module-scalar-util \ perl-module-file-spec \ @@ -11,3 +11,6 @@ RDEPENDS = "perl-module-data-dumper \ EXTRA_OECONF = " --mysql_config=${STAGING_BINDIR_CROSS}/mysql_config" CFLAGS_append = " -I${STAGING_INCDIR}/mysql" + +SRC_URI[md5sum] = "a63c9f73afef70b6c80d899424b003e9" +SRC_URI[sha256sum] = "7068295a5e35ed7dcf20446bee6d80a8de8ba7af5eb5fa35c0b60135c3445c2f" diff --git a/recipes/perl/libdbi-perl_1.607.bb b/recipes/perl/libdbi-perl_1.607.bb index 1aff2a4147..4d6d79ee30 100644 --- a/recipes/perl/libdbi-perl_1.607.bb +++ b/recipes/perl/libdbi-perl_1.607.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Various MIME modules." SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r1" +PR = "r2" -RDEPENDS = "perl-module-scalar-util \ +RDEPENDS_${PN} = "perl-module-scalar-util \ perl-module-file-spec \ perl-module-storable \ perl-module-test-simple" @@ -15,3 +15,6 @@ S = "${WORKDIR}/DBI-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "bd5785b39675213948a61dea1b400012" +SRC_URI[sha256sum] = "7090a1e6a0d13be2f7e27a724351c61e44ffa5d165a7720bfe505aa2c4d47e14" diff --git a/recipes/perl/libdevel-stacktrace-perl_1.13.bb b/recipes/perl/libdevel-stacktrace-perl_1.13.bb index f62d1cd452..a95edb2c7c 100644 --- a/recipes/perl/libdevel-stacktrace-perl_1.13.bb +++ b/recipes/perl/libdevel-stacktrace-perl_1.13.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/Devel-StackTrace-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "35d85c3f2c91c1de389b13436659551a" +SRC_URI[sha256sum] = "fe044ec9817a31f2b76f701b2cfd980809676943a901ba3d49200162807fa1f9" diff --git a/recipes/perl/libdevice-serialport-perl_1.04.bb b/recipes/perl/libdevice-serialport-perl_1.04.bb index a3e5b492ba..e789d56320 100644 --- a/recipes/perl/libdevice-serialport-perl_1.04.bb +++ b/recipes/perl/libdevice-serialport-perl_1.04.bb @@ -1,10 +1,10 @@ DESCRIPTION = "Device::SerialPort - Linux/POSIX emulation of Win32::SerialPort functions." SECTION = "libs" LICENSE = "GPL" -RDEPENDS += "perl-module-carp perl-module-posix perl-module-io-handle \ +RDEPENDS_${PN} += "perl-module-carp perl-module-posix perl-module-io-handle \ perl-module-strict perl-module-warnings perl-module-vars \ perl-module-xsloader" -PR= "r1" +PR = "r2" SRC_URI = "http://www.cpan.org/modules/by-module/Device/Device-SerialPort-${PV}.tar.gz" @@ -21,3 +21,6 @@ do_configure_prepend () { } BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "82c698151f934eb28c65d1838cee7d9e" +SRC_URI[sha256sum] = "d392567cb39b4ea606c0e0acafd8ed72320311b995336ece5fcefcf9b150e9d7" diff --git a/recipes/perl/libdigest-sha1-perl_2.11.bb b/recipes/perl/libdigest-sha1-perl_2.11.bb index 97f33b0972..f0a6e905fc 100644 --- a/recipes/perl/libdigest-sha1-perl_2.11.bb +++ b/recipes/perl/libdigest-sha1-perl_2.11.bb @@ -13,3 +13,6 @@ FILES_${PN} = "${PERLLIBDIRS}/auto/Digest/SHA1/* \ ${PERLLIBDIRS}/Digest" BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "2449bfe21d6589c96eebf94dae24df6b" +SRC_URI[sha256sum] = "3cebe0a6894daee3bfa5d9619fc90e7619cb6a77ac1b04d027341cd6033ae989" diff --git a/recipes/perl/libdigest-sha_5.47.bb b/recipes/perl/libdigest-sha_5.47.bb index 3a0f418392..5b21d2b054 100644 --- a/recipes/perl/libdigest-sha_5.47.bb +++ b/recipes/perl/libdigest-sha_5.47.bb @@ -14,3 +14,6 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} inherit cpan FILES_${PN} = "${PERLLIBDIRS}/auto ${PERLLIBDIRS}/Digest ${datadir}/perl5" + +SRC_URI[md5sum] = "03ff8e4ea73a1c2c5de005d5e4160e94" +SRC_URI[sha256sum] = "9d17d884d6a77005bbac581628d9e30cb5edde72cda1dce98c6536a25b8369f6" diff --git a/recipes/perl/libemail-date-format-perl_1.002.bb b/recipes/perl/libemail-date-format-perl_1.002.bb index 9efb1b19fc..95747ff32c 100644 --- a/recipes/perl/libemail-date-format-perl_1.002.bb +++ b/recipes/perl/libemail-date-format-perl_1.002.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Various MIME modules." SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r1" +PR = "r2" -RDEPENDS = "perl-module-test-more \ +RDEPENDS_${PN} = "perl-module-test-more \ perl-module-time-local" SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Date-Format-${PV}.tar.gz" @@ -13,3 +13,6 @@ S = "${WORKDIR}/Email-Date-Format-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "7ae25275da6ab272aa8b40141eac9f82" +SRC_URI[sha256sum] = "0c7f3636dffa5ff151f6906baa17582c2efeb29109750f40f820fe5d2dc38e84" diff --git a/recipes/perl/liberror-perl_0.17004.bb b/recipes/perl/liberror-perl_0.17004.bb index 6a1fddc459..f14ff49e2a 100644 --- a/recipes/perl/liberror-perl_0.17004.bb +++ b/recipes/perl/liberror-perl_0.17004.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/Error-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "4dfca8732331a4f79c6803c3bc6b722f" +SRC_URI[sha256sum] = "f464f0068772c276b81a7345f6788bdc3a243c13de24563346043d049a5497ba" diff --git a/recipes/perl/libexception-class-perl_1.23.bb b/recipes/perl/libexception-class-perl_1.23.bb index bcab433806..3216018206 100644 --- a/recipes/perl/libexception-class-perl_1.23.bb +++ b/recipes/perl/libexception-class-perl_1.23.bb @@ -2,8 +2,8 @@ DESCRIPTION = "Exception::Class - A module that allows you to declare real excep SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "libclass-data-inheritable-perl-native libdevel-stacktrace-perl-native" -RDEPENDS = "libclass-data-inheritable-perl libdevel-stacktrace-perl" -PR = "r8" +RDEPENDS_${PN} = "libclass-data-inheritable-perl libdevel-stacktrace-perl" +PR = "r9" SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-${PV}.tar.gz" @@ -12,3 +12,6 @@ S = "${WORKDIR}/Exception-Class-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "560b42c0cf8b795bdc793459edb7ec13" +SRC_URI[sha256sum] = "9ad5a063bac80f3e77a179c91b7ea4490181640c8c1893292fdc6f2d92f40406" diff --git a/recipes/perl/libexpect-perl_1.20.bb b/recipes/perl/libexpect-perl_1.20.bb index c5d369d5e3..53c54fefd8 100644 --- a/recipes/perl/libexpect-perl_1.20.bb +++ b/recipes/perl/libexpect-perl_1.20.bb @@ -8,3 +8,6 @@ SRC_URI = "http://www.cpan.org/modules/by-module/Expect/Expect-${PV}.tar.gz" S = "${WORKDIR}/Expect-${PV}" inherit cpan + +SRC_URI[md5sum] = "9134ae3778285bcf8c3ffdba1a177886" +SRC_URI[sha256sum] = "bbf70ce7cb39425a0f72c252491826747983ee82fb2d7b0a8a99d8940a58392f" diff --git a/recipes/perl/libextutils-cbuilder-perl_0.18.bb b/recipes/perl/libextutils-cbuilder-perl_0.18.bb index f8dd909e70..045b33fed6 100644 --- a/recipes/perl/libextutils-cbuilder-perl_0.18.bb +++ b/recipes/perl/libextutils-cbuilder-perl_0.18.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/ExtUtils-CBuilder-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "d119f0c6c12787a8d5b255208c3c74c5" +SRC_URI[sha256sum] = "fb707b2026de62c1de6ce7fb67e9f82d586211ac09c70e81b83631e77cb47fd1" diff --git a/recipes/perl/libextutils-depends-perl_0.205.bb b/recipes/perl/libextutils-depends-perl_0.205.bb index de72c4cbed..8762ce2c23 100644 --- a/recipes/perl/libextutils-depends-perl_0.205.bb +++ b/recipes/perl/libextutils-depends-perl_0.205.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/ExtUtils-Depends-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "02c22a93ec9efb8e457764114ce24eb4" +SRC_URI[sha256sum] = "e098bfb3a50b0629434011a9b56314c9045c09fac7e5d06bf57d43ffd53c1918" diff --git a/recipes/perl/libextutils-parsexs-perl_2.16.bb b/recipes/perl/libextutils-parsexs-perl_2.16.bb index b9c4346c77..e165cae6d1 100644 --- a/recipes/perl/libextutils-parsexs-perl_2.16.bb +++ b/recipes/perl/libextutils-parsexs-perl_2.16.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/ExtUtils-ParseXS-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "c64fddf17ee2b27d8a90ceb455c3e570" +SRC_URI[sha256sum] = "1f8504c7f08d2d59c71a70915fc834a285b99587444ee33e23ee3f135c071da0" diff --git a/recipes/perl/libextutils-pkgconfig-perl_1.07.bb b/recipes/perl/libextutils-pkgconfig-perl_1.07.bb index c333c9b505..577023a01a 100644 --- a/recipes/perl/libextutils-pkgconfig-perl_1.07.bb +++ b/recipes/perl/libextutils-pkgconfig-perl_1.07.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/ExtUtils-PkgConfig-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "a8cf945d09c6458cb27228218e9a2f45" +SRC_URI[sha256sum] = "8416e162d6fc921f14a61c8905e9f9a28dc25e67e1c71b75574360a13f0c28c7" diff --git a/recipes/perl/libfile-slurp-perl_9999.13.bb b/recipes/perl/libfile-slurp-perl_9999.13.bb index 1e688b5465..c03f634cbc 100644 --- a/recipes/perl/libfile-slurp-perl_9999.13.bb +++ b/recipes/perl/libfile-slurp-perl_9999.13.bb @@ -11,3 +11,6 @@ S = "${WORKDIR}/File-Slurp-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "ac3cd9d466b99d1534762ff3549aaa66" +SRC_URI[sha256sum] = "bb053bfcca0986958de1cf8a120250b25ed40ae2aaf17c5527fe9c1d098cb3e5" diff --git a/recipes/perl/libhtml-mason-perl_1.35.bb b/recipes/perl/libhtml-mason-perl_1.35.bb index 8d13c5c8fe..0c8eb333bd 100644 --- a/recipes/perl/libhtml-mason-perl_1.35.bb +++ b/recipes/perl/libhtml-mason-perl_1.35.bb @@ -38,3 +38,6 @@ do_install_append () { cp -pRP ${S}/samples ${D}${docdir}/${PN}/examples/samples } + +SRC_URI[md5sum] = "c09f77e2af500b51d22e0238c0534994" +SRC_URI[sha256sum] = "01c75ebc523b77b88d5754fa93a283eeff77bcf799536db8697b61daf42f36bd" diff --git a/recipes/perl/libhtml-parser-perl_3.60.bb b/recipes/perl/libhtml-parser-perl_3.60.bb index 863cc47a54..d0da602bb1 100644 --- a/recipes/perl/libhtml-parser-perl_3.60.bb +++ b/recipes/perl/libhtml-parser-perl_3.60.bb @@ -1,9 +1,9 @@ DESCRIPTION = "HTML Parser bits." SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r1" +PR = "r2" -RDEPENDS = "perl-module-test-more \ +RDEPENDS_${PN} = "perl-module-test-more \ perl-module-xsloader \ perl-module-test-simple \ libhtml-tagset-perl" @@ -15,3 +15,6 @@ S = "${WORKDIR}/HTML-Parser-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "fb97ea7e5bd832b079d8660732f9d8d9" +SRC_URI[sha256sum] = "0f1365a546e8c54faf5e17c5d011d0b9db8784568fb6b03522ab558ad39d9a63" diff --git a/recipes/perl/libhtml-parser-perl_3.64.bb b/recipes/perl/libhtml-parser-perl_3.64.bb index 863cc47a54..040f443294 100644 --- a/recipes/perl/libhtml-parser-perl_3.64.bb +++ b/recipes/perl/libhtml-parser-perl_3.64.bb @@ -1,9 +1,9 @@ DESCRIPTION = "HTML Parser bits." SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r1" +PR = "r2" -RDEPENDS = "perl-module-test-more \ +RDEPENDS_${PN} = "perl-module-test-more \ perl-module-xsloader \ perl-module-test-simple \ libhtml-tagset-perl" @@ -15,3 +15,6 @@ S = "${WORKDIR}/HTML-Parser-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "26ceb6357e855b9e7aad5a5fd66d493e" +SRC_URI[sha256sum] = "7e5396568c9cf12e773802c80507b7dac1bd4635e2c6a052bd994fe62638271a" diff --git a/recipes/perl/libhtml-tagset-perl_3.20.bb b/recipes/perl/libhtml-tagset-perl_3.20.bb index ae77f94ac9..b02af3f257 100644 --- a/recipes/perl/libhtml-tagset-perl_3.20.bb +++ b/recipes/perl/libhtml-tagset-perl_3.20.bb @@ -12,3 +12,6 @@ inherit cpan BBCLASSEXTEND="native" PACKAGE_ARCH = "all" + +SRC_URI[md5sum] = "d2bfa18fe1904df7f683e96611e87437" +SRC_URI[sha256sum] = "adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2" diff --git a/recipes/perl/libhtml-treebuilder-perl_3.23.bb b/recipes/perl/libhtml-treebuilder-perl_3.23.bb index bdd89725d3..2575c17a9d 100644 --- a/recipes/perl/libhtml-treebuilder-perl_3.23.bb +++ b/recipes/perl/libhtml-treebuilder-perl_3.23.bb @@ -1,9 +1,9 @@ DESCRIPTION = "HTML::TreeBUilder - Class is for HTML syntax trees that get built out of HTML source" SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r3" +PR = "r4" -RDEPENDS = "perl-module-extutils-makemaker" +RDEPENDS_${PN} = "perl-module-extutils-makemaker" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PETEK/HTML-Tree-${PV}.tar.gz" @@ -12,3 +12,6 @@ S = "${WORKDIR}/HTML-Tree-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "6352f50be402301f79b580dd235d7762" +SRC_URI[sha256sum] = "f5175acf262f3710dce899796ea3e353049939400b100706d03df2f08803c8de" diff --git a/recipes/perl/libhttp-cache-transparent-perl_1.0.bb b/recipes/perl/libhttp-cache-transparent-perl_1.0.bb index e63063812c..5248d593db 100644 --- a/recipes/perl/libhttp-cache-transparent-perl_1.0.bb +++ b/recipes/perl/libhttp-cache-transparent-perl_1.0.bb @@ -12,3 +12,6 @@ S = "${WORKDIR}/HTTP-Cache-Transparent-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "e198345ce8eee2562c807e84d65e3b4f" +SRC_URI[sha256sum] = "31b6b54d9488b35eb8ca54b6f5bcefd6eb1e208ca8a4038c1cee61042747f1d9" diff --git a/recipes/perl/libintl-perl_1.11.bb b/recipes/perl/libintl-perl_1.11.bb index 2c67f7c2c3..1d3e07c596 100644 --- a/recipes/perl/libintl-perl_1.11.bb +++ b/recipes/perl/libintl-perl_1.11.bb @@ -1,11 +1,15 @@ DESCRIPTION = "libintl-perl is an internationalization library for Perl" SECTION = "libs" LICENSE = "Artistic|GPL" -PR= "r2" +PR = "r3" SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz" + +SRC_URI[md5sum] = "091e05542e36f030c785f2919f05b73f" +SRC_URI[sha256sum] = "71e397949e79eb0f789f73259db5fc7be1e2ba1c604510c8d44b101d7d6e6479" + DEPENDS = "perl" -RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle perl-module-symbol perl-module-selectsaver perl-module-io perl-module-integer perl-module-exporter-heavy" +RDEPENDS_${PN} = "perl-module-vars perl-module-locale perl-module-io-handle perl-module-symbol perl-module-selectsaver perl-module-io perl-module-integer perl-module-exporter-heavy" S = "${WORKDIR}/libintl-perl-${PV}" diff --git a/recipes/perl/libintl-perl_1.16.bb b/recipes/perl/libintl-perl_1.16.bb index 6749808365..31f0d1bfa2 100644 --- a/recipes/perl/libintl-perl_1.16.bb +++ b/recipes/perl/libintl-perl_1.16.bb @@ -1,13 +1,16 @@ DESCRIPTION = "libintl-perl is an internationalization library for Perl" SECTION = "libs" LICENSE = "Artistic|GPL" -RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle \ +RDEPENDS_${PN} = "perl-module-vars perl-module-locale perl-module-io-handle \ perl-module-symbol perl-module-selectsaver perl-module-io \ perl-module-integer perl-module-exporter-heavy" -PR = "r4" +PR = "r5" SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz" S = "${WORKDIR}/libintl-perl-${PV}" inherit cpan + +SRC_URI[md5sum] = "7dfcd9ac3a4ff41038a2c67a733d42b9" +SRC_URI[sha256sum] = "1a64895c9a6cdbb5cdfff81f1520541fee28e85fb940d9b0484de656d69ae8f5" diff --git a/recipes/perl/libintl-perl_1.20.bb b/recipes/perl/libintl-perl_1.20.bb index cddcfbaf30..b7e0e1f45e 100644 --- a/recipes/perl/libintl-perl_1.20.bb +++ b/recipes/perl/libintl-perl_1.20.bb @@ -1,13 +1,16 @@ DESCRIPTION = "libintl-perl is an internationalization library for Perl" SECTION = "libs" LICENSE = "Artistic|GPL" -RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle \ +RDEPENDS_${PN} = "perl-module-vars perl-module-locale perl-module-io-handle \ perl-module-symbol perl-module-selectsaver perl-module-io \ perl-module-integer perl-module-exporter-heavy" -PR = "r0" +PR = "r1" SRC_URI = "http://www.cpan.org/authors/id/G/GU/GUIDO/libintl-perl-${PV}.tar.gz" S = "${WORKDIR}/libintl-perl-${PV}" inherit cpan + +SRC_URI[md5sum] = "cb36f58a7d2e15974f25b35381548b1b" +SRC_URI[sha256sum] = "3036a9d2df85f200631b55a0b01082898c20819d9aabdb9b871508054bee5c67" diff --git a/recipes/perl/libio-compress-base-perl_2.015.bb b/recipes/perl/libio-compress-base-perl_2.015.bb index 6ed8303cd0..bba25a4e51 100644 --- a/recipes/perl/libio-compress-base-perl_2.015.bb +++ b/recipes/perl/libio-compress-base-perl_2.015.bb @@ -12,4 +12,5 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} inherit cpan -FILES_${PN} = "${datadir}/perl5" +SRC_URI[md5sum] = "009813067e40c73c28c23fde8d9abfd5" +SRC_URI[sha256sum] = "0dbfafc713c8fa6bb798cf806e18af1c9e55ab6bd117cdb12d1a565014a7d282" diff --git a/recipes/perl/libio-compress-zlib-perl_2.015.bb b/recipes/perl/libio-compress-zlib-perl_2.015.bb index a2c987574e..06aa655c30 100644 --- a/recipes/perl/libio-compress-zlib-perl_2.015.bb +++ b/recipes/perl/libio-compress-zlib-perl_2.015.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Compress::Zlib - Interface to zlib compression library" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "expat expat-native" -PR = "r0" +PR = "r1" SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Compress-Zlib-${PV}.tar.gz" @@ -12,4 +12,5 @@ EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR} inherit cpan -FILES_${PN} = "${datadir}/perl5" +SRC_URI[md5sum] = "22f3b677a6f1782713c8451966598d3f" +SRC_URI[sha256sum] = "9d25ffdfacb3d43cbae618c68b62264aab2f56a9cf65ad2f974af9dcbae97669" diff --git a/recipes/perl/libio-pty-perl_1.07.bb b/recipes/perl/libio-pty-perl_1.07.bb index a054ab7111..eedb11ea52 100644 --- a/recipes/perl/libio-pty-perl_1.07.bb +++ b/recipes/perl/libio-pty-perl_1.07.bb @@ -8,3 +8,6 @@ SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz" S = "${WORKDIR}/IO-Tty-${PV}" inherit cpan + +SRC_URI[md5sum] = "2a54e49b60a4092e93af5b8073ec5325" +SRC_URI[sha256sum] = "44c3b00c7b33db6fc4d11e0d096520f2e870f8557f2e2a8f0e8d2efcf9506906" diff --git a/recipes/perl/libio-socket-inet6-perl_2.61.bb b/recipes/perl/libio-socket-inet6-perl_2.61.bb new file mode 100644 index 0000000000..37a4200e01 --- /dev/null +++ b/recipes/perl/libio-socket-inet6-perl_2.61.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "IO::Socket::INET6 - Object interface for AF_INET|AF_INET6 domain sockets" +SECTION = "libs" +LICENSE = "Artistic|GPL" +RDEPENDS_${PN} += "perl-module-test-more libsocket6-perl perl-module-io-socket" +PR = "r0" + +BBCLASSEXTEND = "native" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/IO-Socket-INET6-${PV}.tar.gz;name=io-socket-inet6-perl-${PV}" +SRC_URI[io-socket-inet6-perl-2.61.md5sum] = "feba41c2aeea718b2a33ad34615a1dd5" +SRC_URI[io-socket-inet6-perl-2.61.sha256sum] = "a0a40b138f16e16acccd433d36430fca9b0b465db9d9882f01ef033b78cf2e6d" + +S = "${WORKDIR}/IO-Socket-INET6-${PV}" + +inherit cpan + +PACKAGE_ARCH = "all" diff --git a/recipes/perl/libio-stringy-perl_2.110.bb b/recipes/perl/libio-stringy-perl_2.110.bb index 1245cc9fda..858bdcb033 100644 --- a/recipes/perl/libio-stringy-perl_2.110.bb +++ b/recipes/perl/libio-stringy-perl_2.110.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/IO-stringy-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "2e6a976cfa5521e815c1fdf4006982de" +SRC_URI[sha256sum] = "7e3cf438b3938a2692cb502704c0bbfa2c5ec4a5071ab77906a2432126b004ee" diff --git a/recipes/perl/libio-stty-perl_0.02.bb b/recipes/perl/libio-stty-perl_0.02.bb index 9412593611..564521cf27 100644 --- a/recipes/perl/libio-stty-perl_0.02.bb +++ b/recipes/perl/libio-stty-perl_0.02.bb @@ -8,3 +8,6 @@ SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Stty-.02.tar.gz" S = "${WORKDIR}/IO-Stty-.02" inherit cpan + +SRC_URI[md5sum] = "db2919cf267fce93682f0f854359f04e" +SRC_URI[sha256sum] = "5095bfac4c610e9e83b31a313c0e3a4a1280bbf39f17a274f5f25dfd8caf2b83" diff --git a/recipes/perl/libio-zlib-perl_1.04.bb b/recipes/perl/libio-zlib-perl_1.04.bb index 49d2043442..c8a923d5ff 100644 --- a/recipes/perl/libio-zlib-perl_1.04.bb +++ b/recipes/perl/libio-zlib-perl_1.04.bb @@ -2,8 +2,8 @@ DESCRIPTION = "IO::Zlib - IO:: style interface to Compress::Zlib" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "libcompress-zlib-perl-native" -RDEPENDS += "libcompress-zlib-perl" -PR = "r5" +RDEPENDS_${PN} += "libcompress-zlib-perl" +PR = "r6" SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-${PV}.tar.gz" @@ -12,3 +12,6 @@ S = "${WORKDIR}/IO-Zlib-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "1abf9e6161cc6c52ccd4c629e32e582e" +SRC_URI[sha256sum] = "8401b31d22605e787edef75025eb048b2b3cfaee92ed8358bdcaedca5761f7ea" diff --git a/recipes/perl/libio-zlib-perl_1.10.bb b/recipes/perl/libio-zlib-perl_1.10.bb index de891dd78d..b535c0dcf7 100644 --- a/recipes/perl/libio-zlib-perl_1.10.bb +++ b/recipes/perl/libio-zlib-perl_1.10.bb @@ -2,8 +2,8 @@ DESCRIPTION = "IO::Zlib - IO:: style interface to Compress::Zlib" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "libcompress-zlib-perl-native" -RDEPENDS += "libcompress-zlib-perl" -PR = "r0" +RDEPENDS_${PN} += "libcompress-zlib-perl perl-module-tie-handle" +PR = "r2" SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TO/TOMHUGHES/IO-Zlib-${PV}.tar.gz;name=io-zlib-${PV}" SRC_URI[io-zlib-1.10.md5sum] = "078a9387009b928068f70759e61bd08f" diff --git a/recipes/perl/libipc-sharelite-perl_0.09.bb b/recipes/perl/libipc-sharelite-perl_0.09.bb index 2fb34d4679..7e9234cf79 100644 --- a/recipes/perl/libipc-sharelite-perl_0.09.bb +++ b/recipes/perl/libipc-sharelite-perl_0.09.bb @@ -13,3 +13,6 @@ FILES_${PN} = "${PERLLIBDIRS}/auto/IPC/ShareLite/* \ ${PERLLIBDIRS}/IPC" BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "3942a55cfc5e6d3b612a46cc1a9515b9" +SRC_URI[sha256sum] = "e6dafb82ddf7730ebe7ae2de0ce158d3052d782780b41a14c4fed304e463632e" diff --git a/recipes/perl/liblingua-en-numbers-ordinate_1.02.bb b/recipes/perl/liblingua-en-numbers-ordinate_1.02.bb index d3466b6c25..a9d1f9fdb5 100644 --- a/recipes/perl/liblingua-en-numbers-ordinate_1.02.bb +++ b/recipes/perl/liblingua-en-numbers-ordinate_1.02.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/Lingua-EN-Numbers-Ordinate-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "e92078fafd9108a137972c4e9bae9e99" +SRC_URI[sha256sum] = "350a6de884a6295974f2919c5af76d4103368e855ac8fe739460f4d55aee7719" diff --git a/recipes/perl/liblinux-dvb-perl_1.0.bb b/recipes/perl/liblinux-dvb-perl_1.0.bb index 40e763c89c..05b4d15d23 100644 --- a/recipes/perl/liblinux-dvb-perl_1.0.bb +++ b/recipes/perl/liblinux-dvb-perl_1.0.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/Linux-DVB-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "67f0139f422893eddd8d9be4985b276f" +SRC_URI[sha256sum] = "abcb819e9fbca6d9bf740b2ab665cfaa82a8282746aefd997b2e093faa459303" diff --git a/recipes/perl/liblocale-gettext-perl_1.05.bb b/recipes/perl/liblocale-gettext-perl_1.05.bb index 763a5680cf..4d46d91b18 100644 --- a/recipes/perl/liblocale-gettext-perl_1.05.bb +++ b/recipes/perl/liblocale-gettext-perl_1.05.bb @@ -12,3 +12,6 @@ inherit cpan FILES_${PN} = "${PERLLIBDIRS}/auto/Locale/gettext/* \ ${PERLLIBDIRS}/Locale" + +SRC_URI[md5sum] = "f3d3f474a1458f37174c410dfef61a46" +SRC_URI[sha256sum] = "27367f3dc1be79c9ed178732756e37e4cfce45f9e2a27ebf26e1f40d80124694" diff --git a/recipes/perl/liblog-dispatch-perl-native_2.13.bb b/recipes/perl/liblog-dispatch-perl-native_2.13.bb index 386d0eb667..4514c18a3a 100644 --- a/recipes/perl/liblog-dispatch-perl-native_2.13.bb +++ b/recipes/perl/liblog-dispatch-perl-native_2.13.bb @@ -3,3 +3,6 @@ SECTION = "libs" inherit native require liblog-dispatch-perl_${PV}.bb + +SRC_URI[md5sum] = "88349394af92f521e1ccc845d64fb9f2" +SRC_URI[sha256sum] = "ab8fdcfdbb6c74ecef4cfaf9e83f955aa422e43f8cd8683c1f2648c70070b88c" diff --git a/recipes/perl/liblog-dispatch-perl_2.13.bb b/recipes/perl/liblog-dispatch-perl_2.13.bb index 643deda664..17c5fa065c 100644 --- a/recipes/perl/liblog-dispatch-perl_2.13.bb +++ b/recipes/perl/liblog-dispatch-perl_2.13.bb @@ -12,3 +12,6 @@ do_stage() { } inherit cpan_build + +SRC_URI[md5sum] = "88349394af92f521e1ccc845d64fb9f2" +SRC_URI[sha256sum] = "ab8fdcfdbb6c74ecef4cfaf9e83f955aa422e43f8cd8683c1f2648c70070b88c" diff --git a/recipes/perl/liblog-log4perl-perl_1.06.bb b/recipes/perl/liblog-log4perl-perl_1.06.bb index 6d6eef20b0..fdacfe306e 100644 --- a/recipes/perl/liblog-log4perl-perl_1.06.bb +++ b/recipes/perl/liblog-log4perl-perl_1.06.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/Log-Log4perl-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "a7bda690ec0ad0bed457fa525e28034a" +SRC_URI[sha256sum] = "ffac9cd4a6fbc59618bf4e79c389a927491a81b448528278e010a190e2483544" diff --git a/recipes/perl/libmail-sendmail-perl_0.79.bb b/recipes/perl/libmail-sendmail-perl_0.79.bb index f93f603d37..8c101f6500 100644 --- a/recipes/perl/libmail-sendmail-perl_0.79.bb +++ b/recipes/perl/libmail-sendmail-perl_0.79.bb @@ -8,3 +8,6 @@ SRC_URI = "http://www.cpan.org/modules/by-module/Mail/Mail-Sendmail-${PV}.tar.gz S = "${WORKDIR}/Mail-Sendmail-${PV}" inherit cpan + +SRC_URI[md5sum] = "038f261afd091d8fad347d6c66d2833d" +SRC_URI[sha256sum] = "8a5eb39d3b9a3a4219c6d6051328c62bd51e9b53723ee5b42cd66e8672e681b9" diff --git a/recipes/perl/libmail-spf-perl_2.007.bb b/recipes/perl/libmail-spf-perl_2.007.bb index b4fdd05923..72009e6c49 100644 --- a/recipes/perl/libmail-spf-perl_2.007.bb +++ b/recipes/perl/libmail-spf-perl_2.007.bb @@ -17,14 +17,17 @@ RDEPENDS_${PN} += " \ perl-module-module-build \ perl-module-test-more \ perl-module-version \ + perl-module-exporter-heavy \ + perl-module-utf8 \ + perl-module-utf8-heavy \ " BBCLASSEXTEND = "native" -PR = "r0" +PR = "r2" SRC_URI = " \ http://search.cpan.org/CPAN/authors/id/J/JM/JMEHNLE/mail-spf/Mail-SPF-v${PV}.tar.gz;name=mail-spf-perl-${PV} \ - file://fix-sbin-native-install.patch;patch=1 \ + file://fix-sbin-native-install.patch \ " SRC_URI[mail-spf-perl-2.007.md5sum] = "67dccdc91e3264679a0e17d493d3cc30" SRC_URI[mail-spf-perl-2.007.sha256sum] = "d8886e6a5b300946434284a6527bbb68ed98d27d3582c8e475e338facb96c50b" @@ -33,4 +36,8 @@ S = "${WORKDIR}/Mail-SPF-v${PV}" inherit cpan_build +do_install_append() { + sed -ri "s,${D},," ${D}/${bindir}/spfquery +} + PACKAGE_ARCH = "all" diff --git a/recipes/perl/libmath-bigint-gmp-perl_1.18.bb b/recipes/perl/libmath-bigint-gmp-perl_1.18.bb index 6a0e91d00c..8051d4075c 100644 --- a/recipes/perl/libmath-bigint-gmp-perl_1.18.bb +++ b/recipes/perl/libmath-bigint-gmp-perl_1.18.bb @@ -2,8 +2,8 @@ DESCRIPTION = "Math::BigInt::GMP - Use the GMP library for Math::BigInt routines SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "gmp-native" -RDEPENDS += "gmp" -PR = "r6" +RDEPENDS_${PN} += "gmp" +PR = "r7" SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TE/TELS/math/Math-BigInt-GMP-${PV}.tar.gz" @@ -13,3 +13,6 @@ inherit cpan FILES_${PN} = "${PERLLIBDIRS}/auto/Math/BigInt/GMP/* \ ${PERLLIBDIRS}/Math" + +SRC_URI[md5sum] = "cd17afa7e9e7e9192457f6968d538f3f" +SRC_URI[sha256sum] = "6948117f96cc9754bdbc53d92c48bca02f2de844a271a527b0a27065fcd06d24" diff --git a/recipes/perl/libmime-lite-perl_3.024.bb b/recipes/perl/libmime-lite-perl_3.024.bb index 851178087f..4c8835ad7f 100644 --- a/recipes/perl/libmime-lite-perl_3.024.bb +++ b/recipes/perl/libmime-lite-perl_3.024.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Simple standalone module for generating MIME messages." SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r1" +PR = "r2" -RDEPENDS = "perl-module-file-spec \ +RDEPENDS_${PN} = "perl-module-file-spec \ libemail-date-format-perl \ perl-module-test-more \ perl-module-time-local" @@ -15,3 +15,6 @@ S = "${WORKDIR}/MIME-Lite-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "ca71d1d844f5c4f693e5079a2b4fa9a5" +SRC_URI[sha256sum] = "886b57c7d8d9903b54dad07b68f58e398745d6d92522e89e2ce714472c09f903" diff --git a/recipes/perl/libmodule-build-perl-native_0.2805.bb b/recipes/perl/libmodule-build-perl-native_0.2805.bb index 6715a8f726..9275e504db 100644 --- a/recipes/perl/libmodule-build-perl-native_0.2805.bb +++ b/recipes/perl/libmodule-build-perl-native_0.2805.bb @@ -3,3 +3,6 @@ SECTION = "libs" inherit native require libmodule-build-perl_${PV}.bb + +SRC_URI[md5sum] = "598bb59b86c2c4842eeffb03392fab5b" +SRC_URI[sha256sum] = "8fd609d1e6b460b5c95ad5612cb823aa863d51360ed55caea987909a9bab50f5" diff --git a/recipes/perl/libmodule-build-perl_0.2805.bb b/recipes/perl/libmodule-build-perl_0.2805.bb index 30ce00b490..0a081d9698 100644 --- a/recipes/perl/libmodule-build-perl_0.2805.bb +++ b/recipes/perl/libmodule-build-perl_0.2805.bb @@ -6,9 +6,9 @@ DEPENDS = "libyaml-perl-native libversion-perl-native \ libextutils-cbuilder-perl-native \ libextutils-parsexs-perl-native \ libarchive-tar-perl-native" -RDEPENDS = "libyaml-perl libversion-perl libextutils-cbuilder-perl \ +RDEPENDS_${PN} = "libyaml-perl libversion-perl libextutils-cbuilder-perl \ libextutils-parsexs-perl libarchive-tar-perl" -PR = "r5" +PR = "r6" S = "${WORKDIR}/Module-Build-${PV}" @@ -17,3 +17,6 @@ do_stage() { } inherit cpan_build + +SRC_URI[md5sum] = "598bb59b86c2c4842eeffb03392fab5b" +SRC_URI[sha256sum] = "8fd609d1e6b460b5c95ad5612cb823aa863d51360ed55caea987909a9bab50f5" diff --git a/recipes/perl/libmodule-load-perl_0.16.bb b/recipes/perl/libmodule-load-perl_0.16.bb index d8a6a94d02..ee8e1ed00f 100644 --- a/recipes/perl/libmodule-load-perl_0.16.bb +++ b/recipes/perl/libmodule-load-perl_0.16.bb @@ -1,9 +1,9 @@ DESCRIPTION = "A module loading thingy for perl." SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r1" +PR = "r2" -RDEPENDS = "perl-module-test-more" +RDEPENDS_${PN} = "perl-module-test-more" SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KA/KANE/Module-Load-${PV}.tar.gz" @@ -12,3 +12,6 @@ S = "${WORKDIR}/Module-Load-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "851a225e31621a66621f28a25ec53d9a" +SRC_URI[sha256sum] = "f05c3300c988dc5f5f02d55f8ee241c05fbf4565c512f804f47c6e72e5f69e33" diff --git a/recipes/perl/libnet-cidr-perl_0.13.bb b/recipes/perl/libnet-cidr-perl_0.13.bb index a052270b70..8c2ca861d5 100644 --- a/recipes/perl/libnet-cidr-perl_0.13.bb +++ b/recipes/perl/libnet-cidr-perl_0.13.bb @@ -9,7 +9,7 @@ PR = "r0" SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MR/MRSAM/Net-CIDR-0.13.tar.gz;name=net-cidr-perl-${PV}" SRC_URI[net-cidr-perl-0.13.md5sum] = "40f0f42104b314af91ab78119e0096de" -SRC_URI[net-cidr-perl-0.13.sha256sim] = "7011713891c2710dd803d21789df6ba0ad7f4692d5cc1dde83b7106f4b726dab" +SRC_URI[net-cidr-perl-0.13.sha256sum] = "7011713891c2710dd803d21789df6ba0ad7f4692d5cc1dde83b7106f4b726dab" S = "${WORKDIR}/Net-CIDR-${PV}" diff --git a/recipes/perl/libnet-dbus-perl_0.33.5.bb b/recipes/perl/libnet-dbus-perl_0.33.5.bb index 5d6ebfca0d..5c4fc3c05c 100644 --- a/recipes/perl/libnet-dbus-perl_0.33.5.bb +++ b/recipes/perl/libnet-dbus-perl_0.33.5.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Net::DBus - Perl extension for the DBus message system" SECTION = "libs" LICENSE = "Artistic|GPL" -PR = "r0" +PR = "r1" -RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle \ +RDEPENDS_${PN} = "perl-module-vars perl-module-locale perl-module-io-handle \ perl-module-symbol perl-module-selectsaver perl-module-io \ perl-module-integer perl-module-exporter-heavy" @@ -11,3 +11,6 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Net-DBus-${PV}.ta S = "${WORKDIR}/Net-DBus-${PV}" inherit cpan + +SRC_URI[md5sum] = "fac4674945f53509ce8c3249646aaa11" +SRC_URI[sha256sum] = "204b2f222f0b41ba969f5a508857edd5e825d8f3a7da816e41b3965ed8524181" diff --git a/recipes/perl/libnet-dbus-perl_0.33.6.bb b/recipes/perl/libnet-dbus-perl_0.33.6.bb index 2942d34450..3ca98296ee 100644 --- a/recipes/perl/libnet-dbus-perl_0.33.6.bb +++ b/recipes/perl/libnet-dbus-perl_0.33.6.bb @@ -2,14 +2,17 @@ DESCRIPTION = "Net::DBus - Perl D-Bus module" SECTION = "libs" LICENSE = "Artistic|GPL" -RDEPENDS = "perl-module-vars perl-module-locale perl-module-io-handle \ +RDEPENDS_${PN} = "perl-module-vars perl-module-locale perl-module-io-handle \ perl-module-symbol perl-module-selectsaver perl-module-io \ perl-module-integer perl-module-exporter-heavy" -PR = "r2" +PR = "r3" SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DANBERR/Net-DBus-${PV}.tar.gz" S = "${WORKDIR}/Net-DBus-${PV}" inherit cpan + +SRC_URI[md5sum] = "a1dbce89b1b839fd0e46d74067ae2e35" +SRC_URI[sha256sum] = "6697ad5e1efa3070bad75fd542561c65c81f92154c91b932895a5975adccd0ac" diff --git a/recipes/perl/libnet-ip-perl_1.25.bb b/recipes/perl/libnet-ip-perl_1.25.bb index 5af39c612b..00fd6b3fcd 100644 --- a/recipes/perl/libnet-ip-perl_1.25.bb +++ b/recipes/perl/libnet-ip-perl_1.25.bb @@ -2,8 +2,8 @@ DESCRIPTION = "Net::IP - Perl extension for manipulating IPv4/IPv6 addresses" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "libio-zlib-perl-native" -RDEPENDS += "libio-zlib-perl perl-module-math-bigint" -PR = "r6" +RDEPENDS_${PN} += "libio-zlib-perl perl-module-math-bigint" +PR = "r7" SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MANU/Net-IP-${PV}.tar.gz" @@ -12,3 +12,6 @@ S = "${WORKDIR}/Net-IP-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "a49c0b02a9b793ff60191cdafc0c202e" +SRC_URI[sha256sum] = "4cd6e2202fd88c46d5458d19bbea80e257b6ba0ec57ea3ac8ae94ed48c9a60c7" diff --git a/recipes/perl/libnet-pcap-perl_0.16.bb b/recipes/perl/libnet-pcap-perl_0.16.bb index ed5ec978b7..63917287ab 100644 --- a/recipes/perl/libnet-pcap-perl_0.16.bb +++ b/recipes/perl/libnet-pcap-perl_0.16.bb @@ -14,7 +14,7 @@ export STAGING_LIBDIR SRC_URI = " \ http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/Net-Pcap-${PV}.tar.gz;name=net-pcap-perl-${PV} \ - file://kill-runtime-pcap-check-fake-functions-check.patch;patch=1 \ + file://kill-runtime-pcap-check-fake-functions-check.patch \ " SRC_URI[net-pcap-perl-0.16.md5sum] = "b150d8e0a40137fad2a7df792d80cab4" SRC_URI[net-pcap-perl-0.16.sha256sum] = "9311d0d4043ea1f8b855dd1f2dc3312436064f4291c74127eb7c3f79b14677aa" diff --git a/recipes/perl/libnet-rawip-perl_0.25.bb b/recipes/perl/libnet-rawip-perl_0.25.bb index ec57c7a9cf..6e2fd2a175 100644 --- a/recipes/perl/libnet-rawip-perl_0.25.bb +++ b/recipes/perl/libnet-rawip-perl_0.25.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Perl extension to manipulate raw IP packets with interface to lib SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "libpcap" -RDEPENDS = " \ +RDEPENDS_${PN} = " \ perl-module-class-struct \ perl-module-data-dumper \ perl-module-english \ @@ -10,10 +10,11 @@ RDEPENDS = " \ perl-module-subs \ perl-module-test-more \ " +PR = "r1" SRC_URI = " \ http://search.cpan.org/CPAN/authors/id/S/SA/SAPER/Net-RawIP-${PV}.tar.gz;name=net-rawip-perl-${PV} \ - file://kill-pcap-check.patch;patch=1 \ + file://kill-pcap-check.patch \ " SRC_URI[net-rawip-perl-0.25.md5sum] = "a99f461e20e7894154f64729a4652448" SRC_URI[net-rawip-perl-0.25.sha256sum] = "6d104b2f0e453eff7a1b479c528798670b15729ed6ecf41430405ff6d7e1ee58" diff --git a/recipes/perl/libnetserver-generic-perl_1.03.bb b/recipes/perl/libnetserver-generic-perl_1.03.bb index d244ec13d2..7bfc63d928 100644 --- a/recipes/perl/libnetserver-generic-perl_1.03.bb +++ b/recipes/perl/libnetserver-generic-perl_1.03.bb @@ -8,3 +8,6 @@ SRC_URI = "http://www.cpan.org/modules/by-module/NetServer/NetServer-Generic-${P S = "${WORKDIR}/NetServer-Generic-${PV}" inherit cpan + +SRC_URI[md5sum] = "bbb47b15e1b624e1b728d8ef6ea93268" +SRC_URI[sha256sum] = "174415168e1fc0451f3f6e34beb5c8779b83521a477243cf4ef865be4e161834" diff --git a/recipes/perl/libparams-util-perl_0.20.bb b/recipes/perl/libparams-util-perl_0.20.bb index b082a098ab..59a6af01c1 100644 --- a/recipes/perl/libparams-util-perl_0.20.bb +++ b/recipes/perl/libparams-util-perl_0.20.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Params::Util - Simple, compact and correct param-checking functions" SECTION = "libs" LICENSE = "Artistic|GPL" -RDEPENDS += "perl-module-exporter perl-module-overload \ +RDEPENDS_${PN} += "perl-module-exporter perl-module-overload \ perl-module-scalar-util perl-module-strict perl-module-vars" -PR = "r4" +PR = "r5" SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Params-Util-${PV}.tar.gz" @@ -12,3 +12,6 @@ S = "${WORKDIR}/Params-Util-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "33c4466239c97cc3e1063eff0577206c" +SRC_URI[sha256sum] = "29f7e05045a5699b211d2a8332d36113c22f9c2e96174f40939e79dbc356905d" diff --git a/recipes/perl/libparams-validate-perl_0.86.bb b/recipes/perl/libparams-validate-perl_0.86.bb index 7bb63004e9..c166587272 100644 --- a/recipes/perl/libparams-validate-perl_0.86.bb +++ b/recipes/perl/libparams-validate-perl_0.86.bb @@ -14,3 +14,6 @@ FILES_${PN} = "${PERLLIBDIRS}/auto/Params/Validate/* \ ${PERLLIBDIRS}/Attribute" BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "99f6093ecf15717c1a888bb6040aea43" +SRC_URI[sha256sum] = "cf381182872bedd5f70fdb297863373bdfcac4f10f1b276aa227e9722b258be5" diff --git a/recipes/perl/libperl6-junction-perl_1.10.bb b/recipes/perl/libperl6-junction-perl_1.10.bb index 8cfef00670..6f238d1ac6 100644 --- a/recipes/perl/libperl6-junction-perl_1.10.bb +++ b/recipes/perl/libperl6-junction-perl_1.10.bb @@ -8,3 +8,6 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/C/CF/CFRANKS/Perl6-Junction-${ S = "${WORKDIR}/Perl6-Junction-${PV}" inherit cpan + +SRC_URI[md5sum] = "b014170483cf85a93d08ee59196c53f9" +SRC_URI[sha256sum] = "1428a61246a98411c2f16fcaf051c7acb53fb1507b1982da52d5b6aa70f78c2b" diff --git a/recipes/perl/libphp-serialization-perl_0.30.bb b/recipes/perl/libphp-serialization-perl_0.30.bb index cd5f13a91b..1615ef732d 100644 --- a/recipes/perl/libphp-serialization-perl_0.30.bb +++ b/recipes/perl/libphp-serialization-perl_0.30.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/PHP-Serialization-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "210b764fca7c791f4387717185f589b5" +SRC_URI[sha256sum] = "09917ebe3b088649f0767723a7e25ae08fb8db921a85183e2e8c3d2e79ae6d10" diff --git a/recipes/perl/libpoe-perl_1.007.bb b/recipes/perl/libpoe-perl_1.007.bb index 0ff7ccba8a..28eb29ab85 100644 --- a/recipes/perl/libpoe-perl_1.007.bb +++ b/recipes/perl/libpoe-perl_1.007.bb @@ -8,3 +8,6 @@ SRC_URI = "http://backpan.cpan.org/modules/by-module/POE/RCAPUTO/POE-${PV}.tar.g S = "${WORKDIR}/POE-${PV}" inherit cpan + +SRC_URI[md5sum] = "c7e8822bd11ed36a2f716f60e58da2e6" +SRC_URI[sha256sum] = "5506b4e59aa455b026c4d92db083e7d6d36021b21a13be43d177276ab7d56a84" diff --git a/recipes/perl/libsnmp-session-perl_1.12.bb b/recipes/perl/libsnmp-session-perl_1.12.bb index 30f669e690..7905d468a9 100644 --- a/recipes/perl/libsnmp-session-perl_1.12.bb +++ b/recipes/perl/libsnmp-session-perl_1.12.bb @@ -8,3 +8,6 @@ SRC_URI = "http://www.switch.ch/misc/leinen/snmp/perl/dist/SNMP_Session-${PV}.ta S = "${WORKDIR}/SNMP_Session-${PV}" inherit cpan + +SRC_URI[md5sum] = "5f6b365b4c3815b13d7a902d94e254af" +SRC_URI[sha256sum] = "957053683ca36129565db5018dd219bcc740ae781c4fbc9bc03f263f691730e8" diff --git a/recipes/perl/libsoap-lite-perl_0.710.08.bb b/recipes/perl/libsoap-lite-perl_0.710.08.bb index c6dabc0e93..6d54766023 100644 --- a/recipes/perl/libsoap-lite-perl_0.710.08.bb +++ b/recipes/perl/libsoap-lite-perl_0.710.08.bb @@ -14,3 +14,6 @@ do_configure_prepend () { } BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "e7869ad91fee76cc1782fe29fe3a989d" +SRC_URI[sha256sum] = "efe7dd9a1c6993d475ae1a653c5fa97a76a36accd468d49b030d81880ca11bef" diff --git a/recipes/perl/libsub-exporter-perl_0.970.bb b/recipes/perl/libsub-exporter-perl_0.970.bb index 08c1f8aa2a..7c0ff937fd 100644 --- a/recipes/perl/libsub-exporter-perl_0.970.bb +++ b/recipes/perl/libsub-exporter-perl_0.970.bb @@ -3,9 +3,9 @@ SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "libdata-optlist-perl-native libsub-install-perl-native \ libparams-util-perl-native" -RDEPENDS += "perl-module-carp libdata-optlist-perl libparams-util-perl \ +RDEPENDS_${PN} += "perl-module-carp libdata-optlist-perl libparams-util-perl \ perl-module-strict libsub-install-perl perl-module-warnings" -PR = "r4" +PR = "r5" SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Exporter-${PV}.tar.gz" @@ -14,3 +14,6 @@ S = "${WORKDIR}/Sub-Exporter-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "10eaa77a13de4c23640cdd1aaf0f2412" +SRC_URI[sha256sum] = "d95895fc8a8277b3b8ff34e2eaaebfb56bbc044c8bf6522dbb47e2fb714b238c" diff --git a/recipes/perl/libsub-install-perl_0.922.bb b/recipes/perl/libsub-install-perl_0.922.bb index a2d1de8719..1e715b5805 100644 --- a/recipes/perl/libsub-install-perl_0.922.bb +++ b/recipes/perl/libsub-install-perl_0.922.bb @@ -1,9 +1,9 @@ DESCRIPTION = "Sub::Install - install subroutines into packages easily" SECTION = "libs" LICENSE = "Artistic|GPL" -RDEPENDS += "perl-module-carp perl-module-scalar-util perl-module-strict \ +RDEPENDS_${PN} += "perl-module-carp perl-module-scalar-util perl-module-strict \ perl-module-warnings" -PR = "r4" +PR = "r5" SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-${PV}.tar.gz" @@ -12,3 +12,6 @@ S = "${WORKDIR}/Sub-Install-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "48e8e9f72cdd5b3f5f7115b8b7de3ddf" +SRC_URI[sha256sum] = "314de5dcc9550a9bff0784a7c9552f8092115452e2a5f4a59903c75bfbf658df" diff --git a/recipes/perl/libsub-uplevel-perl_0.13.bb b/recipes/perl/libsub-uplevel-perl_0.13.bb index acaeb5bfc3..6a58bbc131 100644 --- a/recipes/perl/libsub-uplevel-perl_0.13.bb +++ b/recipes/perl/libsub-uplevel-perl_0.13.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Sub::Uplevel - apparently run a function in a higher stack frame" SECTION = "libs" LICENSE = "Artistic|GPL" -RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars" -PR = "r4" +RDEPENDS_${PN} += "perl-module-exporter perl-module-strict perl-module-vars" +PR = "r5" SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Sub-Uplevel-${PV}.tar.gz" @@ -11,3 +11,6 @@ S = "${WORKDIR}/Sub-Uplevel-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "16ea7df857d28cbf50ef668fe19559f7" +SRC_URI[sha256sum] = "c6e8d8ca900c3bee61b3c66888722b79d232731c9ee8f59533f06a4e486f23ec" diff --git a/recipes/perl/libsys-mmap-perl_0.13.bb b/recipes/perl/libsys-mmap-perl_0.13.bb index e6e8e51d48..20ee1aa5b1 100644 --- a/recipes/perl/libsys-mmap-perl_0.13.bb +++ b/recipes/perl/libsys-mmap-perl_0.13.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/Sys-Mmap-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "e65a007157e3e26807db52299497109d" +SRC_URI[sha256sum] = "e064a939bf7e37774b89a39515ecf96c4d19c81e050bcf0dae28d1eab4d86196" diff --git a/recipes/perl/libterm-progressbar-perl_2.09.bb b/recipes/perl/libterm-progressbar-perl_2.09.bb index 09b4aafab7..ca7ff83472 100644 --- a/recipes/perl/libterm-progressbar-perl_2.09.bb +++ b/recipes/perl/libterm-progressbar-perl_2.09.bb @@ -11,3 +11,6 @@ S = "${WORKDIR}/Term-ProgressBar-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "440dfd04fe51a12d314e9adf2445f04a" +SRC_URI[sha256sum] = "2c55c84684a05934d5421707d76c1b6f5f45618a818a10d8dcf607027d93065e" diff --git a/recipes/perl/libtermreadkey-perl_2.30.bb b/recipes/perl/libtermreadkey-perl_2.30.bb index 1258450cf1..03128c4ebd 100644 --- a/recipes/perl/libtermreadkey-perl_2.30.bb +++ b/recipes/perl/libtermreadkey-perl_2.30.bb @@ -11,3 +11,6 @@ S = "${WORKDIR}/TermReadKey-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "f0ef2cea8acfbcc58d865c05b0c7e1ff" +SRC_URI[sha256sum] = "8c4c70bf487f2e432046dce07cf4b77ff181667d0905f9cb1203ff95ff5dd5ff" diff --git a/recipes/perl/libtest-builder-tester-perl_1.01.bb b/recipes/perl/libtest-builder-tester-perl_1.01.bb index 0704506ac7..0af775880b 100644 --- a/recipes/perl/libtest-builder-tester-perl_1.01.bb +++ b/recipes/perl/libtest-builder-tester-perl_1.01.bb @@ -1,12 +1,15 @@ DESCRIPTION = "Test::Builder::Tester - test testsuites that have been built with Test::Builder" SECTION = "libs" LICENSE = "Artistic|GPL" -RDEPENDS += "perl-module-strict perl-module-carp perl-module-exporter \ +RDEPENDS_${PN} += "perl-module-strict perl-module-carp perl-module-exporter \ perl-module-symbol perl-module-vars" -PR = "r3" +PR = "r4" SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKF/Test-Builder-Tester-${PV}.tar.gz" S = "${WORKDIR}/Test-Builder-Tester-${PV}" inherit cpan + +SRC_URI[md5sum] = "4751252f1e33af4f582c8af4c7b7666f" +SRC_URI[sha256sum] = "62bc416ccb3f01c3911d9744d6c865d9fa4d008bd47dbecc2adde5c3892ce868" diff --git a/recipes/perl/libtest-differences-perl_0.47.bb b/recipes/perl/libtest-differences-perl_0.47.bb index e76f35ff0d..b8922232b4 100644 --- a/recipes/perl/libtest-differences-perl_0.47.bb +++ b/recipes/perl/libtest-differences-perl_0.47.bb @@ -2,12 +2,15 @@ DESCRIPTION = "Test::Differences - Test strings and data structures and show dif SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "libtext-diff-perl-native" -RDEPENDS += "perl-module-carp perl-module-constant perl-module-exporter \ +RDEPENDS_${PN} += "perl-module-carp perl-module-constant perl-module-exporter \ perl-module-strict libtext-diff-perl" -PR = "r3" +PR = "r4" SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Test-Differences-${PV}.tar.gz" S = "${WORKDIR}/Test-Differences-${PV}" inherit cpan + +SRC_URI[md5sum] = "e4fa76bb11b0d1db2d4213390413f5af" +SRC_URI[sha256sum] = "d7d17925c23a69d66073e44feee3177186b45ca64c23b73277a4b4100dcdeeeb" diff --git a/recipes/perl/libtest-exception-perl_0.22.bb b/recipes/perl/libtest-exception-perl_0.22.bb index 021770b01a..737dd79168 100644 --- a/recipes/perl/libtest-exception-perl_0.22.bb +++ b/recipes/perl/libtest-exception-perl_0.22.bb @@ -2,13 +2,16 @@ DESCRIPTION = "Test::Exception - Test exception based code" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "libsub-uplevel-perl-native" -RDEPENDS += "perl-module-base perl-module-carp perl-module-strict \ +RDEPENDS_${PN} += "perl-module-base perl-module-carp perl-module-strict \ libsub-uplevel-perl perl-module-test-builder \ perl-module-warnings" -PR = "r3" +PR = "r4" SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-${PV}.tar.gz" S = "${WORKDIR}/Test-Exception-${PV}" inherit cpan + +SRC_URI[md5sum] = "dcf44183af3d26b14d7f989fc5ee1117" +SRC_URI[sha256sum] = "98b129aa38a729f9c63b3ae2118b500f76bcf3456bb03a5f049f67ddea7efc81" diff --git a/recipes/perl/libtest-mockmodule-perl_0.05.bb b/recipes/perl/libtest-mockmodule-perl_0.05.bb index 422bd41ed0..0173514f1f 100644 --- a/recipes/perl/libtest-mockmodule-perl_0.05.bb +++ b/recipes/perl/libtest-mockmodule-perl_0.05.bb @@ -1,12 +1,15 @@ DESCRIPTION = "Test::MockModule - Override subroutines in a module for unit testing" SECTION = "libs" LICENSE = "Artistic|GPL" -RDEPENDS += "perl-module-carp perl-module-scalar-util perl-module-strict \ +RDEPENDS_${PN} += "perl-module-carp perl-module-scalar-util perl-module-strict \ perl-module-vars " -PR = "r3" +PR = "r4" SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SI/SIMONFLK/Test-MockModule-${PV}.tar.gz" S = "${WORKDIR}/Test-MockModule-${PV}" inherit cpan + +SRC_URI[md5sum] = "1b013aeeb221f83e7f325a2f98169296" +SRC_URI[sha256sum] = "67c515258c76780009e58305ec56f195e1b110d0cabb52792d57dd1761396e07" diff --git a/recipes/perl/libtest-output-perl_0.10.bb b/recipes/perl/libtest-output-perl_0.10.bb index 3a2452ecfd..0c223b4add 100644 --- a/recipes/perl/libtest-output-perl_0.10.bb +++ b/recipes/perl/libtest-output-perl_0.10.bb @@ -2,11 +2,14 @@ DESCRIPTION = "Test::Output - Utilities to test STDOUT and STDERR messages" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "libsub-exporter-perl-native" -RDEPENDS += "libsub-exporter-perl" -PR = "r3" +RDEPENDS_${PN} += "libsub-exporter-perl" +PR = "r4" SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SS/SSORICHE/Test-Output-${PV}.tar.gz" S = "${WORKDIR}/Test-Output-${PV}" inherit cpan + +SRC_URI[md5sum] = "dcf67296e04a41a9f73f70c10fe5f825" +SRC_URI[sha256sum] = "b72813be2639d49dda2a3f87928b7ce185633f3afaa25300afbfb844b12deea4" diff --git a/recipes/perl/libtext-diff-perl_0.35.bb b/recipes/perl/libtext-diff-perl_0.35.bb index a2cacdf929..d67cd2210d 100644 --- a/recipes/perl/libtext-diff-perl_0.35.bb +++ b/recipes/perl/libtext-diff-perl_0.35.bb @@ -2,10 +2,10 @@ DESCRIPTION = "Text::Diff - Perform diffs on files and record sets" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS += "libalgorithm-diff-perl-native" -RDEPENDS += "libalgorithm-diff-perl perl-module-carp perl-module-constant \ +RDEPENDS_${PN} += "libalgorithm-diff-perl perl-module-carp perl-module-constant \ perl-module-exporter perl-module-strict perl-module-carp \ perl-module-strict " -PR = "r4" +PR = "r5" SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBS/Text-Diff-${PV}.tar.gz" @@ -14,3 +14,6 @@ S = "${WORKDIR}/Text-Diff-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "4931662ea353384dec2a54a71b26ee8c" +SRC_URI[sha256sum] = "0b654cd39126333a0dab7fdd2fd0c5023f6eb45e72d1d8bf9fb3cab175002bc7" diff --git a/recipes/perl/libtimedate-perl_1.20.bb b/recipes/perl/libtimedate-perl_1.20.bb index 40fd101f9f..84406adfb0 100644 --- a/recipes/perl/libtimedate-perl_1.20.bb +++ b/recipes/perl/libtimedate-perl_1.20.bb @@ -2,10 +2,8 @@ DESCRIPTION = "TimeDate - parser for absolute times" SECTION = "libs" # You can redistribute it and/or modify it under the same terms as Perl itself. LICENSE = "Artistic|GPL" -PR = "r0" +PR = "r2" -RDEPENDS += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" -PACKAGE_ARCH = "all" SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.gz" @@ -14,3 +12,10 @@ S = "${WORKDIR}/TimeDate-${PV}" inherit cpan BBCLASSEXTEND="native" + +RDEPENDS_${PN}_virtclass-native = "" +RDEPENDS_${PN} += "perl-module-carp perl-module-exporter perl-module-strict perl-module-time-local" +PACKAGE_ARCH = "all" + +SRC_URI[md5sum] = "7da7452bce4c684e4238e6d09b390200" +SRC_URI[sha256sum] = "f8251a791f6692c69952b4af697c01df93981ad1ab133279d034656a03cd3755" diff --git a/recipes/perl/libtree-simple-perl_1.18.bb b/recipes/perl/libtree-simple-perl_1.18.bb new file mode 100644 index 0000000000..ce2a3f7034 --- /dev/null +++ b/recipes/perl/libtree-simple-perl_1.18.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "A simple tree object" +SECTION = "libs" +LICENSE = "Artistic|GPL" +RDEPENDS += "perl-module-test-more perl-module-scalar-util" +PR = "r0" + +PACKAGE_ARCH = "all" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/ST/STEVAN/Tree-Simple-1.18.tar.gz" +SRC_URI[md5sum] = "70462938108a8b8658b1b1d2f12dbeab" +SRC_URI[sha256sum] = "cfbcdf0e02fb94134e1308ef5c3feb4ca4d4ff4cc4199b14fa9be7821183622d" + +S = "${WORKDIR}/Tree-Simple-${PV}" + +inherit cpan diff --git a/recipes/perl/libunicode-string-perl_2.09.bb b/recipes/perl/libunicode-string-perl_2.09.bb index 393970e42d..b125f1986b 100644 --- a/recipes/perl/libunicode-string-perl_2.09.bb +++ b/recipes/perl/libunicode-string-perl_2.09.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/Unicode-String-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "553e68e603723bf7c631f8701ab0d678" +SRC_URI[sha256sum] = "c817bedb954ea2d488bade56059028b99e0198f6826482e2f68fd6d78653faad" diff --git a/recipes/perl/libunicode-utf8simple-perl_1.06.bb b/recipes/perl/libunicode-utf8simple-perl_1.06.bb index ee0c2aa6ff..fac877e18e 100644 --- a/recipes/perl/libunicode-utf8simple-perl_1.06.bb +++ b/recipes/perl/libunicode-utf8simple-perl_1.06.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/Unicode-UTF8simple-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "1d90907170ed41690a572a2d6ed6e7da" +SRC_URI[sha256sum] = "e1249ac08daceb8a83c170c00810001f15d73418e9595711bee663d0130c0fe5" diff --git a/recipes/perl/liburi-perl_1.52.bb b/recipes/perl/liburi-perl_1.52.bb index b120d934f4..d9cf315f4e 100644 --- a/recipes/perl/liburi-perl_1.52.bb +++ b/recipes/perl/liburi-perl_1.52.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Manipulates and accesses URI strings" SECTION = "libs" LICENSE = "Artistic|GPL" -#RDEPENDS += " libmime-base64-perl libnet-perl" -PR = "r2" +#RDEPENDS_${PN} += " libmime-base64-perl libnet-perl" +PR = "r3" SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-${PV}.tar.gz" @@ -13,3 +13,6 @@ inherit cpan BBCLASSEXTEND="native" PACKAGE_ARCH = "all" + +SRC_URI[md5sum] = "d6ba96cc3e650af6537675e016e83d3e" +SRC_URI[sha256sum] = "3d325b52c9d1e7aa2fbf67131f1f5ee39964cbe54e864bcfb9808af274a9eb4a" diff --git a/recipes/perl/libversion-perl_0.6701.bb b/recipes/perl/libversion-perl_0.6701.bb index 68fbb5ff9f..07987b1505 100644 --- a/recipes/perl/libversion-perl_0.6701.bb +++ b/recipes/perl/libversion-perl_0.6701.bb @@ -14,3 +14,6 @@ FILES_${PN} = "${PERLLIBDIRS}/auto/version/vxs/* \ ${PERLLIBDIRS}/version.pm" BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "eb5464a77d342ab5eb21f2fb82670d1c" +SRC_URI[sha256sum] = "7fb38ae6ce9ff7b4f9f46838bbb4d1fce577afddfbb3cc89e37cd8cbc81d795c" diff --git a/recipes/perl/libwww-mechanize-perl_1.60.bb b/recipes/perl/libwww-mechanize-perl_1.60.bb index d0efb37f3f..4ec09a9306 100644 --- a/recipes/perl/libwww-mechanize-perl_1.60.bb +++ b/recipes/perl/libwww-mechanize-perl_1.60.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/WWW-Mechanize-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "bd3bf56f28881c5363d1c599ff43a632" +SRC_URI[sha256sum] = "8844dbc7f695fbc9f87e04895295fc61260559df7176b3159cd3dc2c70863478" diff --git a/recipes/perl/libx10-perl_0.03.bb b/recipes/perl/libx10-perl_0.03.bb index ce4080053d..66f8394511 100644 --- a/recipes/perl/libx10-perl_0.03.bb +++ b/recipes/perl/libx10-perl_0.03.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/X10-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "056b3d98fab545865148b948de6784c7" +SRC_URI[sha256sum] = "2b34d7c2112e8b79856c63f43403bff1a7ed5005d9b98db5f94c6f4cc7ba5623" diff --git a/recipes/perl/libxml-dom-perl_1.44.bb b/recipes/perl/libxml-dom-perl_1.44.bb index 35f1312baa..098e304b2f 100644 --- a/recipes/perl/libxml-dom-perl_1.44.bb +++ b/recipes/perl/libxml-dom-perl_1.44.bb @@ -1,13 +1,13 @@ DESCRIPTION = "XML::DOM - A perl module for building DOM Level 1 compliant document structures" SECTION = "libs" LICENSE = "unknown" -PR= "r2" +PR = "r3" DEPENDS += "libxml-parser-perl-native libxml-regexp-perl-native \ libhtml-parser-perl-native libhtml-tagset-perl-native \ liburi-perl-native libwww-perl-native" -RDEPENDS += "libxml-parser-perl libxml-regexp-perl \ +RDEPENDS_${PN} += "libxml-parser-perl libxml-regexp-perl \ libhtml-parser-perl libhtml-tagset-perl liburi-perl libwww-perl" SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TJ/TJMATHER/XML-DOM-${PV}.tar.gz" @@ -17,3 +17,6 @@ S = "${WORKDIR}/XML-DOM-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "1ec2032a06e5762984f7a332c199c205" +SRC_URI[sha256sum] = "f6af32c74c84b3b173eca9baac521a0f9b030c9a0395fcafd4235a84d8ad0ae4" diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb index ac56c9f4ad..f298ac873f 100644 --- a/recipes/perl/libxml-libxml-perl_1.70.bb +++ b/recipes/perl/libxml-libxml-perl_1.70.bb @@ -8,7 +8,7 @@ DEPENDS += "libxml2 \ PR = "r0" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-${PV}.tar.gz;name=libxml \ - file://libxml-libxml-perl-disable-libxml2-check.patch;patch=1 \ + file://libxml-libxml-perl-disable-libxml2-check.patch \ " SRC_URI[libxml.md5sum] = "33d4294f708e20c298cfe534d1166844" SRC_URI[libxml.sha256sum] = "53e6cf06772ba9d85055dc6e4488dbd876d2376e48ef3578fa73246ee98b3ba0" diff --git a/recipes/perl/libxml-parser-perl_2.34.bb b/recipes/perl/libxml-parser-perl_2.34.bb index 0b423ab2c6..27aa5b1796 100644 --- a/recipes/perl/libxml-parser-perl_2.34.bb +++ b/recipes/perl/libxml-parser-perl_2.34.bb @@ -16,3 +16,6 @@ FILES_${PN} = "${PERLLIBDIRS}/auto/XML/Parser/Expat/* \ ${PERLLIBDIRS}/XML" BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "84d9e0001fe01c14867256c3fe115899" +SRC_URI[sha256sum] = "55386de7bf78f67ad2b9ef664a578db66ee53f512a28eb067cd2303f5e23d740" diff --git a/recipes/perl/libxml-parser-perl_2.36.bb b/recipes/perl/libxml-parser-perl_2.36.bb index 63938992ff..1eaa230f98 100644 --- a/recipes/perl/libxml-parser-perl_2.36.bb +++ b/recipes/perl/libxml-parser-perl_2.36.bb @@ -2,7 +2,7 @@ DESCRIPTION = "XML::Parser - A perl module for parsing XML documents" SECTION = "libs" LICENSE = "Artistic" DEPENDS += "expat expat-native" -PR= "r2" +PR= "r3" SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" @@ -16,8 +16,14 @@ do_compile() { export LIBC="$(find ${STAGING_DIR_TARGET}/lib -name 'libc-*.so')" cpan_do_compile } +do_compile_virtclass-native (){ + cpan_do_compile +} FILES_${PN} = "${PERLLIBDIRS}/auto/XML/Parser/Expat/* \ ${PERLLIBDIRS}/XML" BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "1b868962b658bd87e1563ecd56498ded" +SRC_URI[sha256sum] = "9fd529867402456bd826fe0e5588d35b3a2e27e586a2fd838d1352b71c2ed73f" diff --git a/recipes/perl/libxml-regexp-perl_0.03.bb b/recipes/perl/libxml-regexp-perl_0.03.bb index e6a2e6c3da..4a01c5561d 100644 --- a/recipes/perl/libxml-regexp-perl_0.03.bb +++ b/recipes/perl/libxml-regexp-perl_0.03.bb @@ -10,3 +10,6 @@ S = "${WORKDIR}/XML-RegExp-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "5826b24e0d05714e25c2bb04e1f1c09b" +SRC_URI[sha256sum] = "4608bd4aed51d6f31a1a77796bc42f7ddf9700fe9b33c86a6b75ccb6a9cf6abe" diff --git a/recipes/perl/libxml-simple-perl_2.18.bb b/recipes/perl/libxml-simple-perl_2.18.bb index d928168791..0c9668d3e3 100644 --- a/recipes/perl/libxml-simple-perl_2.18.bb +++ b/recipes/perl/libxml-simple-perl_2.18.bb @@ -2,7 +2,8 @@ DESCRIPTION = "XML::Simple - Easy API to maintain XML (esp config files)" SECTION = "libs" LICENSE = "Artistic" DEPENDS += "libxml-parser-perl" -PR = "r1" +RDEPENDS_${PN} += "libxml-parser-perl" +PR = "r2" SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz" @@ -11,3 +12,6 @@ S = "${WORKDIR}/XML-Simple-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "593aa8001e5c301cdcdb4bb3b63abc33" +SRC_URI[sha256sum] = "a54967c188cda3e20f496c83be4de3f1740eeaa83c0380712ecd969ad8766826" diff --git a/recipes/perl/libxml-twig-perl_3.33.bb b/recipes/perl/libxml-twig-perl_3.33.bb index 8ce0218d99..e10fa58791 100644 --- a/recipes/perl/libxml-twig-perl_3.33.bb +++ b/recipes/perl/libxml-twig-perl_3.33.bb @@ -12,3 +12,6 @@ S = "${WORKDIR}/XML-Twig-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "918f8fba33efe9cf5bc07907c6e46556" +SRC_URI[sha256sum] = "630241ba64685a264d6037cbfed29476ab36fce652746ad5966fcfc9d810abdc" diff --git a/recipes/perl/libxml-writer-perl_0.606.bb b/recipes/perl/libxml-writer-perl_0.606.bb index a0b9ea5d97..d199b980b0 100644 --- a/recipes/perl/libxml-writer-perl_0.606.bb +++ b/recipes/perl/libxml-writer-perl_0.606.bb @@ -11,3 +11,6 @@ S = "${WORKDIR}/XML-Writer-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "178895f6b011594f425d0a2aef0ee069" +SRC_URI[sha256sum] = "49c398574f7796f9f51abf8e13e864bbaa1792af781624a663c9182a9bf777ad" diff --git a/recipes/perl/libyaml-perl_0.62.bb b/recipes/perl/libyaml-perl_0.62.bb index bd80a709e4..e52fb6b0b9 100644 --- a/recipes/perl/libyaml-perl_0.62.bb +++ b/recipes/perl/libyaml-perl_0.62.bb @@ -3,8 +3,8 @@ SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "libdigest-sha1-perl-native liberror-perl-native \ libipc-sharelite-perl-native" -RDEPENDS = "libdigest-sha1-perl liberror-perl libipc-sharelite-perl" -PR = "r5" +RDEPENDS_${PN} = "libdigest-sha1-perl liberror-perl libipc-sharelite-perl" +PR = "r6" SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IN/INGY/YAML-${PV}.tar.gz" @@ -13,3 +13,6 @@ S = "${WORKDIR}/YAML-${PV}" inherit cpan BBCLASSEXTEND="native" + +SRC_URI[md5sum] = "4be042a043ec520074b0ab6f7ca0bded" +SRC_URI[sha256sum] = "fa668e8f01fe43fdddb33f0c5e294698818f37519000b9f782f504ece071c740" diff --git a/recipes/perl/perl-native/CPAN-Config.pm b/recipes/perl/perl-native/CPAN-Config.pm new file mode 100644 index 0000000000..c09b8a15bd --- /dev/null +++ b/recipes/perl/perl-native/CPAN-Config.pm @@ -0,0 +1,44 @@ + +# This is CPAN.pm's systemwide configuration file. This file provides +# defaults for users, and the values can be changed in a per-user +# configuration file. The user-config file is being looked for as +# ~/.cpan/CPAN/MyConfig.pm. + +$CPAN::Config = { + 'build_cache' => q[10], + 'build_dir' => q[@SYSROOTBASE@/.cpan/build], + 'cache_metadata' => q[1], + 'cpan_home' => q[@SYSROOTBASE@/.cpan], + 'dontload_hash' => { }, + 'ftp' => q[/usr/bin/ftp], + 'ftp_proxy' => q[], + 'getcwd' => q[cwd], + 'gpg' => q[/usr/bin/gpg], + 'gzip' => q[/bin/gzip], + 'histfile' => q[@SYSROOTBASE@/.cpan/histfile], + 'histsize' => q[100], + 'http_proxy' => q[], + 'inactivity_timeout' => q[0], + 'index_expire' => q[1], + 'inhibit_startup_message' => q[0], + 'keep_source_where' => q[@SYSROOTBASE@/.cpan/sources], + 'lynx' => q[], + 'make' => q[/usr/bin/make], + 'make_arg' => q[], + 'make_install_arg' => q[], + 'makepl_arg' => q[], + 'ncftp' => q[], + 'ncftpget' => q[], + 'no_proxy' => q[], + 'pager' => q[less], + 'prerequisites_policy' => q[ask], + 'scan_cache' => q[atstart], + 'shell' => q[/bin/bash], + 'tar' => q[/bin/tar], + 'term_is_latin' => q[1], + 'unzip' => q[/usr/bin/unzip], + 'urllist' => [q[ftp://mirrors.kernel.org/pub/CPAN]], + 'wget' => q[/usr/bin/wget], +}; +1; +__END__ diff --git a/recipes/perl/perl-native_5.10.1.bb b/recipes/perl/perl-native_5.10.1.bb index a56805c0ce..0e0854b6d1 100644 --- a/recipes/perl/perl-native_5.10.1.bb +++ b/recipes/perl/perl-native_5.10.1.bb @@ -3,7 +3,8 @@ HOMEPAGE = "http://www.perl.org/" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "virtual/db-native gdbm-native" -PR = "r0" +PR = "r4" +NATIVE_INSTALL_WORKS = "1" # Not tested enough DEFAULT_PREFERENCE = "-1" @@ -11,10 +12,11 @@ DEFAULT_PREFERENCE = "-1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}" SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz;name=perl-${PV} \ - file://Configure-multilib.patch;patch=1 \ - file://perl-configpm-switch.patch;patch=1 \ - file://native-nopacklist.patch;patch=1 \ - file://native-perlinc.patch;patch=1 \ + file://CPAN-Config.pm \ + file://Configure-multilib.patch \ + file://perl-configpm-switch.patch \ + file://native-nopacklist.patch \ + file://native-perlinc.patch \ " SRC_URI[perl-5.10.1.md5sum] = "b9b2fdb957f50ada62d73f43ee75d044" @@ -65,17 +67,20 @@ do_configure () { s!^installsitebin=.*!installsitebin=\'${STAGING_BINDIR}\'!" < config.sh > config.sh.new mv config.sh.new config.sh } -do_stage_append() { + +do_install() { + oe_runmake DESTDIR="${D}" install.perl + # We need a hostperl link for building perl - ln -sf ${STAGING_BINDIR_NATIVE}/perl${PV} ${STAGING_BINDIR_NATIVE}/hostperl + ln -sf perl${PV} ${D}${bindir}/hostperl # Store native config in non-versioned directory - install -d ${STAGING_LIBDIR_NATIVE}/perl/${PV}/CORE \ - ${STAGING_DATADIR_NATIVE}/perl/${PV}/ExtUtils - install config.sh ${STAGING_LIBDIR}/perl + install -d ${D}${libdir}/perl/${PV}/CORE \ + ${D}${datadir}/perl/${PV}/ExtUtils + install config.sh ${D}${libdir}/perl # target configuration - install lib/Config.pm ${STAGING_LIBDIR_NATIVE}/perl/${PV}/ - install lib/ExtUtils/xsubpp ${STAGING_DATADIR_NATIVE}/perl/${PV}/ExtUtils/ - install lib/ExtUtils/typemap ${STAGING_DATADIR_NATIVE}/perl/${PV}/ExtUtils/ + install lib/Config.pm ${D}${libdir}/perl/${PV}/ + install lib/ExtUtils/xsubpp ${D}${datadir}/perl/${PV}/ExtUtils/ + install lib/ExtUtils/typemap ${D}${datadir}/perl/${PV}/ExtUtils/ # perl shared library headers for i in av.h embed.h gv.h keywords.h op.h perlio.h pp.h regexp.h \ uconfig.h XSUB.h cc_runtime.h embedvar.h handy.h opnames.h \ @@ -86,15 +91,18 @@ do_stage_append() { nostdio.h overload.h parser.h perlapi.h perlvars.h util.h \ dosish.h form.h iperlsys.h opcode.h perl.h perly.h regcomp.h \ thread.h warnings.h; do - install $i ${STAGING_LIBDIR_NATIVE}/perl/${PV}/CORE + install $i ${D}${libdir}/perl/${PV}/CORE done + # Make sure CPAN is configured + sed -e "s,@SYSROOTBASE@,${base_prefix}," ${WORKDIR}/CPAN-Config.pm > \ + ${D}${libdir}/perl/${PV}/CPAN/Config.pm # Fix Errno.pm for target builds - sed -i -r "s,^\tdie\ (\"Errno\ architecture.+)$,\twarn\ \1," ${STAGING_LIBDIR_NATIVE}/perl/${PV}/Errno.pm + sed -i -r "s,^\tdie\ (\"Errno\ architecture.+)$,\twarn\ \1," ${D}${libdir}/perl/${PV}/Errno.pm } -do_stage_append_nylon() { +do_install_append_nylon() { # get rid of definitions not supported by the gcc version we use for nylon... - for i in ${STAGING_LIBDIR_NATIVE}/perl/${PV}/Config_heavy.pl ${STAGING_LIBDIR}/perl/config.sh; do + for i in ${D}${libdir}/perl/${PV}/Config_heavy.pl ${D}${libdir}/perl/config.sh; do perl -pi -e 's/-Wdeclaration-after-statement //g' ${i} done } diff --git a/recipes/perl/perl-native_5.8.8.bb b/recipes/perl/perl-native_5.8.8.bb index a872618491..fe1bc846fc 100644 --- a/recipes/perl/perl-native_5.8.8.bb +++ b/recipes/perl/perl-native_5.8.8.bb @@ -3,19 +3,21 @@ HOMEPAGE = "http://www.perl.org/" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "virtual/db-native gdbm-native" -PR = "r16" +PR = "r20" +NATIVE_INSTALL_WORKS = "1" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}" SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/5.0/perl-${PV}.tar.gz \ - file://perl-5.8.8-gcc-4.2.patch;patch=1 \ - file://Configure-multilib.patch;patch=1 \ - file://perl-configpm-switch.patch;patch=1 \ - file://native-nopacklist.patch;patch=1 \ - file://native-no-gdbminc.patch;patch=1 \ - file://native-perlinc.patch;patch=1 \ - file://makedepend-dash.patch;patch=1 \ - file://asm-pageh-fix.patch;patch=1" + file://CPAN-Config.pm \ + file://perl-5.8.8-gcc-4.2.patch \ + file://Configure-multilib.patch \ + file://perl-configpm-switch.patch \ + file://native-nopacklist.patch \ + file://native-no-gdbminc.patch \ + file://native-perlinc.patch \ + file://makedepend-dash.patch \ + file://asm-pageh-fix.patch" S = "${WORKDIR}/perl-${PV}" @@ -62,18 +64,21 @@ do_configure () { s!^installsitebin=.*!installsitebin=\'${STAGING_BINDIR}\'!" < config.sh > config.sh.new mv config.sh.new config.sh } -do_stage_append() { + +do_install() { + oe_runmake DESTDIR="${D}" install.perl + # We need a hostperl link for building perl - ln -sf ${STAGING_BINDIR_NATIVE}/perl${PV} ${STAGING_BINDIR_NATIVE}/hostperl + ln -sf perl${PV} ${D}${bindir}/hostperl # Store native config in non-versioned directory - install -d ${STAGING_LIBDIR_NATIVE}/perl/${PV}/CORE \ - ${STAGING_DATADIR_NATIVE}/perl/${PV}/ExtUtils - install config.sh ${STAGING_LIBDIR}/perl + install -d ${D}${libdir}/perl/${PV}/CORE \ + ${D}${datadir}/perl/${PV}/ExtUtils + install config.sh ${D}${libdir}/perl # Fix Errno.pm for target builds - sed -i -r "s,^\tdie\ (\"Errno\ architecture.+)$,\twarn\ \1," ${STAGING_LIBDIR_NATIVE}/perl/${PV}/Errno.pm + sed -i -r "s,^\tdie\ (\"Errno\ architecture.+)$,\twarn\ \1," ${D}${libdir}/perl/${PV}/Errno.pm # target configuration - install lib/Config.pm ${STAGING_LIBDIR_NATIVE}/perl/${PV}/ - install lib/ExtUtils/typemap ${STAGING_DATADIR_NATIVE}/perl/${PV}/ExtUtils/ + install lib/Config.pm ${D}${libdir}/perl/${PV}/ + install lib/ExtUtils/typemap ${D}${datadir}/perl/${PV}/ExtUtils/ # perl shared library headers for i in av.h embed.h gv.h keywords.h op.h perlio.h pp.h regexp.h \ uconfig.h XSUB.h cc_runtime.h embedvar.h handy.h opnames.h \ @@ -84,14 +89,21 @@ do_stage_append() { nostdio.h perlapi.h perlvars.h reentr.inc thrdvar.h util.h \ dosish.h form.h iperlsys.h opcode.h perl.h perly.h regcomp.h \ thread.h warnings.h; do - install $i ${STAGING_LIBDIR_NATIVE}/perl/${PV}/CORE + install $i ${D}${libdir}/perl/${PV}/CORE done + # Make sure CPAN is configured + sed -e "s,@SYSROOTBASE@,${base_prefix}," ${WORKDIR}/CPAN-Config.pm > \ + ${D}${libdir}/perl/${PV}/CPAN/Config.pm } -do_stage_append_nylon() { + +do_install_append_nylon() { # get rid of definitions not supported by the gcc version we use for nylon... - for i in ${STAGING_LIBDIR_NATIVE}/perl/${PV}/Config_heavy.pl ${STAGING_LIBDIR}/perl/config.sh; do + for i in ${D}${libdir}/perl/${PV}/Config_heavy.pl ${D}${libdir}/perl/config.sh; do perl -pi -e 's/-Wdeclaration-after-statement //g' ${i} done } PARALLEL_MAKE = "" + +SRC_URI[md5sum] = "b8c118d4360846829beb30b02a6b91a7" +SRC_URI[sha256sum] = "e15d499321e003d12ed183601e37ee7ba5f64b278d1de30149ce01bd4a3f234d" diff --git a/recipes/perl/perl-rdepends_5.10.1.inc b/recipes/perl/perl-rdepends_5.10.1.inc index 4e49c6fa82..d948417e58 100644 --- a/recipes/perl/perl-rdepends_5.10.1.inc +++ b/recipes/perl/perl-rdepends_5.10.1.inc @@ -1,9 +1,9 @@ # To create/update the perl-rdepends_${PV}.inc use this piece of ugly script (modified for your arch/paths etc): # daka@DaKa2:/home/slug/slugos/tmp/work/perl-5.8.7-r14/install$ egrep -r "use|require" * | grep ";$" | egrep ".pm:use |.pm:require " | grep -v v5.6.0 | grep -v 5.00 | grep -v \$module | sed -e "s, \+, ,g" | cut -f1,2 -d" " | sed -e "s,;, ,g" | sed -e "s,(), ,g" | sed -e "s,::,-,g" | sort | uniq | tr [:upper:] [:lower:] | sed -e "s,/[^ ]\+ , += \"perl-module-,g" | sed -e "s, \?$, \",g" | sed -e "s,_,-,g" | sed -e "s,^,RDEPENDS_,g" | sed -e "s,armeb-linux,\$\{TARGET_ARCH\}-\$\{TARGET_OS\},g" | egrep -v "perl-module-5|perl-module-tk|perl-module-mac-internetconfig|perl-module-ndbm-file|perl-module-html-treebuilder|perl-module-lwp-simple|perl-module-vms-filespec|perl-module-fcgi|perl-module-vms-stdio|perl-module-mac-buildtools" > /home/slug/openembedded/packages/perl/rdepends.tmp -# RIK: used this in 'perl-5.10.0/image' installation path, works good with -# /usr/bin/pl2pm fix (goes into perl-misc below): -# $ egrep -r "use|require" * | grep ";$" | egrep ".pm:use |.pm:require " | grep -v v5.6.0 | grep -v 5.00 | grep -v \$module | sed -e "s, \+, ,g" | cut -f1,2 -d" " | sed -e "s,;, ,g" | sed -e "s,(), ,g" | sed -e "s,::,-,g" | sort | uniq | tr [:upper:] [:lower:] | sed -r "s,([^/5]+\/)+(5\.10|5\.10\.0)\/,," | tr '/' '-' | sed -r "s,\.pm:(use|require),," | sort | uniq | sed -r "s,^(.+) (.+)$,RDEPENDS_perl-module-\1 += \"perl-module-\2\"," > deps +# RIK: used this in 'perl-5.10.1/image' installation path, works good with +# /usr/bin/pl2pm, $build_package, $pack and man page fix (goes into perl-misc below): +# $ egrep -r "use|require" * | grep ";$" | egrep ".pm:use |.pm:require " | grep -v v5.6.0 | grep -v 5.00 | grep -v \$module | sed -e "s, \+, ,g" | cut -f1,2 -d" " | sed -e "s,;, ,g" | sed -e "s,(), ,g" | sed -e "s,::,-,g" | sort | uniq | tr [:upper:] [:lower:] | sed -r "s,([^/5]+\/)+(5\.10|5\.10\.1)\/,," | tr '/' '-' | sed -r "s,\.pm:(use|require),," | sort | uniq | sed -r "s,^(.+) (.+)$,RDEPENDS_perl-module-\1 += \"perl-module-\2\"," | egrep -v "perl-module-5|perl-module-tk|perl-module-mac-internetconfig|perl-module-ndbm-file|perl-module-html-treebuilder|perl-module-lwp-simple|perl-module-vms-filespec|perl-module-fcgi|perl-module-vms-stdio|perl-module-mac-buildtools" > deps # Some additional dependencies that the above doesn't manage to figure out RDEPENDS_perl-module-math-bigint += "perl-module-math-bigint-calc " @@ -19,7 +19,37 @@ RDEPENDS_perl-module-file-spec += "perl-module-file-spec-unix " RDEPENDS_perl-module-english += "perl-module-tie-hash-namedcapture " RDEPENDS_perl-module-english += "perl-module-errno " +RDEPENDS_perl-module-errno += "perl-module-list-util " +RDEPENDS_perl-module-config-heavy += "perl-module-config-git " + # Auto-generated dependencies +RDEPENDS_perl-module-app-prove += "perl-module-app-prove-state " +RDEPENDS_perl-module-app-prove += "perl-module-carp " +RDEPENDS_perl-module-app-prove += "perl-module-constant" +RDEPENDS_perl-module-app-prove += "perl-module-file-spec " +RDEPENDS_perl-module-app-prove += "perl-module-getopt-long " +RDEPENDS_perl-module-app-prove-state += "perl-module-app-prove-state-result " +RDEPENDS_perl-module-app-prove-state += "perl-module-carp " +RDEPENDS_perl-module-app-prove-state += "perl-module-constant" +RDEPENDS_perl-module-app-prove-state += "perl-module-file-find " +RDEPENDS_perl-module-app-prove-state += "perl-module-file-spec " +RDEPENDS_perl-module-app-prove-state-result += "perl-module-app-prove-state-result-test " +RDEPENDS_perl-module-app-prove-state-result += "perl-module-carp" +RDEPENDS_perl-module-app-prove-state-result += "perl-module-constant" +RDEPENDS_perl-module-app-prove-state-result += "perl-module-strict " +RDEPENDS_perl-module-app-prove-state-result-test += "perl-module-strict " +RDEPENDS_perl-module-app-prove-state-result-test += "perl-module-vars" +RDEPENDS_perl-module-app-prove-state-result += "perl-module-vars" +RDEPENDS_perl-module-app-prove-state += "perl-module-strict " +RDEPENDS_perl-module-app-prove-state += "perl-module-tap-base " +RDEPENDS_perl-module-app-prove-state += "perl-module-tap-parser-yamlish-reader" +RDEPENDS_perl-module-app-prove-state += "perl-module-tap-parser-yamlish-writer" +RDEPENDS_perl-module-app-prove-state += "perl-module-vars" +RDEPENDS_perl-module-app-prove += "perl-module-strict " +RDEPENDS_perl-module-app-prove += "perl-module-tap-harness " +RDEPENDS_perl-module-app-prove += "perl-module-tap-object" +RDEPENDS_perl-module-app-prove += "perl-module-tap-parser-utils" +RDEPENDS_perl-module-app-prove += "perl-module-vars" RDEPENDS_perl-module-archive-extract += "perl-module-carp" RDEPENDS_perl-module-archive-extract += "perl-module-constant" RDEPENDS_perl-module-archive-extract += "perl-module-cwd" @@ -32,13 +62,16 @@ RDEPENDS_perl-module-archive-extract += "perl-module-locale-maketext-simple" RDEPENDS_perl-module-archive-extract += "perl-module-module-load-conditional" RDEPENDS_perl-module-archive-extract += "perl-module-params-check" RDEPENDS_perl-module-archive-extract += "perl-module-strict " -RDEPENDS_perl-module-archive-extract += "perl-module-vars" RDEPENDS_perl-module-archive-tar += "perl-module-archive-tar-constant " RDEPENDS_perl-module-archive-tar += "perl-module-archive-tar-file " RDEPENDS_perl-module-archive-tar += "perl-module-carp" RDEPENDS_perl-module-archive-tar-constant += "perl-module-constant" +RDEPENDS_perl-module-archive-tar-constant += "perl-module-package-constants " RDEPENDS_perl-module-archive-tar += "perl-module-cwd " +RDEPENDS_perl-module-archive-tar += "perl-module-exporter " +RDEPENDS_perl-module-archive-tar-file += "perl-module-archive-tar " RDEPENDS_perl-module-archive-tar-file += "perl-module-archive-tar-constant " +RDEPENDS_perl-module-archive-tar-file += "perl-module-carp" RDEPENDS_perl-module-archive-tar-file += "perl-module-file-basename" RDEPENDS_perl-module-archive-tar-file += "perl-module-file-spec" RDEPENDS_perl-module-archive-tar-file += "perl-module-file-spec-unix" @@ -49,6 +82,7 @@ RDEPENDS_perl-module-archive-tar += "perl-module-file-spec-unix" RDEPENDS_perl-module-archive-tar-file += "perl-module-strict " RDEPENDS_perl-module-archive-tar-file += "perl-module-vars" RDEPENDS_perl-module-archive-tar += "perl-module-io-file " +RDEPENDS_perl-module-archive-tar += "perl-module-io-zlib " RDEPENDS_perl-module-archive-tar += "perl-module-strict " RDEPENDS_perl-module-attribute-handlers += "perl-module-carp " RDEPENDS_perl-module-attribute-handlers += "perl-module-strict " @@ -56,6 +90,22 @@ RDEPENDS_perl-module-attribute-handlers += "perl-module-vars" RDEPENDS_perl-module-attribute-handlers += "perl-module-warnings " RDEPENDS_perl-module-attributes += "perl-module-strict " RDEPENDS_perl-module-attrs += "perl-module-xsloader" +RDEPENDS_perl-module-autodie-exception += "perl-module-carp" +RDEPENDS_perl-module-autodie-exception += "perl-module-constant" +RDEPENDS_perl-module-autodie-exception += "perl-module-if" +RDEPENDS_perl-module-autodie-exception += "perl-module-strict " +RDEPENDS_perl-module-autodie-exception-system += "perl-module-base" +RDEPENDS_perl-module-autodie-exception-system += "perl-module-carp" +RDEPENDS_perl-module-autodie-exception-system += "perl-module-strict " +RDEPENDS_perl-module-autodie-exception-system += "perl-module-warnings " +RDEPENDS_perl-module-autodie-exception += "perl-module-warnings " +RDEPENDS_perl-module-autodie += "perl-module-fatal" +RDEPENDS_perl-module-autodie-hints += "perl-module-base" +RDEPENDS_perl-module-autodie-hints += "perl-module-constant" +RDEPENDS_perl-module-autodie-hints += "perl-module-strict " +RDEPENDS_perl-module-autodie-hints += "perl-module-warnings " +RDEPENDS_perl-module-autodie += "perl-module-strict " +RDEPENDS_perl-module-autodie += "perl-module-warnings " RDEPENDS_perl-module-autoloader += "perl-module-strict " RDEPENDS_perl-module-autosplit += "perl-module-config" RDEPENDS_perl-module-autosplit += "perl-module-exporter" @@ -65,6 +115,8 @@ RDEPENDS_perl-module-autosplit += "perl-module-file-spec-functions" RDEPENDS_perl-module-autosplit += "perl-module-strict " RDEPENDS_perl-module-base += "perl-module-strict" RDEPENDS_perl-module-base += "perl-module-vars" +RDEPENDS_perl-module-b-debug += "perl-module-b " +RDEPENDS_perl-module-b-debug += "perl-module-config " RDEPENDS_perl-module-b-debug += "perl-module-strict " RDEPENDS_perl-module-b-deparse += "perl-module-bytes " RDEPENDS_perl-module-b-deparse += "perl-module-carp " @@ -144,22 +196,63 @@ RDEPENDS_perl-module-config += "perl-module-strict " RDEPENDS_perl-module-constant += "perl-module-strict " RDEPENDS_perl-module-constant += "perl-module-vars" RDEPENDS_perl-module-constant += "perl-module-warnings-register " +RDEPENDS_perl-module-cpan-author += "perl-module-cpan-infoobj " +RDEPENDS_perl-module-cpan-author += "perl-module-strict " +RDEPENDS_perl-module-cpan-bundle += "perl-module-cpan-module " +RDEPENDS_perl-module-cpan-bundle += "perl-module-strict " +RDEPENDS_perl-module-cpan-cachemgr += "perl-module-cpan-infoobj " +RDEPENDS_perl-module-cpan-cachemgr += "perl-module-cwd" +RDEPENDS_perl-module-cpan-cachemgr += "perl-module-file-find " +RDEPENDS_perl-module-cpan-cachemgr += "perl-module-strict " RDEPENDS_perl-module-cpan += "perl-module-carp" +RDEPENDS_perl-module-cpan-complete += "perl-module-strict " RDEPENDS_perl-module-cpan += "perl-module-config" +RDEPENDS_perl-module-cpan += "perl-module-cpan-author " +RDEPENDS_perl-module-cpan += "perl-module-cpan-bundle " +RDEPENDS_perl-module-cpan += "perl-module-cpan-cachemgr " +RDEPENDS_perl-module-cpan += "perl-module-cpan-complete " RDEPENDS_perl-module-cpan += "perl-module-cpan-debug " -RDEPENDS_perl-module-cpan += "perl-module-cpan-deferedcode " +RDEPENDS_perl-module-cpan += "perl-module-cpan-deferredcode " +RDEPENDS_perl-module-cpan += "perl-module-cpan-distribution " +RDEPENDS_perl-module-cpan += "perl-module-cpan-distrostatus " +RDEPENDS_perl-module-cpan += "perl-module-cpan-exception-recursivedependency " +RDEPENDS_perl-module-cpan += "perl-module-cpan-exception-yaml_not_installed " +RDEPENDS_perl-module-cpan += "perl-module-cpan-ftp " RDEPENDS_perl-module-cpan += "perl-module-cpan-handleconfig " +RDEPENDS_perl-module-cpan += "perl-module-cpan-infoobj " +RDEPENDS_perl-module-cpan += "perl-module-cpan-lwp-useragent " +RDEPENDS_perl-module-cpan += "perl-module-cpan-module " +RDEPENDS_perl-module-cpan += "perl-module-cpan-prompt " RDEPENDS_perl-module-cpan += "perl-module-cpan-queue " +RDEPENDS_perl-module-cpan += "perl-module-cpan-shell " RDEPENDS_perl-module-cpan += "perl-module-cpan-tarzip " +RDEPENDS_perl-module-cpan += "perl-module-cpan-url " RDEPENDS_perl-module-cpan += "perl-module-cpan-version " RDEPENDS_perl-module-cpan += "perl-module-cwd" RDEPENDS_perl-module-cpan-debug += "perl-module-strict " RDEPENDS_perl-module-cpan-debug += "perl-module-vars" -RDEPENDS_perl-module-cpan-deferedcode += "perl-module-strict " -RDEPENDS_perl-module-cpan-deferedcode += "perl-module-vars" +RDEPENDS_perl-module-cpan-deferredcode += "perl-module-strict " +RDEPENDS_perl-module-cpan-deferredcode += "perl-module-vars" RDEPENDS_perl-module-cpan += "perl-module-dirhandle" +RDEPENDS_perl-module-cpan-distribution += "perl-module-cpan-distroprefs " +RDEPENDS_perl-module-cpan-distribution += "perl-module-cpan-infoobj " +RDEPENDS_perl-module-cpan-distribution += "perl-module-cwd" +RDEPENDS_perl-module-cpan-distribution += "perl-module-extutils-makemaker " +RDEPENDS_perl-module-cpan-distribution += "perl-module-strict " +RDEPENDS_perl-module-cpan-distribution += "perl-module-vars" +RDEPENDS_perl-module-cpan-distroprefs += "perl-module-carp" +RDEPENDS_perl-module-cpan-distroprefs += "perl-module-dirhandle " +RDEPENDS_perl-module-cpan-distroprefs += "perl-module-file-spec " +RDEPENDS_perl-module-cpan-distroprefs += "perl-module-strict " +RDEPENDS_perl-module-cpan-distroprefs += "perl-module-vars" +RDEPENDS_perl-module-cpan-distrostatus += "perl-module-vars" +RDEPENDS_perl-module-cpan-exception-blocked_urllist += "perl-module-overload" +RDEPENDS_perl-module-cpan-exception-blocked_urllist += "perl-module-strict " +RDEPENDS_perl-module-cpan-exception-recursivedependency += "perl-module-overload" +RDEPENDS_perl-module-cpan-exception-recursivedependency += "perl-module-strict " +RDEPENDS_perl-module-cpan-exception-yaml_not_installed += "perl-module-overload" +RDEPENDS_perl-module-cpan-exception-yaml_not_installed += "perl-module-strict " RDEPENDS_perl-module-cpan += "perl-module-exporter" -RDEPENDS_perl-module-cpan += "perl-module-extutils-makemaker " RDEPENDS_perl-module-cpan += "perl-module-fcntl" RDEPENDS_perl-module-cpan += "perl-module-file-basename" RDEPENDS_perl-module-cpan += "perl-module-file-copy" @@ -174,16 +267,30 @@ RDEPENDS_perl-module-cpan-firsttime += "perl-module-file-path" RDEPENDS_perl-module-cpan-firsttime += "perl-module-file-spec" RDEPENDS_perl-module-cpan-firsttime += "perl-module-strict " RDEPENDS_perl-module-cpan-firsttime += "perl-module-vars" +RDEPENDS_perl-module-cpan-ftp += "perl-module-cpan-ftp-netrc " +RDEPENDS_perl-module-cpan-ftp += "perl-module-fcntl" +RDEPENDS_perl-module-cpan-ftp += "perl-module-file-basename" +RDEPENDS_perl-module-cpan-ftp += "perl-module-file-path" +RDEPENDS_perl-module-cpan-ftp-netrc += "perl-module-strict " +RDEPENDS_perl-module-cpan-ftp += "perl-module-strict " +RDEPENDS_perl-module-cpan-ftp += "perl-module-vars" RDEPENDS_perl-module-cpan-handleconfig += "perl-module-strict " RDEPENDS_perl-module-cpan-handleconfig += "perl-module-vars" +RDEPENDS_perl-module-cpan-index += "perl-module-strict " +RDEPENDS_perl-module-cpan-index += "perl-module-vars" +RDEPENDS_perl-module-cpan-infoobj += "perl-module-cpan-debug " +RDEPENDS_perl-module-cpan-infoobj += "perl-module-cwd" +RDEPENDS_perl-module-cpan-infoobj += "perl-module-strict " RDEPENDS_perl-module-cpan-kwalify += "perl-module-file-spec" RDEPENDS_perl-module-cpan-kwalify += "perl-module-strict " RDEPENDS_perl-module-cpan-kwalify += "perl-module-vars" +RDEPENDS_perl-module-cpan-lwp-useragent += "perl-module-strict " +RDEPENDS_perl-module-cpan-lwp-useragent += "perl-module-vars" +RDEPENDS_perl-module-cpan-module += "perl-module-strict " RDEPENDS_perl-module-cpan-nox += "perl-module-base" RDEPENDS_perl-module-cpan-nox += "perl-module-cpan " RDEPENDS_perl-module-cpan-nox += "perl-module-strict " RDEPENDS_perl-module-cpan-nox += "perl-module-vars" -RDEPENDS_perl-module-cpan += "perl-module-overload" RDEPENDS_perl-module-cpanplus-backend += "perl-module-cpanplus-backend-rv " RDEPENDS_perl-module-cpanplus-backend += "perl-module-cpanplus-configure " RDEPENDS_perl-module-cpanplus-backend += "perl-module-cpanplus-error " @@ -191,6 +298,7 @@ RDEPENDS_perl-module-cpanplus-backend += "perl-module-cpanplus-internals " RDEPENDS_perl-module-cpanplus-backend += "perl-module-cpanplus-internals-constants " RDEPENDS_perl-module-cpanplus-backend += "perl-module-cpanplus-module " RDEPENDS_perl-module-cpanplus-backend += "perl-module-cpanplus-module-author " +RDEPENDS_perl-module-cpanplus-backend += "perl-module-file-basename" RDEPENDS_perl-module-cpanplus-backend += "perl-module-filehandle " RDEPENDS_perl-module-cpanplus-backend += "perl-module-file-spec" RDEPENDS_perl-module-cpanplus-backend += "perl-module-file-spec-unix" @@ -248,13 +356,21 @@ RDEPENDS_perl-module-cpanplus-configure += "perl-module-vars" RDEPENDS_perl-module-cpanplus-config += "perl-module-warnings " RDEPENDS_perl-module-cpanplus += "perl-module-cpanplus-backend " RDEPENDS_perl-module-cpanplus += "perl-module-cpanplus-error " +RDEPENDS_perl-module-cpanplus-dist-autobundle += "perl-module-base" +RDEPENDS_perl-module-cpanplus-dist-autobundle += "perl-module-cpanplus-error" +RDEPENDS_perl-module-cpanplus-dist-autobundle += "perl-module-locale-maketext-simple" +RDEPENDS_perl-module-cpanplus-dist-autobundle += "perl-module-params-check" +RDEPENDS_perl-module-cpanplus-dist-autobundle += "perl-module-strict " +RDEPENDS_perl-module-cpanplus-dist-autobundle += "perl-module-warnings " +RDEPENDS_perl-module-cpanplus-dist += "perl-module-base" +RDEPENDS_perl-module-cpanplus-dist-base += "perl-module-base" RDEPENDS_perl-module-cpanplus-dist-base += "perl-module-strict " RDEPENDS_perl-module-cpanplus-dist-base += "perl-module-vars" RDEPENDS_perl-module-cpanplus-dist-build += "perl-module-config " RDEPENDS_perl-module-cpanplus-dist-build-constants += "perl-module-file-spec " RDEPENDS_perl-module-cpanplus-dist-build-constants += "perl-module-strict " +RDEPENDS_perl-module-cpanplus-dist-build-constants += "perl-module-warnings " RDEPENDS_perl-module-cpanplus-dist-build += "perl-module-cpanplus-error " -RDEPENDS_perl-module-cpanplus-dist-build += "perl-module-cpanplus-inc " RDEPENDS_perl-module-cpanplus-dist-build += "perl-module-cpanplus-internals-constants " RDEPENDS_perl-module-cpanplus-dist-build += "perl-module-cwd " RDEPENDS_perl-module-cpanplus-dist-build += "perl-module-filehandle " @@ -264,9 +380,14 @@ RDEPENDS_perl-module-cpanplus-dist-build += "perl-module-module-load-conditional RDEPENDS_perl-module-cpanplus-dist-build += "perl-module-params-check" RDEPENDS_perl-module-cpanplus-dist-build += "perl-module-strict " RDEPENDS_perl-module-cpanplus-dist-build += "perl-module-vars" +RDEPENDS_perl-module-cpanplus-dist-build += "perl-module-version " +RDEPENDS_perl-module-cpanplus-dist-build += "perl-module-warnings " RDEPENDS_perl-module-cpanplus-dist += "perl-module-cpanplus-error " RDEPENDS_perl-module-cpanplus-dist += "perl-module-cpanplus-internals-constants " +RDEPENDS_perl-module-cpanplus-dist += "perl-module-cwd" +RDEPENDS_perl-module-cpanplus-dist += "perl-module-ipc-cmd" RDEPENDS_perl-module-cpanplus-dist += "perl-module-locale-maketext-simple" +RDEPENDS_perl-module-cpanplus-dist-mm += "perl-module-base" RDEPENDS_perl-module-cpanplus-dist-mm += "perl-module-cpanplus-error " RDEPENDS_perl-module-cpanplus-dist-mm += "perl-module-cpanplus-internals-constants " RDEPENDS_perl-module-cpanplus-dist-mm += "perl-module-cpanplus-internals-constants-report " @@ -279,18 +400,16 @@ RDEPENDS_perl-module-cpanplus-dist-mm += "perl-module-module-load-conditional" RDEPENDS_perl-module-cpanplus-dist-mm += "perl-module-params-check" RDEPENDS_perl-module-cpanplus-dist-mm += "perl-module-strict " RDEPENDS_perl-module-cpanplus-dist-mm += "perl-module-vars" +RDEPENDS_perl-module-cpanplus-dist-mm += "perl-module-warnings " RDEPENDS_perl-module-cpanplus-dist += "perl-module-module-load-conditional" RDEPENDS_perl-module-cpanplus-dist += "perl-module-object-accessor " RDEPENDS_perl-module-cpanplus-dist += "perl-module-params-check" +RDEPENDS_perl-module-cpanplus-dist += "perl-module-parse-cpan-meta " RDEPENDS_perl-module-cpanplus-dist += "perl-module-strict " RDEPENDS_perl-module-cpanplus-error += "perl-module-carp" RDEPENDS_perl-module-cpanplus-error += "perl-module-log-message" RDEPENDS_perl-module-cpanplus-error += "perl-module-strict " -RDEPENDS_perl-module-cpanplus-inc += "perl-module-config" -RDEPENDS_perl-module-cpanplus-inc += "perl-module-file-spec" -RDEPENDS_perl-module-cpanplus-inc += "perl-module-lib" -RDEPENDS_perl-module-cpanplus-inc += "perl-module-strict " -RDEPENDS_perl-module-cpanplus-inc += "perl-module-vars" +RDEPENDS_perl-module-cpanplus-internals += "perl-module-base " RDEPENDS_perl-module-cpanplus-internals += "perl-module-config " RDEPENDS_perl-module-cpanplus-internals-constants += "perl-module-config " RDEPENDS_perl-module-cpanplus-internals-constants += "perl-module-constant" @@ -318,7 +437,6 @@ RDEPENDS_perl-module-cpanplus-internals += "perl-module-cpanplus-internals-extra RDEPENDS_perl-module-cpanplus-internals += "perl-module-cpanplus-internals-fetch " RDEPENDS_perl-module-cpanplus-internals += "perl-module-cpanplus-internals-report " RDEPENDS_perl-module-cpanplus-internals += "perl-module-cpanplus-internals-search " -RDEPENDS_perl-module-cpanplus-internals += "perl-module-cpanplus-internals-source " RDEPENDS_perl-module-cpanplus-internals += "perl-module-cpanplus-internals-utils " RDEPENDS_perl-module-cpanplus-internals += "perl-module-cpanplus-selfupdate " RDEPENDS_perl-module-cpanplus-internals += "perl-module-cwd" @@ -343,6 +461,8 @@ RDEPENDS_perl-module-cpanplus-internals-fetch += "perl-module-module-load-condit RDEPENDS_perl-module-cpanplus-internals-fetch += "perl-module-params-check" RDEPENDS_perl-module-cpanplus-internals-fetch += "perl-module-strict " RDEPENDS_perl-module-cpanplus-internals += "perl-module-locale-maketext-simple" +RDEPENDS_perl-module-cpanplus-internals += "perl-module-module-load" +RDEPENDS_perl-module-cpanplus-internals += "perl-module-module-load-conditional" RDEPENDS_perl-module-cpanplus-internals += "perl-module-object-accessor " RDEPENDS_perl-module-cpanplus-internals += "perl-module-params-check" RDEPENDS_perl-module-cpanplus-internals-report += "perl-module-cpanplus-error " @@ -374,8 +494,48 @@ RDEPENDS_perl-module-cpanplus-internals-source += "perl-module-file-fetch " RDEPENDS_perl-module-cpanplus-internals-source += "perl-module-file-temp" RDEPENDS_perl-module-cpanplus-internals-source += "perl-module-ipc-cmd" RDEPENDS_perl-module-cpanplus-internals-source += "perl-module-locale-maketext-simple" +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-archive-extract " +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-base" +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-cpanplus-error " +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-cpanplus-internals-constants " +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-cpanplus-module " +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-cpanplus-module-author " +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-cpanplus-module-fake " +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-file-basename" +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-file-fetch " +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-file-temp" +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-ipc-cmd" +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-locale-maketext-simple" +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-module-load-conditional" +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-params-check" +RDEPENDS_perl-module-cpanplus-internals-source-memory += "perl-module-strict " RDEPENDS_perl-module-cpanplus-internals-source += "perl-module-module-load-conditional" RDEPENDS_perl-module-cpanplus-internals-source += "perl-module-params-check" +RDEPENDS_perl-module-cpanplus-internals-source-sqlite += "perl-module-base" +RDEPENDS_perl-module-cpanplus-internals-source-sqlite += "perl-module-constant" +RDEPENDS_perl-module-cpanplus-internals-source-sqlite += "perl-module-cpanplus-error " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite += "perl-module-cpanplus-internals-constants " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite += "perl-module-cpanplus-internals-source-sqlite-tie " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite += "perl-module-data-dumper " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite += "perl-module-dbd-sqlite " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite += "perl-module-dbix-simple " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite += "perl-module-locale-maketext-simple" +RDEPENDS_perl-module-cpanplus-internals-source-sqlite += "perl-module-params-check" +RDEPENDS_perl-module-cpanplus-internals-source-sqlite += "perl-module-strict " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-cpanplus-error " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-cpanplus-internals-constants " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-cpanplus-module " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-cpanplus-module-author-fake " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-cpanplus-module-fake " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-data-dumper " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-locale-maketext-simple" +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-module-load-conditional" +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-params-check" +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-strict " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-tie-hash " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-vars" +RDEPENDS_perl-module-cpanplus-internals-source-sqlite-tie += "perl-module-warnings " +RDEPENDS_perl-module-cpanplus-internals-source-sqlite += "perl-module-warnings " RDEPENDS_perl-module-cpanplus-internals-source += "perl-module-strict " RDEPENDS_perl-module-cpanplus-internals += "perl-module-strict " RDEPENDS_perl-module-cpanplus-internals-utils += "perl-module-cpanplus-error " @@ -389,6 +549,7 @@ RDEPENDS_perl-module-cpanplus-internals-utils += "perl-module-strict " RDEPENDS_perl-module-cpanplus-internals += "perl-module-vars" RDEPENDS_perl-module-cpanplus += "perl-module-locale-maketext-simple" RDEPENDS_perl-module-cpanplus-module-author += "perl-module-cpanplus-error " +RDEPENDS_perl-module-cpanplus-module-author += "perl-module-cpanplus-internals-constants " RDEPENDS_perl-module-cpanplus-module-author-fake += "perl-module-cpanplus-error " RDEPENDS_perl-module-cpanplus-module-author-fake += "perl-module-cpanplus-internals " RDEPENDS_perl-module-cpanplus-module-author-fake += "perl-module-cpanplus-module-author " @@ -418,6 +579,7 @@ RDEPENDS_perl-module-cpanplus-module-fake += "perl-module-cpanplus-module-author RDEPENDS_perl-module-cpanplus-module-fake += "perl-module-params-check" RDEPENDS_perl-module-cpanplus-module-fake += "perl-module-strict " RDEPENDS_perl-module-cpanplus-module-fake += "perl-module-vars" +RDEPENDS_perl-module-cpanplus-module += "perl-module-file-basename" RDEPENDS_perl-module-cpanplus-module += "perl-module-file-find" RDEPENDS_perl-module-cpanplus-module += "perl-module-filehandle " RDEPENDS_perl-module-cpanplus-module += "perl-module-ipc-cmd" @@ -489,9 +651,14 @@ RDEPENDS_perl-module-cpanplus-shell += "perl-module-params-check" RDEPENDS_perl-module-cpanplus-shell += "perl-module-strict " RDEPENDS_perl-module-cpanplus-shell += "perl-module-vars" RDEPENDS_perl-module-cpanplus += "perl-module-strict " +RDEPENDS_perl-module-cpan-prompt += "perl-module-overload" +RDEPENDS_perl-module-cpan-prompt += "perl-module-vars" RDEPENDS_perl-module-cpan-queue += "perl-module-strict " RDEPENDS_perl-module-cpan-queue += "perl-module-vars" RDEPENDS_perl-module-cpan += "perl-module-safe" +RDEPENDS_perl-module-cpan-shell += "perl-module-carp" +RDEPENDS_perl-module-cpan-shell += "perl-module-cwd" +RDEPENDS_perl-module-cpan-shell += "perl-module-strict " RDEPENDS_perl-module-cpan += "perl-module-strict " RDEPENDS_perl-module-cpan += "perl-module-sys-hostname" RDEPENDS_perl-module-cpan-tarzip += "perl-module-cpan-debug " @@ -500,7 +667,7 @@ RDEPENDS_perl-module-cpan-tarzip += "perl-module-strict " RDEPENDS_perl-module-cpan-tarzip += "perl-module-vars" RDEPENDS_perl-module-cpan += "perl-module-text-parsewords" RDEPENDS_perl-module-cpan += "perl-module-text-wrap" -RDEPENDS_perl-module-cpan += "perl-module-vars" +RDEPENDS_perl-module-cpan-url += "perl-module-overload" RDEPENDS_perl-module-cpan-version += "perl-module-strict " RDEPENDS_perl-module-cpan-version += "perl-module-vars" RDEPENDS_perl-module-cwd += "perl-module-exporter " @@ -556,7 +723,6 @@ RDEPENDS_perl-module-dumpvalue += "perl-module-strict " RDEPENDS_perl-module-dynaloader += "perl-module-autoloader " RDEPENDS_perl-module-dynaloader += "perl-module-config " RDEPENDS_perl-module-encode-alias += "perl-module-base" -RDEPENDS_perl-module-encode-alias += "perl-module-encode " RDEPENDS_perl-module-encode-alias += "perl-module-strict " RDEPENDS_perl-module-encode-alias += "perl-module-warnings " RDEPENDS_perl-module-encode += "perl-module-base" @@ -573,6 +739,7 @@ RDEPENDS_perl-module-encode-cn += "perl-module-encode-cn-hz " RDEPENDS_perl-module-encode-cn-hz += "perl-module-base" RDEPENDS_perl-module-encode-cn-hz += "perl-module-encode" RDEPENDS_perl-module-encode-cn-hz += "perl-module-strict " +RDEPENDS_perl-module-encode-cn-hz += "perl-module-utf8" RDEPENDS_perl-module-encode-cn-hz += "perl-module-vars" RDEPENDS_perl-module-encode-cn-hz += "perl-module-warnings " RDEPENDS_perl-module-encode-cn += "perl-module-strict " @@ -679,6 +846,7 @@ RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-config " RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-cwd" RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-file-basename " RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-file-spec " +RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-io-file " RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-strict " RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-text-parsewords " RDEPENDS_perl-module-extutils-cbuilder-base += "perl-module-vars" @@ -713,6 +881,7 @@ RDEPENDS_perl-module-extutils-cbuilder-platform-vms += "perl-module-vars" RDEPENDS_perl-module-extutils-cbuilder-platform-windows += "perl-module-extutils-cbuilder-base " RDEPENDS_perl-module-extutils-cbuilder-platform-windows += "perl-module-file-basename " RDEPENDS_perl-module-extutils-cbuilder-platform-windows += "perl-module-file-spec " +RDEPENDS_perl-module-extutils-cbuilder-platform-windows += "perl-module-io-file " RDEPENDS_perl-module-extutils-cbuilder-platform-windows += "perl-module-strict " RDEPENDS_perl-module-extutils-cbuilder-platform-windows += "perl-module-vars" RDEPENDS_perl-module-extutils-cbuilder-platform-windows += "perl-module-warnings " @@ -725,7 +894,7 @@ RDEPENDS_perl-module-extutils-command += "perl-module-file-copy " RDEPENDS_perl-module-extutils-command += "perl-module-file-path" RDEPENDS_perl-module-extutils-command-mm += "perl-module-exporter " RDEPENDS_perl-module-extutils-command-mm += "perl-module-strict " -RDEPENDS_perl-module-extutils-command-mm += "perl-module-vars" +RDEPENDS_perl-module-extutils-command-mm += "perl-module-warnings " RDEPENDS_perl-module-extutils-command += "perl-module-strict " RDEPENDS_perl-module-extutils-command += "perl-module-vars" RDEPENDS_perl-module-extutils-constant-base += "perl-module-carp " @@ -789,23 +958,14 @@ RDEPENDS_perl-module-extutils-liblist-kid += "perl-module-cwd" RDEPENDS_perl-module-extutils-liblist-kid += "perl-module-file-basename " RDEPENDS_perl-module-extutils-liblist-kid += "perl-module-file-spec " RDEPENDS_perl-module-extutils-liblist-kid += "perl-module-strict " -RDEPENDS_perl-module-extutils-liblist-kid += "perl-module-vars" RDEPENDS_perl-module-extutils-liblist += "perl-module-strict " -RDEPENDS_perl-module-extutils-liblist += "perl-module-vars" -RDEPENDS_perl-module-extutils-makemaker-bytes += "perl-module-strict " -RDEPENDS_perl-module-extutils-makemaker-bytes += "perl-module-vars" RDEPENDS_perl-module-extutils-makemaker += "perl-module-carp" RDEPENDS_perl-module-extutils-makemaker-config += "perl-module-config" RDEPENDS_perl-module-extutils-makemaker-config += "perl-module-strict " -RDEPENDS_perl-module-extutils-makemaker-config += "perl-module-vars" RDEPENDS_perl-module-extutils-makemaker += "perl-module-exporter " RDEPENDS_perl-module-extutils-makemaker += "perl-module-extutils-makemaker-config " RDEPENDS_perl-module-extutils-makemaker += "perl-module-file-path " RDEPENDS_perl-module-extutils-makemaker += "perl-module-strict " -RDEPENDS_perl-module-extutils-makemaker += "perl-module-vars" -RDEPENDS_perl-module-extutils-makemaker-vmsish += "perl-module-strict " -RDEPENDS_perl-module-extutils-makemaker-vmsish += "perl-module-vars" -RDEPENDS_perl-module-extutils-makemaker-vmsish += "perl-module-vmsish" RDEPENDS_perl-module-extutils-manifest += "perl-module-carp " RDEPENDS_perl-module-extutils-manifest += "perl-module-config " RDEPENDS_perl-module-extutils-manifest += "perl-module-exporter " @@ -818,58 +978,49 @@ RDEPENDS_perl-module-extutils-miniperl += "perl-module-exporter " RDEPENDS_perl-module-extutils-mkbootstrap += "perl-module-config " RDEPENDS_perl-module-extutils-mkbootstrap += "perl-module-exporter " RDEPENDS_perl-module-extutils-mkbootstrap += "perl-module-strict" -RDEPENDS_perl-module-extutils-mkbootstrap += "perl-module-vars" RDEPENDS_perl-module-extutils-mksymlists += "perl-module-carp " RDEPENDS_perl-module-extutils-mksymlists += "perl-module-config " RDEPENDS_perl-module-extutils-mksymlists += "perl-module-exporter " RDEPENDS_perl-module-extutils-mksymlists += "perl-module-strict" -RDEPENDS_perl-module-extutils-mksymlists += "perl-module-vars" RDEPENDS_perl-module-extutils-mm_aix += "perl-module-extutils-makemaker" RDEPENDS_perl-module-extutils-mm_aix += "perl-module-extutils-mm_unix " RDEPENDS_perl-module-extutils-mm_aix += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_aix += "perl-module-vars" RDEPENDS_perl-module-extutils-mm_any += "perl-module-carp " RDEPENDS_perl-module-extutils-mm_any += "perl-module-extutils-makemaker" RDEPENDS_perl-module-extutils-mm_any += "perl-module-extutils-makemaker-config " +RDEPENDS_perl-module-extutils-mm_any += "perl-module-file-basename " RDEPENDS_perl-module-extutils-mm_any += "perl-module-file-spec " RDEPENDS_perl-module-extutils-mm_any += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_any += "perl-module-vars" RDEPENDS_perl-module-extutils-mm_beos += "perl-module-extutils-makemaker-config " RDEPENDS_perl-module-extutils-mm_beos += "perl-module-extutils-mm_any " RDEPENDS_perl-module-extutils-mm_beos += "perl-module-extutils-mm_unix " RDEPENDS_perl-module-extutils-mm_beos += "perl-module-file-spec " RDEPENDS_perl-module-extutils-mm_beos += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_beos += "perl-module-vars" RDEPENDS_perl-module-extutils-mm_cygwin += "perl-module-extutils-makemaker-config " -RDEPENDS_perl-module-extutils-mm_cygwin += "perl-module-extutils-mm_any " RDEPENDS_perl-module-extutils-mm_cygwin += "perl-module-extutils-mm_unix " +RDEPENDS_perl-module-extutils-mm_cygwin += "perl-module-extutils-mm_win32 " RDEPENDS_perl-module-extutils-mm_cygwin += "perl-module-file-spec " RDEPENDS_perl-module-extutils-mm_cygwin += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_cygwin += "perl-module-vars" +RDEPENDS_perl-module-extutils-mm_darwin += "perl-module-strict " RDEPENDS_perl-module-extutils-mm_dos += "perl-module-extutils-mm_any " RDEPENDS_perl-module-extutils-mm_dos += "perl-module-extutils-mm_unix " RDEPENDS_perl-module-extutils-mm_dos += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_dos += "perl-module-vars" RDEPENDS_perl-module-extutils-mm += "perl-module-extutils-liblist " RDEPENDS_perl-module-extutils-mm += "perl-module-extutils-makemaker " RDEPENDS_perl-module-extutils-mm += "perl-module-extutils-makemaker-config " RDEPENDS_perl-module-extutils-mm_macos += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_macos += "perl-module-vars" RDEPENDS_perl-module-extutils-mm_nw5 += "perl-module-extutils-makemaker" RDEPENDS_perl-module-extutils-mm_nw5 += "perl-module-extutils-makemaker-config " RDEPENDS_perl-module-extutils-mm_nw5 += "perl-module-extutils-mm_win32 " RDEPENDS_perl-module-extutils-mm_nw5 += "perl-module-file-basename " RDEPENDS_perl-module-extutils-mm_nw5 += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_nw5 += "perl-module-vars" RDEPENDS_perl-module-extutils-mm_os2 += "perl-module-extutils-makemaker" RDEPENDS_perl-module-extutils-mm_os2 += "perl-module-extutils-mm_any " RDEPENDS_perl-module-extutils-mm_os2 += "perl-module-extutils-mm_unix " RDEPENDS_perl-module-extutils-mm_os2 += "perl-module-file-spec " RDEPENDS_perl-module-extutils-mm_os2 += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_os2 += "perl-module-vars" RDEPENDS_perl-module-extutils-mm_qnx += "perl-module-extutils-mm_unix " RDEPENDS_perl-module-extutils-mm_qnx += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_qnx += "perl-module-vars" RDEPENDS_perl-module-extutils-mm += "perl-module-strict " RDEPENDS_perl-module-extutils-mm_unix += "perl-module-carp " RDEPENDS_perl-module-extutils-mm_unix += "perl-module-dirhandle " @@ -878,10 +1029,9 @@ RDEPENDS_perl-module-extutils-mm_unix += "perl-module-extutils-makemaker-config RDEPENDS_perl-module-extutils-mm_unix += "perl-module-extutils-mm_any " RDEPENDS_perl-module-extutils-mm_unix += "perl-module-file-basename" RDEPENDS_perl-module-extutils-mm_unix += "perl-module-strict " +RDEPENDS_perl-module-extutils-mm_unix += "perl-module-vars" RDEPENDS_perl-module-extutils-mm_uwin += "perl-module-extutils-mm_unix " RDEPENDS_perl-module-extutils-mm_uwin += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_uwin += "perl-module-vars" -RDEPENDS_perl-module-extutils-mm += "perl-module-vars" RDEPENDS_perl-module-extutils-mm_vms += "perl-module-exporter " RDEPENDS_perl-module-extutils-mm_vms += "perl-module-extutils-makemaker" RDEPENDS_perl-module-extutils-mm_vms += "perl-module-extutils-makemaker-config " @@ -889,10 +1039,8 @@ RDEPENDS_perl-module-extutils-mm_vms += "perl-module-extutils-mm_any " RDEPENDS_perl-module-extutils-mm_vms += "perl-module-extutils-mm_unix " RDEPENDS_perl-module-extutils-mm_vms += "perl-module-file-basename " RDEPENDS_perl-module-extutils-mm_vms += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_vms += "perl-module-vars" RDEPENDS_perl-module-extutils-mm_vos += "perl-module-extutils-mm_unix " RDEPENDS_perl-module-extutils-mm_vos += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_vos += "perl-module-vars" RDEPENDS_perl-module-extutils-mm_win32 += "perl-module-extutils-makemaker" RDEPENDS_perl-module-extutils-mm_win32 += "perl-module-extutils-makemaker-config " RDEPENDS_perl-module-extutils-mm_win32 += "perl-module-extutils-mm_any " @@ -900,14 +1048,11 @@ RDEPENDS_perl-module-extutils-mm_win32 += "perl-module-extutils-mm_unix " RDEPENDS_perl-module-extutils-mm_win32 += "perl-module-file-basename " RDEPENDS_perl-module-extutils-mm_win32 += "perl-module-file-spec " RDEPENDS_perl-module-extutils-mm_win32 += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_win32 += "perl-module-vars" RDEPENDS_perl-module-extutils-mm_win95 += "perl-module-extutils-makemaker-config " RDEPENDS_perl-module-extutils-mm_win95 += "perl-module-extutils-mm_win32 " RDEPENDS_perl-module-extutils-mm_win95 += "perl-module-strict " -RDEPENDS_perl-module-extutils-mm_win95 += "perl-module-vars" RDEPENDS_perl-module-extutils-my += "perl-module-extutils-mm " RDEPENDS_perl-module-extutils-my += "perl-module-strict " -RDEPENDS_perl-module-extutils-my += "perl-module-vars" RDEPENDS_perl-module-extutils-packlist += "perl-module-carp" RDEPENDS_perl-module-extutils-packlist += "perl-module-config " RDEPENDS_perl-module-extutils-packlist += "perl-module-strict " @@ -924,9 +1069,12 @@ RDEPENDS_perl-module-extutils-testlib += "perl-module-cwd " RDEPENDS_perl-module-extutils-testlib += "perl-module-file-spec " RDEPENDS_perl-module-extutils-testlib += "perl-module-lib" RDEPENDS_perl-module-extutils-testlib += "perl-module-strict " -RDEPENDS_perl-module-extutils-testlib += "perl-module-vars" +RDEPENDS_perl-module-extutils-testlib += "perl-module-warnings " RDEPENDS_perl-module-fatal += "perl-module-carp " +RDEPENDS_perl-module-fatal += "perl-module-config " +RDEPENDS_perl-module-fatal += "perl-module-constant" RDEPENDS_perl-module-fatal += "perl-module-strict " +RDEPENDS_perl-module-fatal += "perl-module-warnings " RDEPENDS_perl-module-fcntl += "perl-module-exporter " RDEPENDS_perl-module-fcntl += "perl-module-strict " RDEPENDS_perl-module-fcntl += "perl-module-xsloader" @@ -963,6 +1111,8 @@ RDEPENDS_perl-module-file-fetch += "perl-module-filehandle " RDEPENDS_perl-module-file-fetch += "perl-module-file-path" RDEPENDS_perl-module-file-fetch += "perl-module-file-spec " RDEPENDS_perl-module-file-fetch += "perl-module-file-spec-unix " +RDEPENDS_perl-module-file-fetch += "perl-module-file-temp" +RDEPENDS_perl-module-file-fetch += "perl-module-file-temp " RDEPENDS_perl-module-file-fetch += "perl-module-ipc-cmd" RDEPENDS_perl-module-file-fetch += "perl-module-locale-maketext-simple" RDEPENDS_perl-module-file-fetch += "perl-module-module-load-conditional" @@ -1018,7 +1168,6 @@ RDEPENDS_perl-module-file-stat += "perl-module-vars" RDEPENDS_perl-module-file-stat += "perl-module-warnings " RDEPENDS_perl-module-file-temp += "perl-module-base" RDEPENDS_perl-module-file-temp += "perl-module-carp " -RDEPENDS_perl-module-file-temp += "perl-module-carp-heavy " RDEPENDS_perl-module-file-temp += "perl-module-constant" RDEPENDS_perl-module-file-temp += "perl-module-errno " RDEPENDS_perl-module-file-temp += "perl-module-fcntl" @@ -1038,7 +1187,6 @@ RDEPENDS_perl-module-filter-util-call += "perl-module-strict " RDEPENDS_perl-module-filter-util-call += "perl-module-vars" RDEPENDS_perl-module-filter-util-call += "perl-module-warnings " RDEPENDS_perl-module-findbin += "perl-module-carp " -RDEPENDS_perl-module-findbin += "perl-module-config " RDEPENDS_perl-module-findbin += "perl-module-cwd" RDEPENDS_perl-module-findbin += "perl-module-exporter " RDEPENDS_perl-module-findbin += "perl-module-file-basename " @@ -1148,6 +1296,10 @@ RDEPENDS_perl-module-ipc-open3 += "perl-module-symbol" RDEPENDS_perl-module-ipc-semaphore += "perl-module-carp " RDEPENDS_perl-module-ipc-semaphore += "perl-module-strict " RDEPENDS_perl-module-ipc-semaphore += "perl-module-vars" +RDEPENDS_perl-module-ipc-sharedmem += "perl-module-carp " +RDEPENDS_perl-module-ipc-sharedmem += "perl-module-ipc-sysv" +RDEPENDS_perl-module-ipc-sharedmem += "perl-module-strict " +RDEPENDS_perl-module-ipc-sharedmem += "perl-module-vars" RDEPENDS_perl-module-ipc-sysv += "perl-module-carp " RDEPENDS_perl-module-ipc-sysv += "perl-module-config " RDEPENDS_perl-module-ipc-sysv += "perl-module-exporter " @@ -1158,8 +1310,15 @@ RDEPENDS_perl-module-less += "perl-module-warnings " RDEPENDS_perl-module-lib += "perl-module-config " RDEPENDS_perl-module-lib += "perl-module-strict " RDEPENDS_perl-module-list-util += "perl-module-exporter " +RDEPENDS_perl-module-list-util-pp += "perl-module-exporter " +RDEPENDS_perl-module-list-util-pp += "perl-module-strict " +RDEPENDS_perl-module-list-util-pp += "perl-module-vars" +RDEPENDS_perl-module-list-util-pp += "perl-module-warnings " RDEPENDS_perl-module-list-util += "perl-module-strict " RDEPENDS_perl-module-list-util += "perl-module-vars" +RDEPENDS_perl-module-list-util-xs += "perl-module-list-util " +RDEPENDS_perl-module-list-util-xs += "perl-module-strict " +RDEPENDS_perl-module-list-util-xs += "perl-module-vars" RDEPENDS_perl-module-locale-constants += "perl-module-constant" RDEPENDS_perl-module-locale-constants += "perl-module-exporter " RDEPENDS_perl-module-locale-constants += "perl-module-strict " @@ -1220,9 +1379,12 @@ RDEPENDS_perl-module-math-bigint-trace += "perl-module-math-bigint " RDEPENDS_perl-module-math-bigint-trace += "perl-module-strict " RDEPENDS_perl-module-math-bigrat += "perl-module-math-bigfloat " RDEPENDS_perl-module-math-bigrat += "perl-module-strict " +RDEPENDS_perl-module-math-complex += "perl-module-config " RDEPENDS_perl-module-math-complex += "perl-module-exporter " +RDEPENDS_perl-module-math-complex += "perl-module-scalar-util" RDEPENDS_perl-module-math-complex += "perl-module-strict " RDEPENDS_perl-module-math-complex += "perl-module-vars" +RDEPENDS_perl-module-math-complex += "perl-module-warnings " RDEPENDS_perl-module-math-trig += "perl-module-exporter " RDEPENDS_perl-module-math-trig += "perl-module-math-complex" RDEPENDS_perl-module-math-trig += "perl-module-strict " @@ -1244,8 +1406,8 @@ RDEPENDS_perl-module-mime-base64 += "perl-module-xsloader " RDEPENDS_perl-module-mime-quotedprint += "perl-module-exporter " RDEPENDS_perl-module-mime-quotedprint += "perl-module-strict " RDEPENDS_perl-module-mime-quotedprint += "perl-module-vars" -RDEPENDS_perl-module-module-build-base += "perl-module-$build_package " RDEPENDS_perl-module-module-build-base += "perl-module-carp " +RDEPENDS_perl-module-module-build-base += "perl-module-cwd" RDEPENDS_perl-module-module-build-base += "perl-module-cwd " RDEPENDS_perl-module-module-build-base += "perl-module-file-basename" RDEPENDS_perl-module-module-build-base += "perl-module-file-basename " @@ -1260,13 +1422,13 @@ RDEPENDS_perl-module-module-build-base += "perl-module-module-build-config " RDEPENDS_perl-module-module-build-base += "perl-module-module-build-dumper" RDEPENDS_perl-module-module-build-base += "perl-module-module-build-moduleinfo " RDEPENDS_perl-module-module-build-base += "perl-module-module-build-notes " -RDEPENDS_perl-module-module-build-base += "perl-module-$pack " RDEPENDS_perl-module-module-build-base += "perl-module-strict " RDEPENDS_perl-module-module-build-base += "perl-module-text-parsewords" RDEPENDS_perl-module-module-build-base += "perl-module-vars" RDEPENDS_perl-module-module-build-compat += "perl-module-config " RDEPENDS_perl-module-module-build-compat += "perl-module-data-dumper " RDEPENDS_perl-module-module-build-compat += "perl-module-extutils-makemaker " +RDEPENDS_perl-module-module-build-compat += "perl-module-file-basename" RDEPENDS_perl-module-module-build-compat += "perl-module-file-spec " RDEPENDS_perl-module-module-build-compat += "perl-module-io-file " RDEPENDS_perl-module-module-build-compat += "perl-module-module-build " @@ -1277,7 +1439,11 @@ RDEPENDS_perl-module-module-build-config += "perl-module-config " RDEPENDS_perl-module-module-build-configdata += "perl-module-strict " RDEPENDS_perl-module-module-build-config += "perl-module-strict " RDEPENDS_perl-module-module-build-config += "perl-module-vars" +RDEPENDS_perl-module-module-build-cookbook += "perl-module-strict " +RDEPENDS_perl-module-module-build-cookbook += "perl-module-vars" RDEPENDS_perl-module-module-build-dumper += "perl-module-data-dumper " +RDEPENDS_perl-module-module-build-dumper += "perl-module-strict " +RDEPENDS_perl-module-module-build-dumper += "perl-module-vars" RDEPENDS_perl-module-module-build += "perl-module-file-basename" RDEPENDS_perl-module-module-build += "perl-module-file-path" RDEPENDS_perl-module-module-build += "perl-module-file-spec" @@ -1346,12 +1512,12 @@ RDEPENDS_perl-module-module-build-ppmmaker += "perl-module-vars" RDEPENDS_perl-module-module-build += "perl-module-strict " RDEPENDS_perl-module-module-build += "perl-module-vars" RDEPENDS_perl-module-module-build-version += "perl-module-locale " +RDEPENDS_perl-module-module-build-version += "perl-module-posix" RDEPENDS_perl-module-module-build-version += "perl-module-strict " RDEPENDS_perl-module-module-build-version += "perl-module-vars" RDEPENDS_perl-module-module-build-yaml += "perl-module-strict " RDEPENDS_perl-module-module-build-yaml += "perl-module-vars" RDEPENDS_perl-module-module-corelist += "perl-module-strict " -RDEPENDS_perl-module-module-corelist += "perl-module-vars" RDEPENDS_perl-module-module-load-conditional += "perl-module-carp" RDEPENDS_perl-module-module-load-conditional += "perl-module-constant" RDEPENDS_perl-module-module-load-conditional += "perl-module-filehandle" @@ -1360,14 +1526,13 @@ RDEPENDS_perl-module-module-load-conditional += "perl-module-locale-maketext-sim RDEPENDS_perl-module-module-load-conditional += "perl-module-module-load " RDEPENDS_perl-module-module-load-conditional += "perl-module-params-check" RDEPENDS_perl-module-module-load-conditional += "perl-module-strict " -RDEPENDS_perl-module-module-load-conditional += "perl-module-version" +RDEPENDS_perl-module-module-load-conditional += "perl-module-version " RDEPENDS_perl-module-module-loaded += "perl-module-carp" RDEPENDS_perl-module-module-loaded += "perl-module-strict " RDEPENDS_perl-module-module-load += "perl-module-file-spec" RDEPENDS_perl-module-module-load += "perl-module-strict " RDEPENDS_perl-module-module-pluggable += "perl-module-module-pluggable-object " RDEPENDS_perl-module-module-pluggable-object += "perl-module-carp" -RDEPENDS_perl-module-module-pluggable-object += "perl-module-data-dumper " RDEPENDS_perl-module-module-pluggable-object += "perl-module-devel-innerpackage " RDEPENDS_perl-module-module-pluggable-object += "perl-module-file-basename " RDEPENDS_perl-module-module-pluggable-object += "perl-module-file-find" @@ -1376,8 +1541,6 @@ RDEPENDS_perl-module-module-pluggable-object += "perl-module-strict " RDEPENDS_perl-module-module-pluggable-object += "perl-module-vars" RDEPENDS_perl-module-module-pluggable += "perl-module-strict " RDEPENDS_perl-module-module-pluggable += "perl-module-vars" -RDEPENDS_perl-module-mro += "perl-module-strict " -RDEPENDS_perl-module-mro += "perl-module-warnings " RDEPENDS_perl-module-net-cmd += "perl-module-carp " RDEPENDS_perl-module-net-cmd += "perl-module-exporter " RDEPENDS_perl-module-net-cmd += "perl-module-strict " @@ -1465,6 +1628,7 @@ RDEPENDS_perl-module-net-time += "perl-module-net-config " RDEPENDS_perl-module-net-time += "perl-module-strict " RDEPENDS_perl-module-net-time += "perl-module-vars" RDEPENDS_perl-module-next += "perl-module-carp " +RDEPENDS_perl-module-next += "perl-module-overload" RDEPENDS_perl-module-next += "perl-module-strict " RDEPENDS_perl-module-o += "perl-module-b" RDEPENDS_perl-module-object-accessor += "perl-module-carp" @@ -1481,6 +1645,8 @@ RDEPENDS_perl-module-opcode += "perl-module-subs" RDEPENDS_perl-module-opcode += "perl-module-xsloader" RDEPENDS_perl-module-open += "perl-module-warnings " RDEPENDS_perl-module-ops += "perl-module-opcode" +RDEPENDS_perl-module-overloading += "perl-module-carp" +RDEPENDS_perl-module-overloading += "perl-module-warnings " RDEPENDS_perl-module-overload += "perl-module-warnings-register " RDEPENDS_perl-module-package-constants += "perl-module-strict " RDEPENDS_perl-module-package-constants += "perl-module-vars" @@ -1488,12 +1654,16 @@ RDEPENDS_perl-module-params-check += "perl-module-carp" RDEPENDS_perl-module-params-check += "perl-module-data-dumper " RDEPENDS_perl-module-params-check += "perl-module-locale-maketext-simple" RDEPENDS_perl-module-params-check += "perl-module-strict " +RDEPENDS_perl-module-parent += "perl-module-strict " +RDEPENDS_perl-module-parent += "perl-module-vars" +RDEPENDS_perl-module-parse-cpan-meta += "perl-module-carp" +RDEPENDS_perl-module-parse-cpan-meta += "perl-module-strict " RDEPENDS_perl-module-perlio-encoding += "perl-module-strict " RDEPENDS_perl-module-perlio-encoding += "perl-module-xsloader" RDEPENDS_perl-module-perlio-scalar += "perl-module-xsloader" RDEPENDS_perl-module-perlio-via-quotedprint += "perl-module-strict " RDEPENDS_perl-module-perlio-via += "perl-module-xsloader" -RDEPENDS_perl-module-pod-checker += "perl-module-carp " +RDEPENDS_perl-module-pod-checker += "perl-module-carp" RDEPENDS_perl-module-pod-checker += "perl-module-exporter " RDEPENDS_perl-module-pod-checker += "perl-module-pod-parser " RDEPENDS_perl-module-pod-checker += "perl-module-strict " @@ -1540,6 +1710,7 @@ RDEPENDS_perl-module-pod-parser += "perl-module-pod-inputobjects " RDEPENDS_perl-module-pod-parser += "perl-module-strict " RDEPENDS_perl-module-pod-parser += "perl-module-vars" RDEPENDS_perl-module-pod-parseutils += "perl-module-carp " +RDEPENDS_perl-module-pod-parseutils += "perl-module-strict " RDEPENDS_perl-module-pod-parseutils += "perl-module-vars" RDEPENDS_perl-module-pod-perldoc-baseto += "perl-module-strict " RDEPENDS_perl-module-pod-perldoc-baseto += "perl-module-warnings " @@ -1674,6 +1845,10 @@ RDEPENDS_perl-module-pod-simple-transcodedumb += "perl-module-vars" RDEPENDS_perl-module-pod-simple-transcodesmart += "perl-module-encode " RDEPENDS_perl-module-pod-simple-transcodesmart += "perl-module-pod-simple " RDEPENDS_perl-module-pod-simple-transcodesmart += "perl-module-strict " +RDEPENDS_perl-module-pod-simple-xhtml += "perl-module-carp" +RDEPENDS_perl-module-pod-simple-xhtml += "perl-module-pod-simple-methody" +RDEPENDS_perl-module-pod-simple-xhtml += "perl-module-strict " +RDEPENDS_perl-module-pod-simple-xhtml += "perl-module-vars" RDEPENDS_perl-module-pod-simple-xmloutstream += "perl-module-carp" RDEPENDS_perl-module-pod-simple-xmloutstream += "perl-module-pod-simple" RDEPENDS_perl-module-pod-simple-xmloutstream += "perl-module-strict " @@ -1699,6 +1874,7 @@ RDEPENDS_perl-module-pod-usage += "perl-module-carp " RDEPENDS_perl-module-pod-usage += "perl-module-config " RDEPENDS_perl-module-pod-usage += "perl-module-exporter " RDEPENDS_perl-module-pod-usage += "perl-module-file-spec " +RDEPENDS_perl-module-pod-usage += "perl-module-pod-select " RDEPENDS_perl-module-pod-usage += "perl-module-strict " RDEPENDS_perl-module-pod-usage += "perl-module-vars" RDEPENDS_perl-module-posix += "perl-module-autoloader" @@ -1712,9 +1888,13 @@ RDEPENDS_perl-module-posix += "perl-module-xsloader" RDEPENDS_perl-module-re += "perl-module-strict " RDEPENDS_perl-module-re += "perl-module-warnings " RDEPENDS_perl-module-safe += "perl-module-carp " -RDEPENDS_perl-module-safe += "perl-module-carp-heavy " RDEPENDS_perl-module-safe += "perl-module-strict " RDEPENDS_perl-module-scalar-util += "perl-module-exporter " +RDEPENDS_perl-module-scalar-util-pp += "perl-module-b" +RDEPENDS_perl-module-scalar-util-pp += "perl-module-exporter " +RDEPENDS_perl-module-scalar-util-pp += "perl-module-strict " +RDEPENDS_perl-module-scalar-util-pp += "perl-module-vars" +RDEPENDS_perl-module-scalar-util-pp += "perl-module-warnings " RDEPENDS_perl-module-scalar-util += "perl-module-strict " RDEPENDS_perl-module-scalar-util += "perl-module-vars" RDEPENDS_perl-module-sdbm_file += "perl-module-strict " @@ -1727,6 +1907,7 @@ RDEPENDS_perl-module-selectsaver += "perl-module-carp " RDEPENDS_perl-module-selectsaver += "perl-module-symbol " RDEPENDS_perl-module-selfloader += "perl-module-exporter " RDEPENDS_perl-module-selfloader += "perl-module-strict " +RDEPENDS_perl-module-selfloader += "perl-module-vars" RDEPENDS_perl-module-shell += "perl-module-constant" RDEPENDS_perl-module-shell += "perl-module-file-spec-functions " RDEPENDS_perl-module-shell += "perl-module-strict " @@ -1754,14 +1935,171 @@ RDEPENDS_perl-module-sys-hostname += "perl-module-carp " RDEPENDS_perl-module-sys-hostname += "perl-module-exporter " RDEPENDS_perl-module-sys-hostname += "perl-module-strict " RDEPENDS_perl-module-sys-syslog += "perl-module-carp " -RDEPENDS_perl-module-sys-syslog += "perl-module-exporter " +RDEPENDS_perl-module-sys-syslog += "perl-module-exporter" RDEPENDS_perl-module-sys-syslog += "perl-module-fcntl" RDEPENDS_perl-module-sys-syslog += "perl-module-file-basename " RDEPENDS_perl-module-sys-syslog += "perl-module-posix" RDEPENDS_perl-module-sys-syslog += "perl-module-socket" RDEPENDS_perl-module-sys-syslog += "perl-module-strict " RDEPENDS_perl-module-sys-syslog += "perl-module-vars" +RDEPENDS_perl-module-sys-syslog += "perl-module-warnings " RDEPENDS_perl-module-sys-syslog += "perl-module-warnings-register " +RDEPENDS_perl-module-tap-base += "perl-module-strict " +RDEPENDS_perl-module-tap-base += "perl-module-tap-object " +RDEPENDS_perl-module-tap-base += "perl-module-vars" +RDEPENDS_perl-module-tap-formatter-base += "perl-module-posix" +RDEPENDS_perl-module-tap-formatter-base += "perl-module-strict " +RDEPENDS_perl-module-tap-formatter-base += "perl-module-tap-base" +RDEPENDS_perl-module-tap-formatter-base += "perl-module-vars" +RDEPENDS_perl-module-tap-formatter-color += "perl-module-constant" +RDEPENDS_perl-module-tap-formatter-color += "perl-module-strict " +RDEPENDS_perl-module-tap-formatter-color += "perl-module-vars" +RDEPENDS_perl-module-tap-formatter-console-parallelsession += "perl-module-carp " +RDEPENDS_perl-module-tap-formatter-console-parallelsession += "perl-module-file-path " +RDEPENDS_perl-module-tap-formatter-console-parallelsession += "perl-module-file-spec " +RDEPENDS_perl-module-tap-formatter-console-parallelsession += "perl-module-strict " +RDEPENDS_perl-module-tap-formatter-console-parallelsession += "perl-module-tap-formatter-console-session " +RDEPENDS_perl-module-tap-formatter-console-parallelsession += "perl-module-vars" +RDEPENDS_perl-module-tap-formatter-console += "perl-module-posix" +RDEPENDS_perl-module-tap-formatter-console-session += "perl-module-strict " +RDEPENDS_perl-module-tap-formatter-console-session += "perl-module-tap-formatter-session " +RDEPENDS_perl-module-tap-formatter-console-session += "perl-module-vars" +RDEPENDS_perl-module-tap-formatter-console += "perl-module-strict " +RDEPENDS_perl-module-tap-formatter-console += "perl-module-tap-formatter-base" +RDEPENDS_perl-module-tap-formatter-console += "perl-module-vars" +RDEPENDS_perl-module-tap-formatter-file += "perl-module-posix" +RDEPENDS_perl-module-tap-formatter-file-session += "perl-module-strict " +RDEPENDS_perl-module-tap-formatter-file-session += "perl-module-tap-formatter-session " +RDEPENDS_perl-module-tap-formatter-file-session += "perl-module-vars" +RDEPENDS_perl-module-tap-formatter-file += "perl-module-strict " +RDEPENDS_perl-module-tap-formatter-file += "perl-module-tap-formatter-base" +RDEPENDS_perl-module-tap-formatter-file += "perl-module-tap-formatter-file-session " +RDEPENDS_perl-module-tap-formatter-file += "perl-module-vars" +RDEPENDS_perl-module-tap-formatter-session += "perl-module-strict " +RDEPENDS_perl-module-tap-formatter-session += "perl-module-tap-base " +RDEPENDS_perl-module-tap-formatter-session += "perl-module-vars" +RDEPENDS_perl-module-tap-harness += "perl-module-carp " +RDEPENDS_perl-module-tap-harness += "perl-module-file-path " +RDEPENDS_perl-module-tap-harness += "perl-module-file-spec " +RDEPENDS_perl-module-tap-harness += "perl-module-io-handle " +RDEPENDS_perl-module-tap-harness += "perl-module-strict " +RDEPENDS_perl-module-tap-harness += "perl-module-tap-base " +RDEPENDS_perl-module-tap-harness += "perl-module-vars" +RDEPENDS_perl-module-tap-object += "perl-module-strict " +RDEPENDS_perl-module-tap-object += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-aggregator += "perl-module-benchmark " +RDEPENDS_perl-module-tap-parser-aggregator += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-aggregator += "perl-module-tap-object" +RDEPENDS_perl-module-tap-parser-aggregator += "perl-module-vars" +RDEPENDS_perl-module-tap-parser += "perl-module-carp" +RDEPENDS_perl-module-tap-parser-grammar += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-grammar += "perl-module-tap-object" +RDEPENDS_perl-module-tap-parser-grammar += "perl-module-tap-parser-resultfactory" +RDEPENDS_perl-module-tap-parser-grammar += "perl-module-tap-parser-yamlish-reader" +RDEPENDS_perl-module-tap-parser-grammar += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-iterator-array += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-iterator-array += "perl-module-tap-parser-iterator" +RDEPENDS_perl-module-tap-parser-iterator-array += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-iteratorfactory += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-iteratorfactory += "perl-module-tap-object" +RDEPENDS_perl-module-tap-parser-iteratorfactory += "perl-module-tap-parser-iterator-array" +RDEPENDS_perl-module-tap-parser-iteratorfactory += "perl-module-tap-parser-iterator-process" +RDEPENDS_perl-module-tap-parser-iteratorfactory += "perl-module-tap-parser-iterator-stream" +RDEPENDS_perl-module-tap-parser-iteratorfactory += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-iterator-process += "perl-module-config " +RDEPENDS_perl-module-tap-parser-iterator-process += "perl-module-io-handle " +RDEPENDS_perl-module-tap-parser-iterator-process += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-iterator-process += "perl-module-tap-parser-iterator" +RDEPENDS_perl-module-tap-parser-iterator-process += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-iterator-stream += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-iterator-stream += "perl-module-tap-parser-iterator" +RDEPENDS_perl-module-tap-parser-iterator-stream += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-iterator += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-iterator += "perl-module-tap-object" +RDEPENDS_perl-module-tap-parser-iterator += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-multiplexer += "perl-module-constant" +RDEPENDS_perl-module-tap-parser-multiplexer += "perl-module-io-select " +RDEPENDS_perl-module-tap-parser-multiplexer += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-multiplexer += "perl-module-tap-object" +RDEPENDS_perl-module-tap-parser-multiplexer += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-result-bailout += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-result-bailout += "perl-module-tap-parser-result " +RDEPENDS_perl-module-tap-parser-result-bailout += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-result-comment += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-result-comment += "perl-module-tap-parser-result " +RDEPENDS_perl-module-tap-parser-result-comment += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-object" +RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-bailout" +RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-comment" +RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-plan" +RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-pragma" +RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-test" +RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-unknown" +RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-version" +RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-tap-parser-result-yaml" +RDEPENDS_perl-module-tap-parser-resultfactory += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-result-plan += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-result-plan += "perl-module-tap-parser-result " +RDEPENDS_perl-module-tap-parser-result-plan += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-result-pragma += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-result-pragma += "perl-module-tap-parser-result " +RDEPENDS_perl-module-tap-parser-result-pragma += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-result += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-result += "perl-module-tap-object" +RDEPENDS_perl-module-tap-parser-result-test += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-result-test += "perl-module-tap-parser-result " +RDEPENDS_perl-module-tap-parser-result-test += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-result-unknown += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-result-unknown += "perl-module-tap-parser-result " +RDEPENDS_perl-module-tap-parser-result-unknown += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-result += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-result-version += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-result-version += "perl-module-tap-parser-result " +RDEPENDS_perl-module-tap-parser-result-version += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-result-yaml += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-result-yaml += "perl-module-tap-parser-result " +RDEPENDS_perl-module-tap-parser-result-yaml += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-scheduler += "perl-module-carp " +RDEPENDS_perl-module-tap-parser-scheduler-job += "perl-module-carp " +RDEPENDS_perl-module-tap-parser-scheduler-job += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-scheduler-job += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-scheduler-spinner += "perl-module-carp " +RDEPENDS_perl-module-tap-parser-scheduler-spinner += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-scheduler-spinner += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-scheduler += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-scheduler += "perl-module-tap-parser-scheduler-job " +RDEPENDS_perl-module-tap-parser-scheduler += "perl-module-tap-parser-scheduler-spinner " +RDEPENDS_perl-module-tap-parser-scheduler += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-source-perl += "perl-module-config " +RDEPENDS_perl-module-tap-parser-source-perl += "perl-module-constant" +RDEPENDS_perl-module-tap-parser-source-perl += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-source-perl += "perl-module-tap-parser-source " +RDEPENDS_perl-module-tap-parser-source-perl += "perl-module-tap-parser-utils" +RDEPENDS_perl-module-tap-parser-source-perl += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-source += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-source += "perl-module-tap-object" +RDEPENDS_perl-module-tap-parser-source += "perl-module-tap-parser-iteratorfactory" +RDEPENDS_perl-module-tap-parser-source += "perl-module-vars" +RDEPENDS_perl-module-tap-parser += "perl-module-strict " +RDEPENDS_perl-module-tap-parser += "perl-module-tap-base" +RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-grammar" +RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-iterator" +RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-iteratorfactory" +RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-result" +RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-resultfactory" +RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-source" +RDEPENDS_perl-module-tap-parser += "perl-module-tap-parser-source-perl" +RDEPENDS_perl-module-tap-parser-utils += "perl-module-exporter " +RDEPENDS_perl-module-tap-parser-utils += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-utils += "perl-module-vars" +RDEPENDS_perl-module-tap-parser += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-yamlish-reader += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-yamlish-reader += "perl-module-tap-object" +RDEPENDS_perl-module-tap-parser-yamlish-reader += "perl-module-vars" +RDEPENDS_perl-module-tap-parser-yamlish-writer += "perl-module-strict " +RDEPENDS_perl-module-tap-parser-yamlish-writer += "perl-module-tap-object" +RDEPENDS_perl-module-tap-parser-yamlish-writer += "perl-module-vars" RDEPENDS_perl-module-term-ansicolor += "perl-module-exporter" RDEPENDS_perl-module-term-ansicolor += "perl-module-strict " RDEPENDS_perl-module-term-cap += "perl-module-strict " @@ -1788,42 +2126,22 @@ RDEPENDS_perl-module-test-builder-tester += "perl-module-exporter " RDEPENDS_perl-module-test-builder-tester += "perl-module-strict " RDEPENDS_perl-module-test-builder-tester += "perl-module-symbol " RDEPENDS_perl-module-test-builder-tester += "perl-module-test-builder " -RDEPENDS_perl-module-test-builder-tester += "perl-module-vars" -RDEPENDS_perl-module-test-builder += "perl-module-vars" +RDEPENDS_perl-module-test-builder += "perl-module-warnings " RDEPENDS_perl-module-test += "perl-module-carp " RDEPENDS_perl-module-test += "perl-module-exporter " -RDEPENDS_perl-module-test-harness-assert += "perl-module-exporter " -RDEPENDS_perl-module-test-harness-assert += "perl-module-strict " -RDEPENDS_perl-module-test-harness-assert += "perl-module-vars" -RDEPENDS_perl-module-test-harness += "perl-module-benchmark " RDEPENDS_perl-module-test-harness += "perl-module-config " +RDEPENDS_perl-module-test-harness += "perl-module-constant" RDEPENDS_perl-module-test-harness += "perl-module-exporter " -RDEPENDS_perl-module-test-harness-iterator += "perl-module-strict " -RDEPENDS_perl-module-test-harness-iterator += "perl-module-vars" -RDEPENDS_perl-module-test-harness-point += "perl-module-strict " -RDEPENDS_perl-module-test-harness-point += "perl-module-vars" -RDEPENDS_perl-module-test-harness-results += "perl-module-strict " -RDEPENDS_perl-module-test-harness-results += "perl-module-vars" -RDEPENDS_perl-module-test-harness-straps += "perl-module-config " -RDEPENDS_perl-module-test-harness-straps += "perl-module-strict " -RDEPENDS_perl-module-test-harness-straps += "perl-module-test-harness-assert " -RDEPENDS_perl-module-test-harness-straps += "perl-module-test-harness-iterator " -RDEPENDS_perl-module-test-harness-straps += "perl-module-test-harness-point " -RDEPENDS_perl-module-test-harness-straps += "perl-module-test-harness-results " -RDEPENDS_perl-module-test-harness-straps += "perl-module-vars" RDEPENDS_perl-module-test-harness += "perl-module-strict " -RDEPENDS_perl-module-test-harness += "perl-module-test-harness-assert " -RDEPENDS_perl-module-test-harness += "perl-module-test-harness-straps " -RDEPENDS_perl-module-test-harness-util += "perl-module-exporter " -RDEPENDS_perl-module-test-harness-util += "perl-module-file-spec " -RDEPENDS_perl-module-test-harness-util += "perl-module-strict " -RDEPENDS_perl-module-test-harness-util += "perl-module-vars" +RDEPENDS_perl-module-test-harness += "perl-module-tap-harness" +RDEPENDS_perl-module-test-harness += "perl-module-tap-parser-aggregator" +RDEPENDS_perl-module-test-harness += "perl-module-tap-parser-source-perl" +RDEPENDS_perl-module-test-harness += "perl-module-tap-parser-utils" RDEPENDS_perl-module-test-more += "perl-module-strict " RDEPENDS_perl-module-test-more += "perl-module-test-builder-module " -RDEPENDS_perl-module-test-more += "perl-module-vars" -RDEPENDS_perl-module-test-simple += "perl-module-strict" +RDEPENDS_perl-module-test-more += "perl-module-warnings " +RDEPENDS_perl-module-test-simple += "perl-module-strict " RDEPENDS_perl-module-test-simple += "perl-module-test-builder-module " -RDEPENDS_perl-module-test-simple += "perl-module-vars" RDEPENDS_perl-module-test += "perl-module-strict " RDEPENDS_perl-module-text-abbrev += "perl-module-exporter " RDEPENDS_perl-module-text-balanced += "perl-module-exporter " @@ -1833,7 +2151,7 @@ RDEPENDS_perl-module-text-balanced += "perl-module-strict " RDEPENDS_perl-module-text-balanced += "perl-module-vars" RDEPENDS_perl-module-text-balanced += "perl-module-version " RDEPENDS_perl-module-text-parsewords += "perl-module-exporter " -RDEPENDS_perl-module-text-parsewords += "perl-module-vars" +RDEPENDS_perl-module-text-parsewords += "perl-module-strict " RDEPENDS_perl-module-text-tabs += "perl-module-exporter " RDEPENDS_perl-module-text-tabs += "perl-module-strict " RDEPENDS_perl-module-text-tabs += "perl-module-vars" @@ -1842,10 +2160,16 @@ RDEPENDS_perl-module-text-wrap += "perl-module-strict " RDEPENDS_perl-module-text-wrap += "perl-module-text-tabs" RDEPENDS_perl-module-text-wrap += "perl-module-warnings-register " RDEPENDS_perl-module-thread += "perl-module-exporter " +RDEPENDS_perl-module-thread-queue += "perl-module-scalar-util" RDEPENDS_perl-module-thread-queue += "perl-module-strict " -RDEPENDS_perl-module-thread-queue += "perl-module-threads-shared " +RDEPENDS_perl-module-thread-queue += "perl-module-threads-shared" +RDEPENDS_perl-module-thread-queue += "perl-module-warnings " RDEPENDS_perl-module-threads += "perl-module-config " +RDEPENDS_perl-module-thread-semaphore += "perl-module-scalar-util" +RDEPENDS_perl-module-thread-semaphore += "perl-module-strict " RDEPENDS_perl-module-thread-semaphore += "perl-module-threads-shared " +RDEPENDS_perl-module-thread-semaphore += "perl-module-warnings " +RDEPENDS_perl-module-threads-shared += "perl-module-scalar-util" RDEPENDS_perl-module-threads-shared += "perl-module-strict " RDEPENDS_perl-module-threads-shared += "perl-module-warnings " RDEPENDS_perl-module-threads += "perl-module-strict " @@ -1875,8 +2199,9 @@ RDEPENDS_perl-module-tie-refhash += "perl-module-tie-hash " RDEPENDS_perl-module-tie-refhash += "perl-module-vars" RDEPENDS_perl-module-tie-scalar += "perl-module-carp " RDEPENDS_perl-module-tie-scalar += "perl-module-warnings-register " -RDEPENDS_perl-module-tie-stdhandle += "perl-module-carp " +RDEPENDS_perl-module-tie-stdhandle += "perl-module-strict " RDEPENDS_perl-module-tie-stdhandle += "perl-module-tie-handle " +RDEPENDS_perl-module-tie-stdhandle += "perl-module-vars" RDEPENDS_perl-module-tie-substrhash += "perl-module-carp " RDEPENDS_perl-module-time-gmtime += "perl-module-strict " RDEPENDS_perl-module-time-gmtime += "perl-module-time-tm " diff --git a/recipes/perl/perl_5.10.1.bb b/recipes/perl/perl_5.10.1.bb index f1470083b6..c0f6378567 100644 --- a/recipes/perl/perl_5.10.1.bb +++ b/recipes/perl/perl_5.10.1.bb @@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL" PRIORITY = "optional" # We need gnugrep (for -I) DEPENDS = "virtual/db perl-native grep-native" -PR = "r0" +PR = "r6" # Not tested enough DEFAULT_PREFERENCE = "-1" @@ -14,16 +14,16 @@ DEFAULT_PREFERENCE = "-1" PVM = "5.10" SRC_URI = "ftp://ftp.funet.fi/pub/CPAN/src/perl-${PV}.tar.gz;name=perl-${PV} \ - file://perl_${PV}-8.diff.gz;patch=1 \ - file://Makefile.patch;patch=1 \ - file://Makefile.SH.patch;patch=1 \ - file://installperl.patch;patch=1 \ - file://perl-dynloader.patch;patch=1 \ - file://perl-moreconfig.patch;patch=1 \ - file://letgcc-find-errno.patch;patch=1 \ - file://generate-sh.patch;patch=1 \ - file://shared-ldflags.patch;patch=1 \ - file://cross-generate_uudmap.patch;patch=1 \ + file://perl_${PV}-8.diff.gz \ + file://Makefile.patch \ + file://Makefile.SH.patch \ + file://installperl.patch \ + file://perl-dynloader.patch \ + file://perl-moreconfig.patch \ + file://letgcc-find-errno.patch \ + file://generate-sh.patch \ + file://shared-ldflags.patch \ + file://cross-generate_uudmap.patch \ file://config.sh \ file://config.sh-32 \ file://config.sh-32-le \ @@ -49,7 +49,7 @@ CFLAGS += "-DDEBIAN" do_configure() { # Make hostperl in build directory be the native perl - cp -f ${HOSTPERL} hostperl + ln -sf ${HOSTPERL} hostperl # Do out work in the cross subdir cd Cross @@ -65,6 +65,7 @@ do_configure() { # Fixups for uclibc if [ "${TARGET_OS}" = "linux-uclibc" -o "${TARGET_OS}" = "linux-uclibceabi" ]; then sed -i -e "s,\(d_crypt_r=\)'define',\1'undef',g" \ + -e "s,\(d_futimes=\)'define',\1'undef',g" \ -e "s,\(crypt_r_proto=\)'\w+',\1'0',g" \ -e "s,\(d_getnetbyname_r=\)'define',\1'undef',g" \ -e "s,\(getnetbyname_r_proto=\)'\w+',\1'0',g" \ @@ -167,7 +168,7 @@ do_stage() { PACKAGES = "perl-dbg perl perl-misc perl-lib perl-dev perl-pod perl-doc" FILES_${PN} = "${bindir}/perl ${bindir}/perl${PV}" -FILES_${PN}-lib = "${libdir}/libperl.so* ${libdir}/perl/${PVM} ${datadir}/perl/${PVM}" +FILES_${PN}-lib = "${libdir}/libperl.so* ${libdir}/perl/${PVM} ${datadir}/perl/${PVM} ${datadir}/perl/${PV}/unicore/lib" FILES_${PN}-dev = "${libdir}/perl/${PV}/CORE" FILES_${PN}-pod = "${datadir}/perl/${PV}/pod \ ${datadir}/perl/${PV}/*.pod \ diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb index 2019ea6e03..f09360facf 100644 --- a/recipes/perl/perl_5.8.8.bb +++ b/recipes/perl/perl_5.8.8.bb @@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL" PRIORITY = "optional" # We need gnugrep (for -I) DEPENDS = "virtual/db perl-native grep-native" -PR = "r31" +PR = "r34" # Major part of version PVM = "5.8" @@ -14,25 +14,25 @@ SRC_URI[perl588targz.md5sum] = "b8c118d4360846829beb30b02a6b91a7" SRC_URI[perl588targz.sha256sum] = "e15d499321e003d12ed183601e37ee7ba5f64b278d1de30149ce01bd4a3f234d" SRC_URI = "http://ftp.funet.fi/pub/CPAN/src/5.0/perl-5.8.8.tar.gz;name=perl588targz \ - file://Makefile.patch;patch=1 \ - file://Makefile.SH.patch;patch=1 \ - file://makedepend-dash.patch;patch=1 \ - file://installperl.patch;patch=1 \ - file://perl-dynloader.patch;patch=1 \ - file://perl-moreconfig.patch;patch=1 \ - file://letgcc-find-errno.patch;patch=1 \ - file://generate-sh.patch;patch=1 \ - file://perl-5.8.8-gcc-4.2.patch;patch=1 \ - file://09_fix_installperl.patch;patch=1 \ - file://52_debian_extutils_hacks.patch;patch=1 \ - file://53_debian_mod_paths.patch;patch=1 \ - file://54_debian_perldoc-r.patch;patch=1 \ - file://58_debian_cpan_config_path.patch;patch=1 \ - file://60_debian_libnet_config_path.patch;patch=1 \ - file://62_debian_cpan_definstalldirs.patch;patch=1 \ - file://64_debian_enc2xs_inc.patch;patch=1 \ - file://asm-pageh-fix.patch;patch=1 \ - file://shared-ldflags.patch;patch=1 \ + file://Makefile.patch \ + file://Makefile.SH.patch \ + file://makedepend-dash.patch \ + file://installperl.patch \ + file://perl-dynloader.patch \ + file://perl-moreconfig.patch \ + file://letgcc-find-errno.patch \ + file://generate-sh.patch \ + file://perl-5.8.8-gcc-4.2.patch \ + file://09_fix_installperl.patch \ + file://52_debian_extutils_hacks.patch \ + file://53_debian_mod_paths.patch \ + file://54_debian_perldoc-r.patch \ + file://58_debian_cpan_config_path.patch \ + file://60_debian_libnet_config_path.patch \ + file://62_debian_cpan_definstalldirs.patch \ + file://64_debian_enc2xs_inc.patch \ + file://asm-pageh-fix.patch \ + file://shared-ldflags.patch \ file://config.sh \ file://config.sh-32 \ file://config.sh-32-le \ @@ -54,7 +54,7 @@ export LDDLFLAGS = "${LDFLAGS} -shared" do_configure() { # Make hostperl in build directory be the native perl - cp -f ${HOSTPERL} hostperl + ln -sf ${HOSTPERL} hostperl # Do out work in the cross subdir cd Cross @@ -70,6 +70,7 @@ do_configure() { # Fixups for uclibc if [ "${TARGET_OS}" = "linux-uclibc" -o "${TARGET_OS}" = "linux-uclibceabi" ]; then sed -i -e "s,\(d_crypt_r=\)'define',\1'undef',g" \ + -e "s,\(d_futimes=\)'define',\1'undef',g" \ -e "s,\(crypt_r_proto=\)'\w+',\1'0',g" \ -e "s,\(d_getnetbyname_r=\)'define',\1'undef',g" \ -e "s,\(getnetbyname_r_proto=\)'\w+',\1'0',g" \ @@ -103,7 +104,8 @@ do_configure() { } do_compile() { if test "${MACHINE}" != "native"; then - sed -i -e 's|/usr/include|${STAGING_INCDIR}|g' ext/Errno/Errno_pm.PL + sed -i -e 's|/usr/include|${STAGING_INCDIR}|g' \ + -e 's|$Config{cppflags}||' ext/Errno/Errno_pm.PL fi cd Cross oe_runmake perl LD="${TARGET_SYS}-gcc" diff --git a/recipes/sqlite/sqlite3-native_3.6.13.bb b/recipes/sqlite/sqlite3-native_3.6.13.bb index 08208c4c74..4b3315aa23 100644 --- a/recipes/sqlite/sqlite3-native_3.6.13.bb +++ b/recipes/sqlite/sqlite3-native_3.6.13.bb @@ -1 +1,4 @@ require sqlite3-native.inc + +SRC_URI[md5sum] = "652a01797e7538811e4997a5847bc026" +SRC_URI[sha256sum] = "2ca2591847df72224dd6f99c8fffe35bb63bf41a8519d8e15ad48141aa841bfa" diff --git a/recipes/sqlite/sqlite3-native_3.6.2.bb b/recipes/sqlite/sqlite3-native_3.6.2.bb index 08208c4c74..d4a2a7afbc 100644 --- a/recipes/sqlite/sqlite3-native_3.6.2.bb +++ b/recipes/sqlite/sqlite3-native_3.6.2.bb @@ -1 +1,4 @@ require sqlite3-native.inc + +SRC_URI[md5sum] = "46f92e42243bc51aaa3871645ce78bd5" +SRC_URI[sha256sum] = "cb07a9801a128e2f42cf49b7e9d577b092ab54aa05242655af93491a73a91a1f" diff --git a/recipes/sqlite/sqlite3.inc b/recipes/sqlite/sqlite3.inc index fae8966ba2..b13fb1c05d 100644 --- a/recipes/sqlite/sqlite3.inc +++ b/recipes/sqlite/sqlite3.inc @@ -5,7 +5,7 @@ DEPENDS = "tcl-native readline ncurses" LICENSE = "PD" SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ - file://libtool.patch;patch=1" + file://libtool.patch" S = "${WORKDIR}/sqlite-${PV}" diff --git a/recipes/sqlite/sqlite3_3.6.13.bb b/recipes/sqlite/sqlite3_3.6.13.bb index 53fd96c705..610c1b9163 100644 --- a/recipes/sqlite/sqlite3_3.6.13.bb +++ b/recipes/sqlite/sqlite3_3.6.13.bb @@ -1 +1,4 @@ require sqlite3.inc + +SRC_URI[md5sum] = "652a01797e7538811e4997a5847bc026" +SRC_URI[sha256sum] = "2ca2591847df72224dd6f99c8fffe35bb63bf41a8519d8e15ad48141aa841bfa" diff --git a/recipes/sqlite/sqlite3_3.6.2.bb b/recipes/sqlite/sqlite3_3.6.2.bb index 479516d261..81317665ce 100644 --- a/recipes/sqlite/sqlite3_3.6.2.bb +++ b/recipes/sqlite/sqlite3_3.6.2.bb @@ -1,3 +1,6 @@ require sqlite3.inc PR = "r0" + +SRC_URI[md5sum] = "46f92e42243bc51aaa3871645ce78bd5" +SRC_URI[sha256sum] = "cb07a9801a128e2f42cf49b7e9d577b092ab54aa05242655af93491a73a91a1f" diff --git a/recipes/sqlite/sqlite3_3.6.20.bb b/recipes/sqlite/sqlite3_3.6.20.bb index 4abfae4720..14fce66cc2 100644 --- a/recipes/sqlite/sqlite3_3.6.20.bb +++ b/recipes/sqlite/sqlite3_3.6.20.bb @@ -1,2 +1,5 @@ require sqlite3.inc + +SRC_URI[md5sum] = "0faf8fc8ccff5297513c6532b2b4ce23" +SRC_URI[sha256sum] = "c172ce97dc7201f38acdff22df467e1514e7225b88c636145e72a66a4ca6d07d" diff --git a/recipes/sqlite/sqlite3_3.6.23.1.bb b/recipes/sqlite/sqlite3_3.6.23.1.bb new file mode 100644 index 0000000000..abc8914ed7 --- /dev/null +++ b/recipes/sqlite/sqlite3_3.6.23.1.bb @@ -0,0 +1,5 @@ +require sqlite3.inc + +SRC_URI[md5sum] = "d99f1b31da0eb33271464bee15cec701" +SRC_URI[sha256sum] = "1a0517438a573a68ab73e8ed75d194086d55d75883542ab1d5ae1080bbddd492" + diff --git a/recipes/sqlite/sqlite3_3.6.5.bb b/recipes/sqlite/sqlite3_3.6.5.bb index 479516d261..c157a428e3 100644 --- a/recipes/sqlite/sqlite3_3.6.5.bb +++ b/recipes/sqlite/sqlite3_3.6.5.bb @@ -1,3 +1,6 @@ require sqlite3.inc PR = "r0" + +SRC_URI[md5sum] = "ed3151ecaeb3f0a484195da5f694c773" +SRC_URI[sha256sum] = "99bcda2aaf7109a2859ee88aec1f370f61e461343c9bce6cc37f1bed5d933f67" diff --git a/recipes/sqlite/sqlite_2.8.17.bb b/recipes/sqlite/sqlite_2.8.17.bb index f357639a2d..e6c4fc5773 100644 --- a/recipes/sqlite/sqlite_2.8.17.bb +++ b/recipes/sqlite/sqlite_2.8.17.bb @@ -7,8 +7,8 @@ LICENSE = "PD" PR = "r5" SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \ - file://mainmk_build_dynamic.patch;patch=1 \ - file://mainmk_no_tcl.patch;patch=1 \ + file://mainmk_build_dynamic.patch \ + file://mainmk_no_tcl.patch \ file://sqlite.pc" SOURCES = "attach.o auth.o btree.o btree_rb.o build.o copy.o date.o delete.o \ @@ -51,3 +51,6 @@ do_install() { PACKAGES += "${PN}-bin" FILES_${PN}-bin = "${bindir}/*" FILES_${PN} = "${libdir}/*.so.*" + +SRC_URI[md5sum] = "838dbac20b56d2c4292e98848505a05b" +SRC_URI[sha256sum] = "3f35ebfb67867fb5b583a03e480f900206af637efe7179b32294a6a0cf806f37" diff --git a/recipes/xfce-base/.directory b/recipes/xfce-base/.directory new file mode 100644 index 0000000000..9a457602c1 --- /dev/null +++ b/recipes/xfce-base/.directory @@ -0,0 +1,5 @@ +[Dolphin] +AdditionalInfo=3 +Sorting=2 +Timestamp=2010,7,14,2,53,12 +ViewMode=1