All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] Consistent MIRROR usage
@ 2011-03-22 22:07 Tom Rini
  2011-03-22 22:07 ` [PATCH 1/7] net-tools: Switch to using DEBIAN_MIRROR Tom Rini
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Tom Rini @ 2011-03-22 22:07 UTC (permalink / raw)
  To: openembedded-core

The following series updates the recipes in oe-core that fetch from
a site we have a MIRROR variable for (gnu.org, sourceforge, etc) but
were fetching directly rather than via the mirror variable.  Part of
this is making use of KERNELORG_MIRROR consistent (mirrors.bbclass included
/pub but the main variable did not) and finally we kill off checksums.ini.

Pull URL: git://git.openembedded.org/openembedded-core-contrib
  Branch: trini/use-mirrors-consistently
  Browse: http://git.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=trini/use-mirrors-consistently

Thanks,
    Tom Rini <tom_rini@mentor.com>
---


Tom Rini (7):
  net-tools: Switch to using DEBIAN_MIRROR
  Various: Switch to GNOME_MIRROR
  Various: Switch to using GNU_MIRROR
  Various: Switch to KERNELORG_MIRROR
  Various: Update KERNELORG_MIRROR for consistency
  Various: Switch to SOURCEFORGE_MIRROR
  checksums.ini: Delete

 .../recipes-support/openobex/openobex_1.5.bb       |    2 +-
 meta/conf/bitbake.conf                             |    2 +-
 meta/conf/checksums.ini                            |15076 --------------------
 meta/recipes-bsp/pciutils/pciutils_3.1.7.bb        |    2 +-
 meta/recipes-bsp/pcmciautils/pcmciautils.inc       |    2 +-
 meta/recipes-connectivity/bluez/bluez4_4.82.bb     |    2 +-
 .../connman/connman-gnome_0.5.bb                   |    2 +-
 meta/recipes-connectivity/connman/connman_0.65.bb  |    2 +-
 meta/recipes-connectivity/ofono/ofono_0.37.bb      |    2 +-
 meta/recipes-core/coreutils/coreutils_6.9.bb       |    2 +-
 meta/recipes-core/coreutils/coreutils_8.9.bb       |    2 +-
 meta/recipes-core/glib-2.0/glib-2.0_2.26.1.bb      |    2 +-
 meta/recipes-core/glib-2.0/glib-2.0_2.27.5.bb      |    2 +-
 meta/recipes-core/glibc/glibc_2.10.1.bb            |    6 +-
 meta/recipes-core/udev/udev-new.inc                |    2 +-
 meta/recipes-core/udev/udev_145.bb                 |    2 +-
 meta/recipes-core/util-linux/util-linux.inc        |    2 +-
 meta/recipes-devtools/git/git.inc                  |    2 +-
 meta/recipes-devtools/guilt/guilt-native_0.33.bb   |    2 +-
 .../python/python-pygobject_2.27.0.bb              |    2 +-
 meta/recipes-devtools/syslinux/syslinux_4.03.bb    |    2 +-
 meta/recipes-extended/bash/bash_3.2.48.bb          |    6 +-
 meta/recipes-extended/bash/bash_4.1.bb             |   14 +-
 meta/recipes-extended/groff/groff_1.18.1.4.bb      |    2 +-
 meta/recipes-extended/libidn/libidn_1.19.bb        |    2 +-
 meta/recipes-extended/lsb/lsb_1.4.bb               |    2 +-
 meta/recipes-extended/man-pages/man-pages_3.32.bb  |    2 +-
 meta/recipes-extended/mdadm/mdadm_3.1.4.bb         |    2 +-
 .../net-tools/net-tools_1.60-23.bb                 |    4 +-
 meta/recipes-extended/pam/libpam_1.1.3.bb          |    2 +-
 meta/recipes-extended/quota/quota_4.00-pre1.bb     |    2 +-
 meta/recipes-extended/which/which_2.20.bb          |    2 +-
 meta/recipes-gnome/gnome/libart-lgpl_2.3.21.bb     |    2 +-
 meta/recipes-gnome/libunique/libunique_1.1.6.bb    |    2 +-
 .../ttf-fonts/ttf-bitstream-vera_1.10.bb           |    2 +-
 meta/recipes-kernel/kexec/kexec-tools.inc          |    2 +-
 .../linux-libc-headers/linux-libc-headers.inc      |    2 +-
 .../module-init-tools/module-init-tools.inc        |    2 +-
 meta/recipes-kernel/modutils/modutils_2.4.27.bb    |    2 +-
 meta/recipes-support/aspell/aspell_0.60.6.bb       |    2 +-
 meta/recipes-support/gmp/gmp.inc                   |    2 +-
 meta/recipes-support/gmp/gmp_4.2.1.bb              |    2 +-
 meta/recipes-support/libcap/libcap.inc             |    2 +-
 meta/recipes-support/libiconv/libiconv_1.9.2.bb    |    2 +-
 meta/recipes-support/libsoup/libsoup-2.4_2.32.1.bb |    2 +-
 meta/recipes-support/libsoup/libsoup-2.4_2.4.1.bb  |    2 +-
 meta/recipes-support/libsoup/libsoup_2.2.100.bb    |    2 +-
 47 files changed, 57 insertions(+), 15133 deletions(-)
 delete mode 100644 meta/conf/checksums.ini




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-03-23 12:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 22:07 [PATCH 0/7] Consistent MIRROR usage Tom Rini
2011-03-22 22:07 ` [PATCH 1/7] net-tools: Switch to using DEBIAN_MIRROR Tom Rini
2011-03-22 22:07 ` [PATCH 2/7] Various: Switch to GNOME_MIRROR Tom Rini
2011-03-22 22:07 ` [PATCH 3/7] Various: Switch to using GNU_MIRROR Tom Rini
2011-03-22 22:07 ` [PATCH 4/7] Various: Switch to KERNELORG_MIRROR Tom Rini
2011-03-22 22:07 ` [PATCH 5/7] Various: Update KERNELORG_MIRROR for consistency Tom Rini
2011-03-22 22:07 ` [PATCH 6/7] Various: Switch to SOURCEFORGE_MIRROR Tom Rini
2011-03-22 22:07 ` [PATCH 7/7] checksums.ini: Delete Tom Rini
2011-03-23 12:27 ` [PATCH 0/7] Consistent MIRROR usage Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.