All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/19] Morty-next: pull request
@ 2017-08-01 23:36 Armin Kuster
  2017-08-05 16:04 ` akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: Armin Kuster @ 2017-08-01 23:36 UTC (permalink / raw)
  To: akuster808, openembedded-devel

Please concider the follow for Morty.

The following changes since commit a44baf37d8bec492f00c08a3eb8b6a295ee80260:

  libdnet: update SRC_URI (2017-02-24 19:33:29 +0000)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib akuster/morty-next
  http://cgit.openembedded.org/meta-openembedded/log/?h=akuster/morty-next

Alejandro Mery (4):
  gitver: fix try/except syntax for python3 support
  gitver: extend class to use EXTERNALSRC if set
  gitver: fix broken ${GITSHA} and recursion in S when PV="${GITVER}"
  gitver: skip packages instead of panic()ing if ${GITVER} fails to
    expand

Andreas Müller (1):
  lmsensors: fix fetch and unblacklist

Armin Kuster (4):
  python-sqlalchemy: fix SRC_URI
  lm_sensors: update SRC_URI
  exfat-utils: update SRC_URI
  libdnet: Update SRC_URI to fix checksum errors

Denys Dmytriyenko (1):
  devmem2: use different filename to avoid checksum conflicts

Derek Straka (1):
  apache2: always use the archive.apache.org to ensure older releases
    are always available

Joe Slater (1):
  chrony: fix build failure for arma9

Khem Raj (1):
  alsa-equal: Update SRC_URI to something valid

Martin Jansa (5):
  mailcap: use pagure.org instead of retired fedorahosted.org
  libqb: use github.com instead of retired fedorahosted.org
  libqb: inherit autotools-brokensep
  ttf-liberation-sans-narrow: use pagure.org instead of retired
    fedorahosted.org
  hwdata: use github instead of fedorahosted.org

Nicolas Ferre (1):
  devmem2: Change source URL to regain access to it

 .../recipes-utils/exfat-utils/exfat-utils_1.2.3.bb |  5 +-
 .../alsa-equal/alsa-equal_0.6.bb                   |  4 +-
 .../recipes-connectivity/libdnet/libdnet_1.12.bb   |  2 +-
 .../recipes-support/chrony/chrony/arm_eabi.patch   | 57 ++++++++++++++++++++++
 .../recipes-support/chrony/chrony_2.4.bb           |  5 +-
 meta-oe/classes/gitver.bbclass                     | 49 +++++++++++--------
 meta-oe/recipes-extended/libqb/libqb_0.17.2.bb     | 15 +++---
 .../ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb |  2 +-
 meta-oe/recipes-support/devmem2/devmem2.bb         | 12 +++--
 .../hwdata/{hwdata_0.291.bb => hwdata_git.bb}      | 10 ++--
 .../recipes-support/lm_sensors/lmsensors_3.4.0.bb  |  8 +--
 meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb  | 10 ++--
 .../python/python-sqlalchemy_0.7.9.bb              |  5 +-
 .../recipes-httpd/apache2/apache2-native_2.4.23.bb |  2 +-
 .../recipes-httpd/apache2/apache2_2.4.23.bb        |  2 +-
 15 files changed, 133 insertions(+), 55 deletions(-)
 create mode 100644 meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
 rename meta-oe/recipes-support/hwdata/{hwdata_0.291.bb => hwdata_git.bb} (57%)

-- 
2.7.4



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

* Re: [PATCH 00/19] Morty-next: pull request
  2017-08-01 23:36 [PATCH 00/19] Morty-next: pull request Armin Kuster
@ 2017-08-05 16:04 ` akuster808
  0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2017-08-05 16:04 UTC (permalink / raw)
  To: openembedded-devel



On 08/01/2017 04:36 PM, Armin Kuster wrote:

ignore, superseded by "Morty-next #2"

> Please concider the follow for Morty.
>
> The following changes since commit a44baf37d8bec492f00c08a3eb8b6a295ee80260:
>
>    libdnet: update SRC_URI (2017-02-24 19:33:29 +0000)
>
> are available in the git repository at:
>
>    git://git.openembedded.org/meta-openembedded-contrib akuster/morty-next
>    http://cgit.openembedded.org/meta-openembedded/log/?h=akuster/morty-next
>
> Alejandro Mery (4):
>    gitver: fix try/except syntax for python3 support
>    gitver: extend class to use EXTERNALSRC if set
>    gitver: fix broken ${GITSHA} and recursion in S when PV="${GITVER}"
>    gitver: skip packages instead of panic()ing if ${GITVER} fails to
>      expand
>
> Andreas Müller (1):
>    lmsensors: fix fetch and unblacklist
>
> Armin Kuster (4):
>    python-sqlalchemy: fix SRC_URI
>    lm_sensors: update SRC_URI
>    exfat-utils: update SRC_URI
>    libdnet: Update SRC_URI to fix checksum errors
>
> Denys Dmytriyenko (1):
>    devmem2: use different filename to avoid checksum conflicts
>
> Derek Straka (1):
>    apache2: always use the archive.apache.org to ensure older releases
>      are always available
>
> Joe Slater (1):
>    chrony: fix build failure for arma9
>
> Khem Raj (1):
>    alsa-equal: Update SRC_URI to something valid
>
> Martin Jansa (5):
>    mailcap: use pagure.org instead of retired fedorahosted.org
>    libqb: use github.com instead of retired fedorahosted.org
>    libqb: inherit autotools-brokensep
>    ttf-liberation-sans-narrow: use pagure.org instead of retired
>      fedorahosted.org
>    hwdata: use github instead of fedorahosted.org
>
> Nicolas Ferre (1):
>    devmem2: Change source URL to regain access to it
>
>   .../recipes-utils/exfat-utils/exfat-utils_1.2.3.bb |  5 +-
>   .../alsa-equal/alsa-equal_0.6.bb                   |  4 +-
>   .../recipes-connectivity/libdnet/libdnet_1.12.bb   |  2 +-
>   .../recipes-support/chrony/chrony/arm_eabi.patch   | 57 ++++++++++++++++++++++
>   .../recipes-support/chrony/chrony_2.4.bb           |  5 +-
>   meta-oe/classes/gitver.bbclass                     | 49 +++++++++++--------
>   meta-oe/recipes-extended/libqb/libqb_0.17.2.bb     | 15 +++---
>   .../ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb |  2 +-
>   meta-oe/recipes-support/devmem2/devmem2.bb         | 12 +++--
>   .../hwdata/{hwdata_0.291.bb => hwdata_git.bb}      | 10 ++--
>   .../recipes-support/lm_sensors/lmsensors_3.4.0.bb  |  8 +--
>   meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb  | 10 ++--
>   .../python/python-sqlalchemy_0.7.9.bb              |  5 +-
>   .../recipes-httpd/apache2/apache2-native_2.4.23.bb |  2 +-
>   .../recipes-httpd/apache2/apache2_2.4.23.bb        |  2 +-
>   15 files changed, 133 insertions(+), 55 deletions(-)
>   create mode 100644 meta-networking/recipes-support/chrony/chrony/arm_eabi.patch
>   rename meta-oe/recipes-support/hwdata/{hwdata_0.291.bb => hwdata_git.bb} (57%)
>



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

end of thread, other threads:[~2017-08-05 16:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-01 23:36 [PATCH 00/19] Morty-next: pull request Armin Kuster
2017-08-05 16:04 ` akuster808

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.