* [PATCH 0/4] Package upgrades
@ 2012-08-24 14:33 Constantin Musca
2012-08-27 15:54 ` Saul Wold
0 siblings, 1 reply; 15+ messages in thread
From: Constantin Musca @ 2012-08-24 14:33 UTC (permalink / raw)
To: openembedded-core
This is another set of package upgrades compiled on all architectures
and tested using core-image-sato.
The following changes since commit 054d95edad8d79ef1c6b30681395d50f3c6335b4:
poky.conf: restore Ubuntu 12.04 LTS to tested distro list (2012-08-23 17:23:40 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib cmuscax/upgrades
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cmuscax/upgrades
Constantin Musca (4):
wget: upgrade to 1.14
npth: upgrade to 0.91
kconfig-frontends: upgrade to 3.5
base-passwd: upgrade to 3.5.26
.../nobash.patch | 0
.../root-home.patch | 0
...base-passwd_3.5.24.bb => base-passwd_3.5.26.bb} | 6 ++---
...g-frontends_3.4.bb => kconfig-frontends_3.5.bb} | 6 ++---
.../wget/wget-1.13.4/remove-gets.patch | 23 --------------------
.../{wget-1.13.4 => wget-1.14}/fix_makefile.patch | 0
meta/recipes-extended/wget/wget_1.13.4.bb | 10 ---------
meta/recipes-extended/wget/wget_1.14.bb | 9 ++++++++
.../npth/{npth_0.90.bb => npth_0.91.bb} | 4 ++--
9 files changed, 16 insertions(+), 42 deletions(-)
rename meta/recipes-core/base-passwd/{base-passwd-3.5.24 => base-passwd-3.5.26}/nobash.patch (100%)
rename meta/recipes-core/base-passwd/{base-passwd-3.5.24 => base-passwd-3.5.26}/root-home.patch (100%)
rename meta/recipes-core/base-passwd/{base-passwd_3.5.24.bb => base-passwd_3.5.26.bb} (94%)
rename meta/recipes-devtools/kconfig-frontends/{kconfig-frontends_3.4.bb => kconfig-frontends_3.5.bb} (88%)
delete mode 100644 meta/recipes-extended/wget/wget-1.13.4/remove-gets.patch
rename meta/recipes-extended/wget/{wget-1.13.4 => wget-1.14}/fix_makefile.patch (100%)
delete mode 100644 meta/recipes-extended/wget/wget_1.13.4.bb
create mode 100644 meta/recipes-extended/wget/wget_1.14.bb
rename meta/recipes-support/npth/{npth_0.90.bb => npth_0.91.bb} (76%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 0/4] Package upgrades
2012-08-24 14:33 Constantin Musca
@ 2012-08-27 15:54 ` Saul Wold
0 siblings, 0 replies; 15+ messages in thread
From: Saul Wold @ 2012-08-27 15:54 UTC (permalink / raw)
To: Constantin Musca; +Cc: openembedded-core
On 08/24/2012 07:33 AM, Constantin Musca wrote:
> This is another set of package upgrades compiled on all architectures
> and tested using core-image-sato.
> The following changes since commit 054d95edad8d79ef1c6b30681395d50f3c6335b4:
>
> poky.conf: restore Ubuntu 12.04 LTS to tested distro list (2012-08-23 17:23:40 +0100)
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/poky-contrib cmuscax/upgrades
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cmuscax/upgrades
>
> Constantin Musca (4):
> wget: upgrade to 1.14
> npth: upgrade to 0.91
> kconfig-frontends: upgrade to 3.5
> base-passwd: upgrade to 3.5.26
>
> .../nobash.patch | 0
> .../root-home.patch | 0
> ...base-passwd_3.5.24.bb => base-passwd_3.5.26.bb} | 6 ++---
> ...g-frontends_3.4.bb => kconfig-frontends_3.5.bb} | 6 ++---
> .../wget/wget-1.13.4/remove-gets.patch | 23 --------------------
> .../{wget-1.13.4 => wget-1.14}/fix_makefile.patch | 0
> meta/recipes-extended/wget/wget_1.13.4.bb | 10 ---------
> meta/recipes-extended/wget/wget_1.14.bb | 9 ++++++++
> .../npth/{npth_0.90.bb => npth_0.91.bb} | 4 ++--
> 9 files changed, 16 insertions(+), 42 deletions(-)
> rename meta/recipes-core/base-passwd/{base-passwd-3.5.24 => base-passwd-3.5.26}/nobash.patch (100%)
> rename meta/recipes-core/base-passwd/{base-passwd-3.5.24 => base-passwd-3.5.26}/root-home.patch (100%)
> rename meta/recipes-core/base-passwd/{base-passwd_3.5.24.bb => base-passwd_3.5.26.bb} (94%)
> rename meta/recipes-devtools/kconfig-frontends/{kconfig-frontends_3.4.bb => kconfig-frontends_3.5.bb} (88%)
> delete mode 100644 meta/recipes-extended/wget/wget-1.13.4/remove-gets.patch
> rename meta/recipes-extended/wget/{wget-1.13.4 => wget-1.14}/fix_makefile.patch (100%)
> delete mode 100644 meta/recipes-extended/wget/wget_1.13.4.bb
> create mode 100644 meta/recipes-extended/wget/wget_1.14.bb
> rename meta/recipes-support/npth/{npth_0.90.bb => npth_0.91.bb} (76%)
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 0/4] Package upgrades
@ 2013-03-11 16:27 Laurentiu Palcu
0 siblings, 0 replies; 15+ messages in thread
From: Laurentiu Palcu @ 2013-03-11 16:27 UTC (permalink / raw)
To: openembedded-core
Tests done:
* built the packages for all architectures (except xf86-video-intel and
xf86-video-vmware);
* tested basic functionality in qemu and ideapad s10-3t;
* I changed an xserver-xorg patch related to AArch64 but didn't test it.
Even though, at first sight, the change is safe, it would be nice if
someone could help testing the xserver upgrade on AArch64;
Thanks,
Laurentiu
The following changes since commit 365eb9b5d22208c967dcd91d8ab52faed20f04b5:
bitbake: bitbake-layers: fix duplicated help info (2013-03-10 04:36:52 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib lpalcu/upgrades
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=lpalcu/upgrades
Laurentiu Palcu (4):
inputproto: upgrade to 2.3
xserver-xorg: upgrade to 1.14.0
xf86-video-intel: upgrade to 2.21.3
xf86-video-vmware: delete references to xserver's mibstore.h
...-intel_2.21.0.bb => xf86-video-intel_2.21.3.bb} | 4 +-
.../xf86-video-vmware/Kill-mibstore.patch | 63 +++++++++++++++++++
.../xorg-driver/xf86-video-vmware_13.0.0.bb | 2 +
.../{inputproto_2.2.bb => inputproto_2.3.bb} | 4 +-
.../xorg-xserver/xserver-xorg-1.13.1/aarch64.patch | 64 --------------------
.../xorg-xserver/xserver-xorg-1.14.0/aarch64.patch | 35 +++++++++++
.../crosscompile.patch | 0
.../fix_compilation_when_not_using_xinerama.patch | 21 +++++++
.../fix_open_max_preprocessor_error.patch | 0
.../macro_tweak.patch | 0
.../mips64-compiler.patch | 0
...erver-xorg_1.13.1.bb => xserver-xorg_1.14.0.bb} | 5 +-
12 files changed, 128 insertions(+), 70 deletions(-)
rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.21.0.bb => xf86-video-intel_2.21.3.bb} (86%)
create mode 100644 meta/recipes-graphics/xorg-driver/xf86-video-vmware/Kill-mibstore.patch
rename meta/recipes-graphics/xorg-proto/{inputproto_2.2.bb => inputproto_2.3.bb} (78%)
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg-1.13.1/aarch64.patch
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/aarch64.patch
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.1 => xserver-xorg-1.14.0}/crosscompile.patch (100%)
create mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg-1.14.0/fix_compilation_when_not_using_xinerama.patch
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.1 => xserver-xorg-1.14.0}/fix_open_max_preprocessor_error.patch (100%)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.1 => xserver-xorg-1.14.0}/macro_tweak.patch (100%)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.1 => xserver-xorg-1.14.0}/mips64-compiler.patch (100%)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.13.1.bb => xserver-xorg_1.14.0.bb} (84%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 0/4] Package upgrades
@ 2013-07-24 12:42 Ionut Radu
0 siblings, 0 replies; 15+ messages in thread
From: Ionut Radu @ 2013-07-24 12:42 UTC (permalink / raw)
To: openembedded-core
qemu: patch target-i386-Fix-aflag-logic-for-CODE64-and-the-0x67-.patch was backported
libxxf86dga: patch libxxf86dga-1.1.3_fix_for_x32.patch was backported (the use of uintptr_t
guarantees that the unsigned int has the same size as a pointer)
All updates were tested on core-image-sato on all architectures (x86, x86-64, ppc, arm, mips)
The following changes since commit 31e6eee860b5f9f4ac9ef0889bcff5648de6e3f9:
poky-tiny.conf: blacklist core-image-weston option (2013-07-18 21:26:58 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ionutx/work
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ionutx/work
Ionut Radu (4):
libxfont: Update from 1.4.5 to 1.4.6
libxrandr: Update from 1.4.0 to 1.4.1
libxxf86dga: Updated from 1.1.3 to 1.1.4
qemu: Updated from 1.5.0 to 1.5.1
meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb} | 7 +++----
.../xorg-lib/{libxfont_1.4.5.bb => libxfont_1.4.6.bb} | 5 ++---
.../xorg-lib/{libxrandr_1.4.0.bb => libxrandr_1.4.1.bb} | 5 ++---
.../xorg-lib/{libxxf86dga_1.1.3.bb => libxxf86dga_1.1.4.bb} | 7 ++-----
4 files changed, 9 insertions(+), 15 deletions(-)
rename meta/recipes-devtools/qemu/{qemu_1.5.0.bb => qemu_1.5.1.bb} (49%)
rename meta/recipes-graphics/xorg-lib/{libxfont_1.4.5.bb => libxfont_1.4.6.bb} (76%)
rename meta/recipes-graphics/xorg-lib/{libxrandr_1.4.0.bb => libxrandr_1.4.1.bb} (80%)
rename meta/recipes-graphics/xorg-lib/{libxxf86dga_1.1.3.bb => libxxf86dga_1.1.4.bb} (70%)
--
1.7.10.4
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 0/4] Package upgrades
@ 2013-10-24 8:01 Cristiana Voicu
2013-10-24 8:01 ` [PATCH 1/4] liburcu: upgrade to 0.8.0 Cristiana Voicu
` (3 more replies)
0 siblings, 4 replies; 15+ messages in thread
From: Cristiana Voicu @ 2013-10-24 8:01 UTC (permalink / raw)
To: openembedded-core
The patchset was tested on a local autobuilder, for all major architecture,
on the top of the following commit 505114c13d29799a25379f7ce720d632616d8776.
Basic functionality tests done using rpm and deb packages on a core-image-
sato-sdk.
Cristiana Voicu (4):
liburcu: upgrade to 0.8.0
at: upgrade to 3.1.14
curl: upgrade to 7.33.0
sudo: upgrade to 1.8.8
.../at/{at_3.1.13.bb => at_3.1.14.bb} | 7 ++---
meta/recipes-extended/at/files/configure.patch | 29 --------------------
meta/recipes-extended/at/files/use-ldflags.patch | 24 ----------------
meta/recipes-extended/sudo/sudo.inc | 2 +-
.../sudo/{sudo_1.8.7.bb => sudo_1.8.8.bb} | 4 +--
.../curl/{curl_7.32.0.bb => curl_7.33.0.bb} | 4 +--
meta/recipes-support/liburcu/files/fixCCflag.patch | 18 ++++++++++++
.../liburcu/files/fixsepbuild.patch | 18 ++++++++++++
.../liburcu/{liburcu_0.7.7.bb => liburcu_0.8.0.bb} | 8 ++++--
9 files changed, 48 insertions(+), 66 deletions(-)
rename meta/recipes-extended/at/{at_3.1.13.bb => at_3.1.14.bb} (90%)
delete mode 100644 meta/recipes-extended/at/files/configure.patch
delete mode 100644 meta/recipes-extended/at/files/use-ldflags.patch
rename meta/recipes-extended/sudo/{sudo_1.8.7.bb => sudo_1.8.8.bb} (83%)
rename meta/recipes-support/curl/{curl_7.32.0.bb => curl_7.33.0.bb} (93%)
create mode 100644 meta/recipes-support/liburcu/files/fixCCflag.patch
create mode 100644 meta/recipes-support/liburcu/files/fixsepbuild.patch
rename meta/recipes-support/liburcu/{liburcu_0.7.7.bb => liburcu_0.8.0.bb} (74%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 1/4] liburcu: upgrade to 0.8.0
2013-10-24 8:01 [PATCH 0/4] Package upgrades Cristiana Voicu
@ 2013-10-24 8:01 ` Cristiana Voicu
2013-10-29 15:58 ` Saul Wold
2013-10-24 8:01 ` [PATCH 2/4] at: upgrade to 3.1.14 Cristiana Voicu
` (2 subsequent siblings)
3 siblings, 1 reply; 15+ messages in thread
From: Cristiana Voicu @ 2013-10-24 8:01 UTC (permalink / raw)
To: openembedded-core
Fix case where ${B} != ${S}; add patch to allow out
of tree doc exemples build to work
Add patch to remove CC=gcc when CC is defined, in order to
use the cross compiler.
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
meta/recipes-support/liburcu/files/fixCCflag.patch | 18 ++++++++++++++++++
.../liburcu/files/fixsepbuild.patch | 18 ++++++++++++++++++
.../liburcu/{liburcu_0.7.7.bb => liburcu_0.8.0.bb} | 8 +++++---
3 files changed, 41 insertions(+), 3 deletions(-)
create mode 100644 meta/recipes-support/liburcu/files/fixCCflag.patch
create mode 100644 meta/recipes-support/liburcu/files/fixsepbuild.patch
rename meta/recipes-support/liburcu/{liburcu_0.7.7.bb => liburcu_0.8.0.bb} (74%)
diff --git a/meta/recipes-support/liburcu/files/fixCCflag.patch b/meta/recipes-support/liburcu/files/fixCCflag.patch
new file mode 100644
index 0000000..d6928c6
--- /dev/null
+++ b/meta/recipes-support/liburcu/files/fixCCflag.patch
@@ -0,0 +1,18 @@
+Use cross compiler for doc exemples too
+
+10/23/2013 - created by Cristiana Voicu <cristiana.voicu@intel.com>
+
+Index: userspace-rcu-0.8.0/doc/examples/Makefile.examples.template
+===================================================================
+--- userspace-rcu-0.8.0.orig/doc/examples/Makefile.examples.template 2013-08-30 21:25:20.000000000 +0300
++++ userspace-rcu-0.8.0/doc/examples/Makefile.examples.template 2013-10-23 13:34:30.405550556 +0300
+@@ -11,7 +11,9 @@
+ #
+ # This makefile is purposefully kept simple to support GNU and BSD make.
+
++ifndef CC
+ CC = gcc
++endif
+ CFLAGS = -g -O2 -Wall
+
+ all: $(BINARY)
diff --git a/meta/recipes-support/liburcu/files/fixsepbuild.patch b/meta/recipes-support/liburcu/files/fixsepbuild.patch
new file mode 100644
index 0000000..0e2fee9
--- /dev/null
+++ b/meta/recipes-support/liburcu/files/fixsepbuild.patch
@@ -0,0 +1,18 @@
+Upstream-Status: Pending
+
+Fix out of tree build for doc examples
+10/22/2013 - created by Cristiana Voicu <cristiana.voicu@intel.com>
+
+Index: userspace-rcu-0.8.0/doc/examples/Makefile.am
+===================================================================
+--- userspace-rcu-0.8.0.orig/doc/examples/Makefile.am 2013-08-30 21:25:20.000000000 +0300
++++ userspace-rcu-0.8.0/doc/examples/Makefile.am 2013-10-21 17:52:34.774597179 +0300
+@@ -128,7 +128,7 @@
+ cp -fR $(srcdir)/$$subdir $(builddir); \
+ done; \
+ fi
+- $(MAKE) -f dist-files/Makefile AM_CPPFLAGS="$(CPPFLAGS) -I../../../urcu/ -I../../../" AM_CFLAGS='$(CFLAGS)' AM_LDFLAGS='$(LDFLAGS) -L../../../.libs/ -Wl,-rpath="$(PWD)/../../.libs/"' $(AM_MAKEFLAGS) all
++ $(MAKE) -f dist-files/Makefile AM_CPPFLAGS="$(CPPFLAGS) -I$(top_srcdir) -I../../../urcu/ -I../../../" AM_CFLAGS='$(CFLAGS)' AM_LDFLAGS='$(LDFLAGS) -L../../../.libs/ -Wl,-rpath="$(PWD)/../../.libs/"' $(AM_MAKEFLAGS) all
+
+ clean-local:
+ $(MAKE) -f dist-files/Makefile $(AM_MAKEFLAGS) clean
diff --git a/meta/recipes-support/liburcu/liburcu_0.7.7.bb b/meta/recipes-support/liburcu/liburcu_0.8.0.bb
similarity index 74%
rename from meta/recipes-support/liburcu/liburcu_0.7.7.bb
rename to meta/recipes-support/liburcu/liburcu_0.8.0.bb
index a75e92e..0bb4545 100644
--- a/meta/recipes-support/liburcu/liburcu_0.7.7.bb
+++ b/meta/recipes-support/liburcu/liburcu_0.8.0.bb
@@ -7,10 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0f060c30a27922ce9c0d557a639b4fa3 \
file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \
file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42"
-SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
+SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2 \
+ file://fixsepbuild.patch \
+ file://fixCCflag.patch"
-SRC_URI[md5sum] = "d14de3ff32eb1ab9424b258599c8a6f3"
-SRC_URI[sha256sum] = "8ab8a7d8fea47c09ceac24c9277f00da626bbd9426c973eb325b1baf33b4bdfb"
+SRC_URI[md5sum] = "ddf193131b9f172c8f540b60d9d339f4"
+SRC_URI[sha256sum] = "49fbe70af47945037f437931c9539bfb9cb03ba28b813649ea7394dbdca70658"
S = "${WORKDIR}/userspace-rcu-${PV}"
CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [PATCH 2/4] at: upgrade to 3.1.14
2013-10-24 8:01 [PATCH 0/4] Package upgrades Cristiana Voicu
2013-10-24 8:01 ` [PATCH 1/4] liburcu: upgrade to 0.8.0 Cristiana Voicu
@ 2013-10-24 8:01 ` Cristiana Voicu
2013-10-24 8:01 ` [PATCH 3/4] curl: upgrade to 7.33.0 Cristiana Voicu
2013-10-24 8:01 ` [PATCH 4/4] sudo: upgrade to 1.8.8 Cristiana Voicu
3 siblings, 0 replies; 15+ messages in thread
From: Cristiana Voicu @ 2013-10-24 8:01 UTC (permalink / raw)
To: openembedded-core
Removed 2 patches because they were merged upstream
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
.../at/{at_3.1.13.bb => at_3.1.14.bb} | 7 ++---
meta/recipes-extended/at/files/configure.patch | 29 --------------------
meta/recipes-extended/at/files/use-ldflags.patch | 24 ----------------
3 files changed, 2 insertions(+), 58 deletions(-)
rename meta/recipes-extended/at/{at_3.1.13.bb => at_3.1.14.bb} (90%)
delete mode 100644 meta/recipes-extended/at/files/configure.patch
delete mode 100644 meta/recipes-extended/at/files/use-ldflags.patch
diff --git a/meta/recipes-extended/at/at_3.1.13.bb b/meta/recipes-extended/at/at_3.1.14.bb
similarity index 90%
rename from meta/recipes-extended/at/at_3.1.13.bb
rename to meta/recipes-extended/at/at_3.1.14.bb
index 6fa13b9..f80b620 100644
--- a/meta/recipes-extended/at/at_3.1.13.bb
+++ b/meta/recipes-extended/at/at_3.1.14.bb
@@ -16,11 +16,8 @@ PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits"
RCONFLICTS_${PN} = "atd"
RREPLACES_${PN} = "atd"
-PR = "r5"
SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
- file://configure.patch \
- file://use-ldflags.patch \
file://fix_parallel_build_error.patch \
file://posixtm.c \
file://posixtm.h \
@@ -31,8 +28,8 @@ SRC_URI = "${DEBIAN_MIRROR}/main/a/at/at_${PV}.orig.tar.gz \
PAM_SRC_URI = "file://pam.conf.patch \
file://configure-add-enable-pam.patch"
-SRC_URI[md5sum] = "1da61af6c29e323abaaf13ee1a8dad79"
-SRC_URI[sha256sum] = "3a8b90868d615d21a92f4986ea9a823886329af8fae8dd7ab4eed9b273bca072"
+SRC_URI[md5sum] = "d41cfd79033b6e49a8838add59a42ac6"
+SRC_URI[sha256sum] = "cd092bf05d29c25b286f55a960ce8b8c3c5beb571d86ed8eb1dfb3b61291b3ae"
EXTRA_OECONF += "ac_cv_path_SENDMAIL=/bin/true \
--with-daemon_username=root \
diff --git a/meta/recipes-extended/at/files/configure.patch b/meta/recipes-extended/at/files/configure.patch
deleted file mode 100644
index 14310e3..0000000
--- a/meta/recipes-extended/at/files/configure.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-
-Fix cross-compilation issues in configure.ac
-Derived from an OE patch for at-3.1.8
-
-Upstream-Status: Pending
-
-Signed-off-by: Scott Garman <scott.a.garman@intel.com>
-
-Index: at-3.1.12/configure.ac
-===================================================================
---- at-3.1.12.orig/configure.ac
-+++ at-3.1.12/configure.ac
-@@ -38,12 +38,11 @@ case "$host" in
- AC_MSG_RESULT(no)
- ;;
- esac
-+if [ X"${cross_compiling}" = Xno ]; then
- AC_MSG_CHECKING(Trying to compile a trivial ANSI C program)
--AC_TRY_RUN([ main(int ac, char **av) { return 0; } ],
-- AC_MSG_RESULT(yes),
-- AC_MSG_RESULT(no)
-- AC_MSG_ERROR(Could not compile and run even a trivial ANSI C program - check CC.),
-- AC_MSG_ERROR(Could not compile and run even a trivial ANSI C program - check CC.))
-+AC_RUN_IFELSE([AC_LANG_SOURCE([[ main(int ac, char **av) { return 0; } ]])],[AC_MSG_RESULT(yes)],[AC_MSG_RESULT(no)
-+ AC_MSG_ERROR(Could not compile and run even a trivial ANSI C program - check CC.)],[AC_MSG_ERROR(Could not compile and run even a trivial ANSI C program - check CC.)])
-+fi
-
- AC_MSG_CHECKING(__attribute__((noreturn)))
- AC_TRY_COMPILE([], [void __attribute__((noreturn)) panic(void);],
diff --git a/meta/recipes-extended/at/files/use-ldflags.patch b/meta/recipes-extended/at/files/use-ldflags.patch
deleted file mode 100644
index 4c69800..0000000
--- a/meta/recipes-extended/at/files/use-ldflags.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Upstream-Status: Pending
-
-Ensure use of $LDFLAGS during build
-Derived from an OE patch for at-3.1.8
-
-Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---- at-3.1.12.orig/Makefile.in 2009-11-23 07:11:52.000000000 -0800
-+++ at-3.1.12/Makefile.in 2010-07-20 16:28:04.000000000 -0700
-@@ -65,13 +65,13 @@
- all: at atd atrun
-
- at: $(ATOBJECTS)
-- $(CC) $(CFLAGS) -o at $(ATOBJECTS) $(LIBS) $(LEXLIB)
-+ $(CC) $(CFLAGS) -o at $(ATOBJECTS) $(LIBS) $(LEXLIB) $(LDFLAGS)
- rm -f $(CLONES)
- $(LN_S) -f at atq
- $(LN_S) -f at atrm
-
- atd: $(RUNOBJECTS)
-- $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB)
-+ $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(LDFLAGS)
-
- y.tab.c y.tab.h: parsetime.y
- $(YACC) -d parsetime.y
--
1.7.9.5
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [PATCH 3/4] curl: upgrade to 7.33.0
2013-10-24 8:01 [PATCH 0/4] Package upgrades Cristiana Voicu
2013-10-24 8:01 ` [PATCH 1/4] liburcu: upgrade to 0.8.0 Cristiana Voicu
2013-10-24 8:01 ` [PATCH 2/4] at: upgrade to 3.1.14 Cristiana Voicu
@ 2013-10-24 8:01 ` Cristiana Voicu
2013-10-24 8:01 ` [PATCH 4/4] sudo: upgrade to 1.8.8 Cristiana Voicu
3 siblings, 0 replies; 15+ messages in thread
From: Cristiana Voicu @ 2013-10-24 8:01 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
.../curl/{curl_7.32.0.bb => curl_7.33.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/curl/{curl_7.32.0.bb => curl_7.33.0.bb} (93%)
diff --git a/meta/recipes-support/curl/curl_7.32.0.bb b/meta/recipes-support/curl/curl_7.33.0.bb
similarity index 93%
rename from meta/recipes-support/curl/curl_7.32.0.bb
rename to meta/recipes-support/curl/curl_7.33.0.bb
index 3b6b23a..8539fec 100644
--- a/meta/recipes-support/curl/curl_7.32.0.bb
+++ b/meta/recipes-support/curl/curl_7.33.0.bb
@@ -18,8 +18,8 @@ SRC_URI = "http://curl.haxx.se/download/curl-${PV}.tar.bz2 \
#
SRC_URI += " file://configure_ac.patch"
-SRC_URI[md5sum] = "30d04b0a8c43c6770039d1bf033dfe79"
-SRC_URI[sha256sum] = "8e3db42548e01407cb2f1407660c0f528b89ec7afda6264442fc2b229b95223b"
+SRC_URI[md5sum] = "57409d6bf0bd97053b8378dbe0cadcef"
+SRC_URI[sha256sum] = "0afde4cd949e2658eddc3cda675b19b165eea1af48ac5f3e1ec160792255d1b3"
inherit autotools pkgconfig binconfig
--
1.7.9.5
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [PATCH 4/4] sudo: upgrade to 1.8.8
2013-10-24 8:01 [PATCH 0/4] Package upgrades Cristiana Voicu
` (2 preceding siblings ...)
2013-10-24 8:01 ` [PATCH 3/4] curl: upgrade to 7.33.0 Cristiana Voicu
@ 2013-10-24 8:01 ` Cristiana Voicu
3 siblings, 0 replies; 15+ messages in thread
From: Cristiana Voicu @ 2013-10-24 8:01 UTC (permalink / raw)
To: openembedded-core
License checksum updated to reflect additional Copyright for
file getopt_long.c, owned by The NetBSD Foundation, Inc
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
meta/recipes-extended/sudo/sudo.inc | 2 +-
.../sudo/{sudo_1.8.7.bb => sudo_1.8.8.bb} | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
rename meta/recipes-extended/sudo/{sudo_1.8.7.bb => sudo_1.8.8.bb} (83%)
diff --git a/meta/recipes-extended/sudo/sudo.inc b/meta/recipes-extended/sudo/sudo.inc
index b00f68d..80357eb 100644
--- a/meta/recipes-extended/sudo/sudo.inc
+++ b/meta/recipes-extended/sudo/sudo.inc
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sudo.ws"
BUGTRACKER = "http://www.sudo.ws/bugs/"
SECTION = "admin"
LICENSE = "ISC & BSD & Zlib"
-LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=9b2b7976b2182ee9a146710b32a01c7a \
+LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=47ae0be3bf895c0bb885fae7e1e83a47 \
file://plugins/sudoers/redblack.c;beginline=1;endline=41;md5=e2dbb155fc49beea947515300bab99e0 \
file://compat/fnmatch.c;beginline=3;endline=27;md5=67f83ee9bd456557397082f8f1be0efd \
file://compat/getcwd.c;beginline=5;endline=27;md5=449af4cc57fc7d46f42090608ba3e681 \
diff --git a/meta/recipes-extended/sudo/sudo_1.8.7.bb b/meta/recipes-extended/sudo/sudo_1.8.8.bb
similarity index 83%
rename from meta/recipes-extended/sudo/sudo_1.8.7.bb
rename to meta/recipes-extended/sudo/sudo_1.8.8.bb
index c83e95d..ba7c4ab 100644
--- a/meta/recipes-extended/sudo/sudo_1.8.7.bb
+++ b/meta/recipes-extended/sudo/sudo_1.8.8.bb
@@ -5,8 +5,8 @@ SRC_URI = "http://ftp.sudo.ws/sudo/dist/sudo-${PV}.tar.gz \
PAM_SRC_URI = "file://sudo.pam"
-SRC_URI[md5sum] = "a02367090e1dac8d0c1747de1127b6bf"
-SRC_URI[sha256sum] = "39626cf3d48c4fd5a9139a2627d42bfefac7ce47f470bdba3aeb4e3d7c49566a"
+SRC_URI[md5sum] = "fc4f074090afd56d9ff4ff4e97321971"
+SRC_URI[sha256sum] = "9f911c1e9297fb8006deb52fa81197a8d06b9d54e70672f723c467ecae992fc9"
DEPENDS += " ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
RDEPENDS_${PN} += " ${@base_contains('DISTRO_FEATURES', 'pam', 'pam-plugin-limits pam-plugin-keyinit', '', d)}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 15+ messages in thread
* Re: [PATCH 1/4] liburcu: upgrade to 0.8.0
2013-10-24 8:01 ` [PATCH 1/4] liburcu: upgrade to 0.8.0 Cristiana Voicu
@ 2013-10-29 15:58 ` Saul Wold
0 siblings, 0 replies; 15+ messages in thread
From: Saul Wold @ 2013-10-29 15:58 UTC (permalink / raw)
To: Cristiana Voicu, openembedded-core
On 10/24/2013 01:01 AM, Cristiana Voicu wrote:
> Fix case where ${B} != ${S}; add patch to allow out
> of tree doc exemples build to work
> Add patch to remove CC=gcc when CC is defined, in order to
> use the cross compiler.
>
> Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
> ---
> meta/recipes-support/liburcu/files/fixCCflag.patch | 18 ++++++++++++++++++
> .../liburcu/files/fixsepbuild.patch | 18 ++++++++++++++++++
> .../liburcu/{liburcu_0.7.7.bb => liburcu_0.8.0.bb} | 8 +++++---
> 3 files changed, 41 insertions(+), 3 deletions(-)
> create mode 100644 meta/recipes-support/liburcu/files/fixCCflag.patch
> create mode 100644 meta/recipes-support/liburcu/files/fixsepbuild.patch
> rename meta/recipes-support/liburcu/{liburcu_0.7.7.bb => liburcu_0.8.0.bb} (74%)
>
> diff --git a/meta/recipes-support/liburcu/files/fixCCflag.patch b/meta/recipes-support/liburcu/files/fixCCflag.patch
> new file mode 100644
> index 0000000..d6928c6
> --- /dev/null
> +++ b/meta/recipes-support/liburcu/files/fixCCflag.patch
> @@ -0,0 +1,18 @@
> +Use cross compiler for doc exemples too
> +
> +10/23/2013 - created by Cristiana Voicu <cristiana.voicu@intel.com>
> +
This is kind of OK, but really should be Signed-off-by: instead
No Upstream-Status in this patch
> +Index: userspace-rcu-0.8.0/doc/examples/Makefile.examples.template
> +===================================================================
> +--- userspace-rcu-0.8.0.orig/doc/examples/Makefile.examples.template 2013-08-30 21:25:20.000000000 +0300
> ++++ userspace-rcu-0.8.0/doc/examples/Makefile.examples.template 2013-10-23 13:34:30.405550556 +0300
> +@@ -11,7 +11,9 @@
> + #
> + # This makefile is purposefully kept simple to support GNU and BSD make.
> +
> ++ifndef CC
> + CC = gcc
> ++endif
> + CFLAGS = -g -O2 -Wall
> +
> + all: $(BINARY)
> diff --git a/meta/recipes-support/liburcu/files/fixsepbuild.patch b/meta/recipes-support/liburcu/files/fixsepbuild.patch
> new file mode 100644
> index 0000000..0e2fee9
> --- /dev/null
> +++ b/meta/recipes-support/liburcu/files/fixsepbuild.patch
> @@ -0,0 +1,18 @@
> +Upstream-Status: Pending
> +
> +Fix out of tree build for doc examples
> +10/22/2013 - created by Cristiana Voicu <cristiana.voicu@intel.com>
> +
Same here really should be Signed-off-by
> +Index: userspace-rcu-0.8.0/doc/examples/Makefile.am
> +===================================================================
> +--- userspace-rcu-0.8.0.orig/doc/examples/Makefile.am 2013-08-30 21:25:20.000000000 +0300
> ++++ userspace-rcu-0.8.0/doc/examples/Makefile.am 2013-10-21 17:52:34.774597179 +0300
> +@@ -128,7 +128,7 @@
> + cp -fR $(srcdir)/$$subdir $(builddir); \
> + done; \
> + fi
> +- $(MAKE) -f dist-files/Makefile AM_CPPFLAGS="$(CPPFLAGS) -I../../../urcu/ -I../../../" AM_CFLAGS='$(CFLAGS)' AM_LDFLAGS='$(LDFLAGS) -L../../../.libs/ -Wl,-rpath="$(PWD)/../../.libs/"' $(AM_MAKEFLAGS) all
> ++ $(MAKE) -f dist-files/Makefile AM_CPPFLAGS="$(CPPFLAGS) -I$(top_srcdir) -I../../../urcu/ -I../../../" AM_CFLAGS='$(CFLAGS)' AM_LDFLAGS='$(LDFLAGS) -L../../../.libs/ -Wl,-rpath="$(PWD)/../../.libs/"' $(AM_MAKEFLAGS) all
> +
> + clean-local:
> + $(MAKE) -f dist-files/Makefile $(AM_MAKEFLAGS) clean
> diff --git a/meta/recipes-support/liburcu/liburcu_0.7.7.bb b/meta/recipes-support/liburcu/liburcu_0.8.0.bb
> similarity index 74%
> rename from meta/recipes-support/liburcu/liburcu_0.7.7.bb
> rename to meta/recipes-support/liburcu/liburcu_0.8.0.bb
> index a75e92e..0bb4545 100644
> --- a/meta/recipes-support/liburcu/liburcu_0.7.7.bb
> +++ b/meta/recipes-support/liburcu/liburcu_0.8.0.bb
> @@ -7,10 +7,12 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0f060c30a27922ce9c0d557a639b4fa3 \
> file://urcu.h;beginline=4;endline=32;md5=4de0d68d3a997643715036d2209ae1d9 \
> file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42"
>
> -SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2"
> +SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2 \
> + file://fixsepbuild.patch \
> + file://fixCCflag.patch"
>
> -SRC_URI[md5sum] = "d14de3ff32eb1ab9424b258599c8a6f3"
> -SRC_URI[sha256sum] = "8ab8a7d8fea47c09ceac24c9277f00da626bbd9426c973eb325b1baf33b4bdfb"
> +SRC_URI[md5sum] = "ddf193131b9f172c8f540b60d9d339f4"
> +SRC_URI[sha256sum] = "49fbe70af47945037f437931c9539bfb9cb03ba28b813649ea7394dbdca70658"
>
> S = "${WORKDIR}/userspace-rcu-${PV}"
> CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
>
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 0/4] Package upgrades
@ 2014-05-08 15:05 Valentin Popa
0 siblings, 0 replies; 15+ messages in thread
From: Valentin Popa @ 2014-05-08 15:05 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 3189e74559b7e5c304d7b5f73192b0fa722d8d01:
attr: Fix uclibc builds (2014-05-08 13:11:51 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib vpopa/upgrades
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=vpopa/upgrades
Valentin Popa (4):
libpng12: upgrade to 1.2.51
libsoup: upgrade to 2.46.0
libtasn1: upgrade to 3.5
icu: upgrade to 53.1
.../{libpng12_1.2.50.bb => libpng12_1.2.51.bb} | 8 +-
.../gnutls/{libtasn1_3.4.bb => libtasn1_3.5.bb} | 4 +-
...fer_length_check_to_UTF_16_or_32_detector.patch | 33 --------
.../0001-Disable-LDFLAGSICUDT-for-Linux.patch | 0
.../{icu-51.2 => icu}/icu-pkgdata-large-cmd.patch | 0
.../icu/{icu_51.2.bb => icu_53.1.bb} | 15 ++--
...ailed-while-mips-gcc-optimization-enabled.patch | 95 ----------------------
...libsoup-2.4_2.45.3.bb => libsoup-2.4_2.46.0.bb} | 9 +-
8 files changed, 20 insertions(+), 144 deletions(-)
rename meta/recipes-lsb4/libpng/{libpng12_1.2.50.bb => libpng12_1.2.51.bb} (70%)
rename meta/recipes-support/gnutls/{libtasn1_3.4.bb => libtasn1_3.5.bb} (82%)
delete mode 100644 meta/recipes-support/icu/icu-51.2/add_buffer_length_check_to_UTF_16_or_32_detector.patch
rename meta/recipes-support/icu/{icu-51.2 => icu}/0001-Disable-LDFLAGSICUDT-for-Linux.patch (100%)
rename meta/recipes-support/icu/{icu-51.2 => icu}/icu-pkgdata-large-cmd.patch (100%)
rename meta/recipes-support/icu/{icu_51.2.bb => icu_53.1.bb} (40%)
delete mode 100644 meta/recipes-support/libsoup/files/fix-compiling-failed-while-mips-gcc-optimization-enabled.patch
rename meta/recipes-support/libsoup/{libsoup-2.4_2.45.3.bb => libsoup-2.4_2.46.0.bb} (78%)
--
1.9.1
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 0/4] Package Upgrades
@ 2014-07-30 22:54 Saul Wold
0 siblings, 0 replies; 15+ messages in thread
From: Saul Wold @ 2014-07-30 22:54 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 7986adeac16550b33f65fded39a55f668e0e543f:
populate_sdk_base: Fix grep command usage on old hosts (2014-07-29 09:57:54 +0100)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/updates
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/updates
Saul Wold (4):
help2man-native: Upgrade to 1.46.1
lsbinitscripts: Upgrade to 9.55
libcheck: Upgrade to 0.9.14
libnl: Upgrade to 3.2.25
...-native_1.45.1.bb => help2man-native_1.46.1.bb} | 4 +--
...binitscripts_9.54.bb => lsbinitscripts_9.55.bb} | 6 ++--
.../{libcheck_0.9.13.bb => libcheck_0.9.14.bb} | 4 +--
...fix-lib-cache_mngr.c-two-parentheses-bugs.patch | 37 ----------------------
.../libnl/libnl/fix-pktloc_syntax_h-race.patch | 14 ++++----
.../libnl/{libnl_3.2.24.bb => libnl_3.2.25.bb} | 6 ++--
6 files changed, 17 insertions(+), 54 deletions(-)
rename meta/recipes-devtools/help2man/{help2man-native_1.45.1.bb => help2man-native_1.46.1.bb} (79%)
rename meta/recipes-extended/lsb/{lsbinitscripts_9.54.bb => lsbinitscripts_9.55.bb} (78%)
rename meta/recipes-support/libcheck/{libcheck_0.9.13.bb => libcheck_0.9.14.bb} (79%)
delete mode 100644 meta/recipes-support/libnl/libnl/fix-lib-cache_mngr.c-two-parentheses-bugs.patch
rename meta/recipes-support/libnl/{libnl_3.2.24.bb => libnl_3.2.25.bb} (87%)
--
1.8.3.1
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 0/4] package upgrades
@ 2016-07-04 13:02 Maxin B. John
0 siblings, 0 replies; 15+ messages in thread
From: Maxin B. John @ 2016-07-04 13:02 UTC (permalink / raw)
To: openembedded-core
Recipe upgrades as suggested by the Upgrade Helper tool.
Maxin B. John (4):
libsolv: upgrade to 0.6.22
ethtool: upgrade to 4.6
libatomic-ops: upgrade to 7.4.4
screen: upgrade to 4.4.0
.../ethtool/{ethtool_4.5.bb => ethtool_4.6.bb} | 4 +-
meta/recipes-extended/libsolv/libsolv_git.bb | 4 +-
...-stack-overflow-due-to-too-deep-recursion.patch | 58 ----------------------
.../screen/0001-fix-for-multijob-build.patch | 58 ----------------------
.../screen/{screen_4.3.1.bb => screen_4.4.0.bb} | 6 +--
...batomic-ops_7.4.2.bb => libatomic-ops_7.4.4.bb} | 4 +-
6 files changed, 8 insertions(+), 126 deletions(-)
rename meta/recipes-extended/ethtool/{ethtool_4.5.bb => ethtool_4.6.bb} (88%)
delete mode 100644 meta/recipes-extended/screen/screen/0001-Fix-stack-overflow-due-to-too-deep-recursion.patch
delete mode 100644 meta/recipes-extended/screen/screen/0001-fix-for-multijob-build.patch
rename meta/recipes-extended/screen/{screen_4.3.1.bb => screen_4.4.0.bb} (87%)
rename meta/recipes-support/libatomic-ops/{libatomic-ops_7.4.2.bb => libatomic-ops_7.4.4.bb} (85%)
--
2.4.0
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH 0/4] Package upgrades
@ 2018-05-21 23:17 Denys Dmytriyenko
2018-05-21 23:21 ` Denys Dmytriyenko
0 siblings, 1 reply; 15+ messages in thread
From: Denys Dmytriyenko @ 2018-05-21 23:17 UTC (permalink / raw)
To: openembedded-core; +Cc: Denys Dmytriyenko
From: Denys Dmytriyenko <denys@ti.com>
Upgrades for hdparm, lz4, mtd-utils and wayland-protocols.
The following changes since commit 9611485bba03ef77ff31121e3b1da7cd57990c3e:
patchreview: don't disable malformed SoB check (2018-05-15 10:00:33 +0100)
are available in the git repository at:
git://push.openembedded.org/openembedded-core-contrib denix/master
Denys Dmytriyenko (4):
hdparm: upgrade 9.55 -> 9.56
lz4: upgrade 1.8.1.2 -> 1.8.2
mtd-utils: upgrade 2.0.1 -> 2.0.2
wayland-protocols: upgrade 1.13 -> 1.14
meta/recipes-devtools/mtd/mtd-utils_git.bb | 4 ++--
meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb} | 4 ++--
.../wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb} | 4 ++--
meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb} | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
rename meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb} (90%)
rename meta/recipes-graphics/wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb} (85%)
rename meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb} (94%)
--
2.7.4
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 0/4] Package upgrades
2018-05-21 23:17 [PATCH 0/4] Package upgrades Denys Dmytriyenko
@ 2018-05-21 23:21 ` Denys Dmytriyenko
0 siblings, 0 replies; 15+ messages in thread
From: Denys Dmytriyenko @ 2018-05-21 23:21 UTC (permalink / raw)
To: openembedded-core
On Mon, May 21, 2018 at 07:17:35PM -0400, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@ti.com>
>
> Upgrades for hdparm, lz4, mtd-utils and wayland-protocols.
>
> The following changes since commit 9611485bba03ef77ff31121e3b1da7cd57990c3e:
>
> patchreview: don't disable malformed SoB check (2018-05-15 10:00:33 +0100)
>
> are available in the git repository at:
>
> git://push.openembedded.org/openembedded-core-contrib denix/master
BTW, create-pull-request doesn't seem to handle push.oe.org vs. git.oe.org
>
> Denys Dmytriyenko (4):
> hdparm: upgrade 9.55 -> 9.56
> lz4: upgrade 1.8.1.2 -> 1.8.2
> mtd-utils: upgrade 2.0.1 -> 2.0.2
> wayland-protocols: upgrade 1.13 -> 1.14
>
> meta/recipes-devtools/mtd/mtd-utils_git.bb | 4 ++--
> meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb} | 4 ++--
> .../wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb} | 4 ++--
> meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb} | 2 +-
> 4 files changed, 7 insertions(+), 7 deletions(-)
> rename meta/recipes-extended/hdparm/{hdparm_9.55.bb => hdparm_9.56.bb} (90%)
> rename meta/recipes-graphics/wayland/{wayland-protocols_1.13.bb => wayland-protocols_1.14.bb} (85%)
> rename meta/recipes-support/lz4/{lz4_1.8.1.2.bb => lz4_1.8.2.bb} (94%)
>
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2018-05-21 23:21 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-24 8:01 [PATCH 0/4] Package upgrades Cristiana Voicu
2013-10-24 8:01 ` [PATCH 1/4] liburcu: upgrade to 0.8.0 Cristiana Voicu
2013-10-29 15:58 ` Saul Wold
2013-10-24 8:01 ` [PATCH 2/4] at: upgrade to 3.1.14 Cristiana Voicu
2013-10-24 8:01 ` [PATCH 3/4] curl: upgrade to 7.33.0 Cristiana Voicu
2013-10-24 8:01 ` [PATCH 4/4] sudo: upgrade to 1.8.8 Cristiana Voicu
-- strict thread matches above, loose matches on Subject: below --
2018-05-21 23:17 [PATCH 0/4] Package upgrades Denys Dmytriyenko
2018-05-21 23:21 ` Denys Dmytriyenko
2016-07-04 13:02 [PATCH 0/4] package upgrades Maxin B. John
2014-07-30 22:54 [PATCH 0/4] Package Upgrades Saul Wold
2014-05-08 15:05 [PATCH 0/4] Package upgrades Valentin Popa
2013-07-24 12:42 Ionut Radu
2013-03-11 16:27 Laurentiu Palcu
2012-08-24 14:33 Constantin Musca
2012-08-27 15:54 ` Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox