* [PATCH 0/5] Package upgrades
@ 2013-08-08 13:46 Cristiana Voicu
2013-08-08 13:46 ` [PATCH 1/5] ed: upgrade to 1.9 Cristiana Voicu
` (4 more replies)
0 siblings, 5 replies; 16+ messages in thread
From: Cristiana Voicu @ 2013-08-08 13:46 UTC (permalink / raw)
To: openembedded-core
Hi,
Tests done:
* build tested on AB running following nightlies: x86, x86_64, ppc, mips, arm;
* checked with rpm if the packages were installed; basic functionality for kmod,
systemtap, atk, mkfontscale and ed
Thanks,
Cristiana
The following changes since commit f63e7f4323368c0d6fe7a1d44393a7e15652d4f2:
subversion: Add patch to use neon 0.30 (2013-08-07 07:43:47 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib cvoicu/work2
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cvoicu/work2
Cristiana Voicu (5):
ed: upgrade to 1.9
mkfontscale: upgrade to 1.1.1
atk: upgrade to 2.9.3
systemtap: upgrade to 2.3
kmod: upgrade to 14
meta/recipes-extended/ed/{ed_1.8.bb => ed_1.9.bb} | 7 +++----
.../{mkfontscale_1.1.0.bb => mkfontscale_1.1.1.bb} | 6 ++----
meta/recipes-kernel/kmod/kmod-native_git.bb | 1 -
meta/recipes-kernel/kmod/kmod.inc | 5 ++---
...-man-page-generation-because-we-don-t-hav.patch | 21 ++++++++++----------
.../kmod/kmod/fix-undefined-O_CLOEXEC.patch | 5 ++---
meta/recipes-kernel/kmod/kmod_git.bb | 3 +--
meta/recipes-kernel/systemtap/systemtap_git.bb | 2 --
meta/recipes-kernel/systemtap/systemtap_git.inc | 4 ++--
.../atk/{atk_2.8.0.bb => atk_2.9.3.bb} | 4 ++--
10 files changed, 25 insertions(+), 33 deletions(-)
rename meta/recipes-extended/ed/{ed_1.8.bb => ed_1.9.bb} (68%)
rename meta/recipes-graphics/xorg-app/{mkfontscale_1.1.0.bb => mkfontscale_1.1.1.bb} (78%)
rename meta/recipes-support/atk/{atk_2.8.0.bb => atk_2.9.3.bb} (79%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 16+ messages in thread* [PATCH 1/5] ed: upgrade to 1.9
2013-08-08 13:46 [PATCH 0/5] Package upgrades Cristiana Voicu
@ 2013-08-08 13:46 ` Cristiana Voicu
2013-08-08 13:46 ` [PATCH 2/5] mkfontscale: upgrade to 1.1.1 Cristiana Voicu
` (3 subsequent siblings)
4 siblings, 0 replies; 16+ messages in thread
From: Cristiana Voicu @ 2013-08-08 13:46 UTC (permalink / raw)
To: openembedded-core
LIC_FILES_CHKSUM changed because some lines were
in addition in main.c file. Those lines are related to exit
status.
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
meta/recipes-extended/ed/{ed_1.8.bb => ed_1.9.bb} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
rename meta/recipes-extended/ed/{ed_1.8.bb => ed_1.9.bb} (68%)
diff --git a/meta/recipes-extended/ed/ed_1.8.bb b/meta/recipes-extended/ed/ed_1.9.bb
similarity index 68%
rename from meta/recipes-extended/ed/ed_1.8.bb
rename to meta/recipes-extended/ed/ed_1.9.bb
index c6b5075..bd00c52 100644
--- a/meta/recipes-extended/ed/ed_1.8.bb
+++ b/meta/recipes-extended/ed/ed_1.9.bb
@@ -5,18 +5,17 @@ BUGTRACKER = ""
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \
file://ed.h;endline=20;md5=375a20cc2545ac1115eeb7b323c60ae3 \
- file://main.c;endline=24;md5=1b31246da5e3864d7b30094ff76bf7ed"
+ file://main.c;endline=17;md5=14dbb325c1f2d4daf50e0aa5c5038e96"
SECTION = "base"
-PR = "r0"
# LSB states that ed should be in /bin/
bindir = "${base_bindir}"
SRC_URI = "${GNU_MIRROR}/ed/ed-${PV}.tar.gz"
-SRC_URI[md5sum] = "2268d2344b3c52d23730acb2e3c942fe"
-SRC_URI[sha256sum] = "64c138d33b1ea4b9daa88e045da0619e2a43cb99a9d378417d20163f410a7273"
+SRC_URI[md5sum] = "565b6d1d5a9a8816b9b304fc4ed9405d"
+SRC_URI[sha256sum] = "d5b372cfadf073001823772272fceac2cfa87552c5cd5a8efc1c8aae61f45a88"
do_configure() {
${S}/configure
--
1.7.9.5
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 2/5] mkfontscale: upgrade to 1.1.1
2013-08-08 13:46 [PATCH 0/5] Package upgrades Cristiana Voicu
2013-08-08 13:46 ` [PATCH 1/5] ed: upgrade to 1.9 Cristiana Voicu
@ 2013-08-08 13:46 ` Cristiana Voicu
2013-08-08 13:46 ` [PATCH 3/5] atk: upgrade to 2.9.3 Cristiana Voicu
` (2 subsequent siblings)
4 siblings, 0 replies; 16+ messages in thread
From: Cristiana Voicu @ 2013-08-08 13:46 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
.../{mkfontscale_1.1.0.bb => mkfontscale_1.1.1.bb} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
rename meta/recipes-graphics/xorg-app/{mkfontscale_1.1.0.bb => mkfontscale_1.1.1.bb} (78%)
diff --git a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb
similarity index 78%
rename from meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb
rename to meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb
index d98057b..3d248d1 100644
--- a/meta/recipes-graphics/xorg-app/mkfontscale_1.1.0.bb
+++ b/meta/recipes-graphics/xorg-app/mkfontscale_1.1.1.bb
@@ -10,11 +10,9 @@ is used by the mkfontdir program."
DEPENDS += " zlib libfontenc freetype virtual/libx11"
-PR = "${INC_PR}.0"
-
BBCLASSEXTEND = "native"
LIC_FILES_CHKSUM = "file://COPYING;md5=2e0d129d05305176d1a790e0ac1acb7f"
-SRC_URI[md5sum] = "414fcb053418fb1418e3a39f4a37e0f7"
-SRC_URI[sha256sum] = "ce55f862679b8ec127d7f7315ac04a8d64a0d90a0309a70dc56c1ba3f9806994"
+SRC_URI[md5sum] = "03de3f15db678e277f5ef9c013aca1ad"
+SRC_URI[sha256sum] = "244017992477ced2397a44fd0ddcfb0f1d9899128613f5c4db81471163b0b731"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 3/5] atk: upgrade to 2.9.3
2013-08-08 13:46 [PATCH 0/5] Package upgrades Cristiana Voicu
2013-08-08 13:46 ` [PATCH 1/5] ed: upgrade to 1.9 Cristiana Voicu
2013-08-08 13:46 ` [PATCH 2/5] mkfontscale: upgrade to 1.1.1 Cristiana Voicu
@ 2013-08-08 13:46 ` Cristiana Voicu
2013-08-08 15:36 ` Burton, Ross
2013-08-08 13:46 ` [PATCH 4/5] systemtap: upgrade to 2.3 Cristiana Voicu
2013-08-08 13:46 ` [PATCH 5/5] kmod: upgrade to 14 Cristiana Voicu
4 siblings, 1 reply; 16+ messages in thread
From: Cristiana Voicu @ 2013-08-08 13:46 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
.../atk/{atk_2.8.0.bb => atk_2.9.3.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/atk/{atk_2.8.0.bb => atk_2.9.3.bb} (79%)
diff --git a/meta/recipes-support/atk/atk_2.8.0.bb b/meta/recipes-support/atk/atk_2.9.3.bb
similarity index 79%
rename from meta/recipes-support/atk/atk_2.8.0.bb
rename to meta/recipes-support/atk/atk_2.9.3.bb
index 9a36ae4..e7cc67c 100644
--- a/meta/recipes-support/atk/atk_2.8.0.bb
+++ b/meta/recipes-support/atk/atk_2.9.3.bb
@@ -14,8 +14,8 @@ inherit gnomebase gtk-doc
GNOME_COMPRESS_TYPE = "xz"
-SRC_URI[archive.md5sum] = "c652bd25530825d604dae1c1ebd2da02"
-SRC_URI[archive.sha256sum] = "b22519176226f3e07cf6d932b77852e6b6be4780977770704b32d0f4e0686df4"
+SRC_URI[archive.md5sum] = "467447fa3d733394481c214d619690df"
+SRC_URI[archive.sha256sum] = "5fdb79c729cfad45042c3e0f55d01f57fdde3b8379b6cb5bbeb8b37478d4456d"
BBCLASSEXTEND = "native"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 16+ messages in thread* [PATCH 4/5] systemtap: upgrade to 2.3
2013-08-08 13:46 [PATCH 0/5] Package upgrades Cristiana Voicu
` (2 preceding siblings ...)
2013-08-08 13:46 ` [PATCH 3/5] atk: upgrade to 2.9.3 Cristiana Voicu
@ 2013-08-08 13:46 ` Cristiana Voicu
2013-08-09 16:23 ` Saul Wold
` (2 more replies)
2013-08-08 13:46 ` [PATCH 5/5] kmod: upgrade to 14 Cristiana Voicu
4 siblings, 3 replies; 16+ messages in thread
From: Cristiana Voicu @ 2013-08-08 13:46 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
meta/recipes-kernel/systemtap/systemtap_git.bb | 2 --
meta/recipes-kernel/systemtap/systemtap_git.inc | 4 ++--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 9bba5a9..a0db074 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -10,8 +10,6 @@ RDEPENDS_${PN} += "python bash"
RDEPENDS_${PN}_class-native += "python-native"
RDEPENDS_${PN}_class-nativesdk += "python-native"
-PR = "r1"
-
EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
--without-nss --without-avahi \
--disable-server --disable-grapher "
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 7be6c2b..0632746 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -1,8 +1,8 @@
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRCREV = "addec813fed4c712d6ea752f6e4f23e602b87fad"
-PV = "2.1+git${SRCPV}"
+SRCREV = "e58138572ebddac9498b93c76770eeca7d45e3b1"
+PV = "2.3+git${SRCPV}"
SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \
file://docproc-build-fix.patch \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [PATCH 4/5] systemtap: upgrade to 2.3
2013-08-08 13:46 ` [PATCH 4/5] systemtap: upgrade to 2.3 Cristiana Voicu
@ 2013-08-09 16:23 ` Saul Wold
2013-08-13 7:10 ` [PATCH_V2] " Cristiana Voicu
2013-08-13 7:39 ` [PATCH_V3] " Cristiana Voicu
2 siblings, 0 replies; 16+ messages in thread
From: Saul Wold @ 2013-08-09 16:23 UTC (permalink / raw)
To: Cristiana Voicu; +Cc: openembedded-core
On 08/08/2013 06:46 AM, Cristiana Voicu wrote:
> Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
> ---
> meta/recipes-kernel/systemtap/systemtap_git.bb | 2 --
> meta/recipes-kernel/systemtap/systemtap_git.inc | 4 ++--
> 2 files changed, 2 insertions(+), 4 deletions(-)
>
The autobuilder caught this interesting little configuration issue when
the host has Java installed:
> | checking for javac... yes
> | checking for jar... yes
> | java found, will try to configure Byteman support
> | checking for /usr/lib/jvm/java... configure: error: cannot check for file existence when cross compiling
> | Configure failed. The contents of all config.log files follows to aid debugging
> | ERROR: oe_runconf failed
You will need to disable the javac and jar checking either by patching
the configure.ac or by adding some cached ac_cv... values to
EXTRA_OECONF (preferred).
Sau!
> diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
> index 9bba5a9..a0db074 100644
> --- a/meta/recipes-kernel/systemtap/systemtap_git.bb
> +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
> @@ -10,8 +10,6 @@ RDEPENDS_${PN} += "python bash"
> RDEPENDS_${PN}_class-native += "python-native"
> RDEPENDS_${PN}_class-nativesdk += "python-native"
>
> -PR = "r1"
> -
> EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
> --without-nss --without-avahi \
> --disable-server --disable-grapher "
> diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
> index 7be6c2b..0632746 100644
> --- a/meta/recipes-kernel/systemtap/systemtap_git.inc
> +++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
> @@ -1,8 +1,8 @@
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>
> -SRCREV = "addec813fed4c712d6ea752f6e4f23e602b87fad"
> -PV = "2.1+git${SRCPV}"
> +SRCREV = "e58138572ebddac9498b93c76770eeca7d45e3b1"
> +PV = "2.3+git${SRCPV}"
>
> SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \
> file://docproc-build-fix.patch \
>
^ permalink raw reply [flat|nested] 16+ messages in thread* [PATCH_V2] systemtap: upgrade to 2.3
2013-08-08 13:46 ` [PATCH 4/5] systemtap: upgrade to 2.3 Cristiana Voicu
2013-08-09 16:23 ` Saul Wold
@ 2013-08-13 7:10 ` Cristiana Voicu
2013-08-13 7:29 ` Voicu, Cristiana
2013-08-13 7:39 ` [PATCH_V3] " Cristiana Voicu
2 siblings, 1 reply; 16+ messages in thread
From: Cristiana Voicu @ 2013-08-13 7:10 UTC (permalink / raw)
To: openembedded-core
Disabled javac and jar.
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
meta/recipes-kernel/systemtap/systemtap_git.bb | 6 +++---
meta/recipes-kernel/systemtap/systemtap_git.inc | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 9bba5a9..2a42086 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -10,11 +10,11 @@ RDEPENDS_${PN} += "python bash"
RDEPENDS_${PN}_class-native += "python-native"
RDEPENDS_${PN}_class-nativesdk += "python-native"
-PR = "r1"
-
EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
--without-nss --without-avahi \
- --disable-server --disable-grapher "
+ --disable-server --disable-grapher \
+ ac_cv_prog_have_javac=no \
+ ac_cv_prog_have_jar=no "
STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 7be6c2b..0632746 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -1,8 +1,8 @@
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRCREV = "addec813fed4c712d6ea752f6e4f23e602b87fad"
-PV = "2.1+git${SRCPV}"
+SRCREV = "e58138572ebddac9498b93c76770eeca7d45e3b1"
+PV = "2.3+git${SRCPV}"
SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \
file://docproc-build-fix.patch \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [PATCH_V2] systemtap: upgrade to 2.3
2013-08-13 7:10 ` [PATCH_V2] " Cristiana Voicu
@ 2013-08-13 7:29 ` Voicu, Cristiana
0 siblings, 0 replies; 16+ messages in thread
From: Voicu, Cristiana @ 2013-08-13 7:29 UTC (permalink / raw)
To: Voicu, Cristiana, openembedded-core@lists.openembedded.org
Just saw that there is a little change for systemtap on master and this patch will fail.
I will send a new version.
Cristiana
-----Original Message-----
From: Voicu, Cristiana
Sent: Tuesday, August 13, 2013 10:11 AM
To: openembedded-core@lists.openembedded.org
Cc: Voicu, Cristiana
Subject: [PATCH_V2] systemtap: upgrade to 2.3
Disabled javac and jar.
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
meta/recipes-kernel/systemtap/systemtap_git.bb | 6 +++---
meta/recipes-kernel/systemtap/systemtap_git.inc | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 9bba5a9..2a42086 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -10,11 +10,11 @@ RDEPENDS_${PN} += "python bash"
RDEPENDS_${PN}_class-native += "python-native"
RDEPENDS_${PN}_class-nativesdk += "python-native"
-PR = "r1"
-
EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
--without-nss --without-avahi \
- --disable-server --disable-grapher "
+ --disable-server --disable-grapher \
+ ac_cv_prog_have_javac=no \
+ ac_cv_prog_have_jar=no "
STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 7be6c2b..0632746 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -1,8 +1,8 @@
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRCREV = "addec813fed4c712d6ea752f6e4f23e602b87fad"
-PV = "2.1+git${SRCPV}"
+SRCREV = "e58138572ebddac9498b93c76770eeca7d45e3b1"
+PV = "2.3+git${SRCPV}"
SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \
file://docproc-build-fix.patch \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH_V3] systemtap: upgrade to 2.3
2013-08-08 13:46 ` [PATCH 4/5] systemtap: upgrade to 2.3 Cristiana Voicu
2013-08-09 16:23 ` Saul Wold
2013-08-13 7:10 ` [PATCH_V2] " Cristiana Voicu
@ 2013-08-13 7:39 ` Cristiana Voicu
2 siblings, 0 replies; 16+ messages in thread
From: Cristiana Voicu @ 2013-08-13 7:39 UTC (permalink / raw)
To: openembedded-core
Disabled javac and jar.
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
meta/recipes-kernel/systemtap/systemtap_git.bb | 6 +++---
meta/recipes-kernel/systemtap/systemtap_git.inc | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 4f60f6b..bcc826a 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -10,11 +10,11 @@ RDEPENDS_${PN} += "python bash"
RDEPENDS_${PN}_class-native += "python-native"
RDEPENDS_${PN}_class-nativesdk += "python-native"
-PR = "r1"
-
EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
--without-nss --without-avahi --without-dyninst \
- --disable-server --disable-grapher "
+ --disable-server --disable-grapher \
+ ac_cv_prog_have_javac=no \
+ ac_cv_prog_have_jar=no "
STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.inc b/meta/recipes-kernel/systemtap/systemtap_git.inc
index 7be6c2b..0632746 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.inc
+++ b/meta/recipes-kernel/systemtap/systemtap_git.inc
@@ -1,8 +1,8 @@
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRCREV = "addec813fed4c712d6ea752f6e4f23e602b87fad"
-PV = "2.1+git${SRCPV}"
+SRCREV = "e58138572ebddac9498b93c76770eeca7d45e3b1"
+PV = "2.3+git${SRCPV}"
SRC_URI = "git://sourceware.org/git/systemtap.git;protocol=git \
file://docproc-build-fix.patch \
--
1.7.9.5
^ permalink raw reply related [flat|nested] 16+ messages in thread
* [PATCH 5/5] kmod: upgrade to 14
2013-08-08 13:46 [PATCH 0/5] Package upgrades Cristiana Voicu
` (3 preceding siblings ...)
2013-08-08 13:46 ` [PATCH 4/5] systemtap: upgrade to 2.3 Cristiana Voicu
@ 2013-08-08 13:46 ` Cristiana Voicu
2013-08-09 0:44 ` Saul Wold
4 siblings, 1 reply; 16+ messages in thread
From: Cristiana Voicu @ 2013-08-08 13:46 UTC (permalink / raw)
To: openembedded-core
Made some changes on patches to apply correctly.
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
meta/recipes-kernel/kmod/kmod-native_git.bb | 1 -
meta/recipes-kernel/kmod/kmod.inc | 5 ++---
...-man-page-generation-because-we-don-t-hav.patch | 21 ++++++++++----------
.../kmod/kmod/fix-undefined-O_CLOEXEC.patch | 5 ++---
meta/recipes-kernel/kmod/kmod_git.bb | 3 +--
5 files changed, 16 insertions(+), 19 deletions(-)
diff --git a/meta/recipes-kernel/kmod/kmod-native_git.bb b/meta/recipes-kernel/kmod/kmod-native_git.bb
index 8cbcdf8..afa3ad0 100644
--- a/meta/recipes-kernel/kmod/kmod-native_git.bb
+++ b/meta/recipes-kernel/kmod/kmod-native_git.bb
@@ -4,7 +4,6 @@
require kmod.inc
inherit native
-PR = "${INC_PR}.1"
SRC_URI += "file://fix-undefined-O_CLOEXEC.patch"
do_install_append (){
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index a780b6c..b07fc58 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -7,8 +7,7 @@ HOMEPAGE = "http://packages.profusion.mobi/kmod/"
LICENSE = "GPL-2.0+ & LGPL-2.1+"
LICENSE_libkmod = "LGPL-2.1+"
SECTION = "base"
-PV = "9"
-INC_PR = "r0"
+PV = "14"
DEPENDS += "pkgconfig-native"
@@ -24,7 +23,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
file://ptest.patch \
"
-SRCREV = "62081c0f68905b22f375156d4532fd37fa5c8d33"
+SRCREV = "3b38c7fcb58be4ddc34f90454c5f5dc3693d2d85"
S = "${WORKDIR}/git"
diff --git a/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch b/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
index 5361b84..b5a8e08 100644
--- a/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
+++ b/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
@@ -11,16 +11,17 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-diff --git a/Makefile.am b/Makefile.am
-index 141c102..a8bdfd1 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -1,4 +1,4 @@
--SUBDIRS = . libkmod/docs man
-+SUBDIRS = . libkmod/docs
+Index: git/Makefile.am
+===================================================================
+--- git.orig/Makefile.am
++++ git/Makefile.am
+@@ -1,9 +1,5 @@
+ SUBDIRS = . libkmod/docs
+-if BUILD_MANPAGES
+-SUBDIRS += man
+-endif
+-
DISTCLEAN_LOCAL_HOOKS =
EXTRA_DIST =
---
-1.7.8.4
-
+ CLEANFILES =
diff --git a/meta/recipes-kernel/kmod/kmod/fix-undefined-O_CLOEXEC.patch b/meta/recipes-kernel/kmod/kmod/fix-undefined-O_CLOEXEC.patch
index 3177e9a..49728c2 100644
--- a/meta/recipes-kernel/kmod/kmod/fix-undefined-O_CLOEXEC.patch
+++ b/meta/recipes-kernel/kmod/kmod/fix-undefined-O_CLOEXEC.patch
@@ -4,9 +4,8 @@ Index: git/libkmod/libkmod-private.h
===================================================================
--- git.orig/libkmod/libkmod-private.h
+++ git/libkmod/libkmod-private.h
-@@ -1,6 +1,10 @@
- #ifndef _LIBKMOD_PRIVATE_H_
- #define _LIBKMOD_PRIVATE_H_
+@@ -1,5 +1,9 @@
+ #pragma once
+#ifndef O_CLOEXEC
+# define O_CLOEXEC 0
diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
index f92ff72..28ce194 100644
--- a/meta/recipes-kernel/kmod/kmod_git.bb
+++ b/meta/recipes-kernel/kmod/kmod_git.bb
@@ -3,8 +3,7 @@
require kmod.inc
-PR = "${INC_PR}.0"
-PV = "9+git${SRCPV}"
+PV = "14+git${SRCPV}"
PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 16+ messages in thread* Re: [PATCH 5/5] kmod: upgrade to 14
2013-08-08 13:46 ` [PATCH 5/5] kmod: upgrade to 14 Cristiana Voicu
@ 2013-08-09 0:44 ` Saul Wold
0 siblings, 0 replies; 16+ messages in thread
From: Saul Wold @ 2013-08-09 0:44 UTC (permalink / raw)
To: Cristiana Voicu; +Cc: openembedded-core
On 08/08/2013 06:46 AM, Cristiana Voicu wrote:
> Made some changes on patches to apply correctly.
>
Seems to be an issue with building the kmod-native_git Autobuilder
failed to build this, one example:
http://autobuilder.yoctoproject.org:8011/builders/build-appliance/builds/245/steps/Building%20Images_1/logs/stdio
I have removed it for now.
Thanks
Sau!
> Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
> ---
> meta/recipes-kernel/kmod/kmod-native_git.bb | 1 -
> meta/recipes-kernel/kmod/kmod.inc | 5 ++---
> ...-man-page-generation-because-we-don-t-hav.patch | 21 ++++++++++----------
> .../kmod/kmod/fix-undefined-O_CLOEXEC.patch | 5 ++---
> meta/recipes-kernel/kmod/kmod_git.bb | 3 +--
> 5 files changed, 16 insertions(+), 19 deletions(-)
>
> diff --git a/meta/recipes-kernel/kmod/kmod-native_git.bb b/meta/recipes-kernel/kmod/kmod-native_git.bb
> index 8cbcdf8..afa3ad0 100644
> --- a/meta/recipes-kernel/kmod/kmod-native_git.bb
> +++ b/meta/recipes-kernel/kmod/kmod-native_git.bb
> @@ -4,7 +4,6 @@
> require kmod.inc
> inherit native
>
> -PR = "${INC_PR}.1"
> SRC_URI += "file://fix-undefined-O_CLOEXEC.patch"
>
> do_install_append (){
> diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
> index a780b6c..b07fc58 100644
> --- a/meta/recipes-kernel/kmod/kmod.inc
> +++ b/meta/recipes-kernel/kmod/kmod.inc
> @@ -7,8 +7,7 @@ HOMEPAGE = "http://packages.profusion.mobi/kmod/"
> LICENSE = "GPL-2.0+ & LGPL-2.1+"
> LICENSE_libkmod = "LGPL-2.1+"
> SECTION = "base"
> -PV = "9"
> -INC_PR = "r0"
> +PV = "14"
>
> DEPENDS += "pkgconfig-native"
>
> @@ -24,7 +23,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git \
> file://ptest.patch \
> "
>
> -SRCREV = "62081c0f68905b22f375156d4532fd37fa5c8d33"
> +SRCREV = "3b38c7fcb58be4ddc34f90454c5f5dc3693d2d85"
>
> S = "${WORKDIR}/git"
>
> diff --git a/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch b/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
> index 5361b84..b5a8e08 100644
> --- a/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
> +++ b/meta/recipes-kernel/kmod/kmod/0001-man-disable-man-page-generation-because-we-don-t-hav.patch
> @@ -11,16 +11,17 @@ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> Makefile.am | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> -diff --git a/Makefile.am b/Makefile.am
> -index 141c102..a8bdfd1 100644
> ---- a/Makefile.am
> -+++ b/Makefile.am
> -@@ -1,4 +1,4 @@
> --SUBDIRS = . libkmod/docs man
> -+SUBDIRS = . libkmod/docs
> +Index: git/Makefile.am
> +===================================================================
> +--- git.orig/Makefile.am
> ++++ git/Makefile.am
> +@@ -1,9 +1,5 @@
> + SUBDIRS = . libkmod/docs
>
> +-if BUILD_MANPAGES
> +-SUBDIRS += man
> +-endif
> +-
> DISTCLEAN_LOCAL_HOOKS =
> EXTRA_DIST =
> ---
> -1.7.8.4
> -
> + CLEANFILES =
> diff --git a/meta/recipes-kernel/kmod/kmod/fix-undefined-O_CLOEXEC.patch b/meta/recipes-kernel/kmod/kmod/fix-undefined-O_CLOEXEC.patch
> index 3177e9a..49728c2 100644
> --- a/meta/recipes-kernel/kmod/kmod/fix-undefined-O_CLOEXEC.patch
> +++ b/meta/recipes-kernel/kmod/kmod/fix-undefined-O_CLOEXEC.patch
> @@ -4,9 +4,8 @@ Index: git/libkmod/libkmod-private.h
> ===================================================================
> --- git.orig/libkmod/libkmod-private.h
> +++ git/libkmod/libkmod-private.h
> -@@ -1,6 +1,10 @@
> - #ifndef _LIBKMOD_PRIVATE_H_
> - #define _LIBKMOD_PRIVATE_H_
> +@@ -1,5 +1,9 @@
> + #pragma once
>
> +#ifndef O_CLOEXEC
> +# define O_CLOEXEC 0
> diff --git a/meta/recipes-kernel/kmod/kmod_git.bb b/meta/recipes-kernel/kmod/kmod_git.bb
> index f92ff72..28ce194 100644
> --- a/meta/recipes-kernel/kmod/kmod_git.bb
> +++ b/meta/recipes-kernel/kmod/kmod_git.bb
> @@ -3,8 +3,7 @@
>
> require kmod.inc
>
> -PR = "${INC_PR}.0"
> -PV = "9+git${SRCPV}"
> +PV = "14+git${SRCPV}"
>
> PROVIDES += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
> RPROVIDES_${PN} += "module-init-tools-insmod-static module-init-tools-depmod module-init-tools"
>
^ permalink raw reply [flat|nested] 16+ messages in thread
* [PATCH 0/5] Package upgrades
@ 2014-12-29 17:24 Aníbal Limón
0 siblings, 0 replies; 16+ messages in thread
From: Aníbal Limón @ 2014-12-29 17:24 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 6dde745bf90d9f9e52af3779df28879d91cbc64c:
binutils: several security fixes (2014-12-27 22:53:40 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib alimon/package_upgrades
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=alimon/package_upgrades
Aníbal Limón (5):
xrandr: Upgrade to 1.4.3
acpid: Upgrade to 2.0.23
lsof: Upgrade to 4.88
mc: Upgrade to 4.8.13
sqlite3: Upgrade to 3.8.7.4
meta/recipes-bsp/acpid/{acpid_2.0.22.bb => acpid_2.0.23.bb} | 4 ++--
meta/recipes-extended/lsof/{lsof_4.87.bb => lsof_4.88.bb} | 4 ++--
meta/recipes-extended/mc/{mc_4.8.12.bb => mc_4.8.13.bb} | 4 ++--
meta/recipes-graphics/xorg-app/{xrandr_1.4.2.bb => xrandr_1.4.3.bb} | 4 ++--
.../recipes-support/sqlite/{sqlite3_3.8.6.0.bb => sqlite3_3.8.7.4.bb} | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
rename meta/recipes-bsp/acpid/{acpid_2.0.22.bb => acpid_2.0.23.bb} (55%)
rename meta/recipes-extended/lsof/{lsof_4.87.bb => lsof_4.88.bb} (91%)
rename meta/recipes-extended/mc/{mc_4.8.12.bb => mc_4.8.13.bb} (93%)
rename meta/recipes-graphics/xorg-app/{xrandr_1.4.2.bb => xrandr_1.4.3.bb} (72%)
rename meta/recipes-support/sqlite/{sqlite3_3.8.6.0.bb => sqlite3_3.8.7.4.bb} (80%)
--
1.9.1
^ permalink raw reply [flat|nested] 16+ messages in thread* [PATCH 0/5] Package upgrades
@ 2012-12-04 9:19 Constantin Musca
0 siblings, 0 replies; 16+ messages in thread
From: Constantin Musca @ 2012-12-04 9:19 UTC (permalink / raw)
To: openembedded-core
This is a set of package upgrades tested using core-image-sato.
The following changes since commit da6c266b1184eed8b1bc851f24a9ee17ab56d562:
xserver-xorg: restore packaging for the DRI/DRI2/DBE extensions (2012-12-03 16:38:35 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib cmuscax/pus
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=cmuscax/pus
Constantin Musca (5):
ethtool: upgrade to 3.6
libxcb: upgrade to 1.9
libxslt: upgrade to 1.1.28
lighttpd: upgrade to 1.4.32
puzzles: upgrade to r9712
.../ethtool/{ethtool_3.5.bb => ethtool_3.6.bb} | 4 +--
.../files/lighttpd_fix_for_automake-1.12.patch | 37 ----------------------
.../{lighttpd_1.4.31.bb => lighttpd_1.4.32.bb} | 5 ++-
.../xcb/{libxcb_1.8.1.bb => libxcb_1.9.bb} | 4 +--
.../puzzles/{puzzles_r9660.bb => puzzles_r9712.bb} | 2 +-
.../{libxslt_1.1.27.bb => libxslt_1.1.28.bb} | 4 +--
6 files changed, 9 insertions(+), 47 deletions(-)
rename meta/recipes-extended/ethtool/{ethtool_3.5.bb => ethtool_3.6.bb} (79%)
delete mode 100644 meta/recipes-extended/lighttpd/files/lighttpd_fix_for_automake-1.12.patch
rename meta/recipes-extended/lighttpd/{lighttpd_1.4.31.bb => lighttpd_1.4.32.bb} (90%)
rename meta/recipes-graphics/xcb/{libxcb_1.8.1.bb => libxcb_1.9.bb} (55%)
rename meta/recipes-sato/puzzles/{puzzles_r9660.bb => puzzles_r9712.bb} (96%)
rename meta/recipes-support/libxslt/{libxslt_1.1.27.bb => libxslt_1.1.28.bb} (87%)
--
1.7.11.7
^ permalink raw reply [flat|nested] 16+ messages in thread* [PATCH 0/5] Package upgrades
@ 2012-09-11 15:19 Constantin Musca
2012-09-12 17:54 ` Saul Wold
0 siblings, 1 reply; 16+ messages in thread
From: Constantin Musca @ 2012-09-11 15:19 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 7250638ec895bc89508711831083d43b9e1e9826:
upstream_tracking: Fix format issues (2012-09-10 23:21:12 +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 (5):
boost: upgrade to 1.51.0
glew: upgrade to 1.9.0
libexif: upgrade to 0.6.21
sysstat: upgrade to 10.1.1
openssl: upgrade to 1.0.1c
.../openssl-1.0.0j/debian/debian-targets.patch | 54 -----
.../openssl/openssl-1.0.0j/debian/pic.patch | 242 --------------------
.../configure-targets.patch | 0
.../debian/block_digicert_malaysia.patch | 29 +++
.../openssl-1.0.1c/debian/block_diginotar.patch | 67 ++++++
.../debian/c_rehash-compat.patch | 15 +-
.../openssl-1.0.1c/debian/c_rehash-multi.patch | 89 +++++++
.../debian/ca.patch | 1 +
.../openssl-1.0.1c/debian/config-hurd.patch | 18 ++
.../openssl-1.0.1c/debian/debian-targets.patch | 67 ++++++
.../openssl-1.0.1c/debian/default_bits.patch | 14 ++
.../openssl/openssl-1.0.1c/debian/dgst_hmac.patch | 54 +++++
.../openssl/openssl-1.0.1c/debian/gnu_source.patch | 27 +++
.../debian/libdoc-manpgs-pod-spell.patch | 239 +++++++++++++++++++
.../openssl-1.0.1c/debian/libssl-misspell.patch | 14 ++
.../debian/make-targets.patch | 13 +-
.../debian/man-dir.patch | 1 +
.../debian/man-section.patch | 1 +
.../debian/no-rpath.patch | 1 +
.../debian/no-symbolic.patch | 1 +
.../debian/openssl-pod-misspell.patch | 125 ++++++++++
.../openssl/openssl-1.0.1c/debian/pic.patch | 178 ++++++++++++++
.../openssl/openssl-1.0.1c/debian/pkcs12-doc.patch | 39 ++++
.../openssl-1.0.1c/debian/pod_ec.misspell.patch | 14 ++
.../debian/pod_pksc12.misspell.patch | 14 ++
.../openssl-1.0.1c/debian/pod_req_misspell2.patch | 15 ++
.../debian/pod_s_server.misspell.patch | 14 ++
.../debian/pod_x509setflags.misspell.patch | 14 ++
.../openssl/openssl-1.0.1c/debian/rehash-crt.patch | 36 +++
.../openssl/openssl-1.0.1c/debian/rehash_pod.patch | 63 +++++
.../openssl-1.0.1c/debian/renegiotate_tls.patch | 13 ++
.../openssl-1.0.1c/debian/shared-lib-ext.patch | 17 ++
.../openssl/openssl-1.0.1c/debian/stddef.patch | 15 ++
.../openssl/openssl-1.0.1c/debian/valgrind.patch | 23 ++
.../debian/version-script.patch | 203 ++++++++++++++--
.../engines-install-in-libdir-ssl.patch | 0
.../{openssl-1.0.0j => openssl-1.0.1c}/find.pl | 0
.../oe-ldflags.patch | 0
.../openssl-fix-link.patch | 0
.../openssl_fix_for_x32.patch | 38 ++-
.../shared-libs.patch | 33 +--
.../{openssl_1.0.0j.bb => openssl_1.0.1c.bb} | 37 ++-
meta/recipes-extended/sysstat/sysstat_10.0.5.bb | 8 -
meta/recipes-extended/sysstat/sysstat_10.1.1.bb | 8 +
.../glew/{glew_1.7.0.bb => glew_1.9.0.bb} | 6 +-
.../boost/{boost_1.50.0.bb => boost_1.51.0.bb} | 4 +-
.../{libexif_0.6.20.bb => libexif_0.6.21.bb} | 4 +-
47 files changed, 1465 insertions(+), 403 deletions(-)
delete mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0j/debian/debian-targets.patch
delete mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0j/debian/pic.patch
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/configure-targets.patch (100%)
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/block_digicert_malaysia.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/block_diginotar.patch
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/c_rehash-compat.patch (77%)
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/c_rehash-multi.patch
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/ca.patch (93%)
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/config-hurd.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/debian-targets.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/default_bits.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/dgst_hmac.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/gnu_source.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/libdoc-manpgs-pod-spell.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/libssl-misspell.patch
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/make-targets.patch (46%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/man-dir.patch (86%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/man-section.patch (95%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/no-rpath.patch (91%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/no-symbolic.patch (91%)
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/openssl-pod-misspell.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pic.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pkcs12-doc.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_ec.misspell.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_pksc12.misspell.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_req_misspell2.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_s_server.misspell.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_x509setflags.misspell.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/rehash-crt.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/rehash_pod.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/renegiotate_tls.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/shared-lib-ext.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/stddef.patch
create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/valgrind.patch
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/version-script.patch (95%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/engines-install-in-libdir-ssl.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/find.pl (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/oe-ldflags.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/openssl-fix-link.patch (100%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/openssl_fix_for_x32.patch (63%)
rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/shared-libs.patch (43%)
rename meta/recipes-connectivity/openssl/{openssl_1.0.0j.bb => openssl_1.0.1c.bb} (53%)
delete mode 100644 meta/recipes-extended/sysstat/sysstat_10.0.5.bb
create mode 100644 meta/recipes-extended/sysstat/sysstat_10.1.1.bb
rename meta/recipes-graphics/glew/{glew_1.7.0.bb => glew_1.9.0.bb} (80%)
rename meta/recipes-support/boost/{boost_1.50.0.bb => boost_1.51.0.bb} (53%)
rename meta/recipes-support/libexif/{libexif_0.6.20.bb => libexif_0.6.21.bb} (74%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: [PATCH 0/5] Package upgrades
2012-09-11 15:19 Constantin Musca
@ 2012-09-12 17:54 ` Saul Wold
0 siblings, 0 replies; 16+ messages in thread
From: Saul Wold @ 2012-09-12 17:54 UTC (permalink / raw)
To: Constantin Musca; +Cc: openembedded-core
On 09/11/2012 08:19 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 7250638ec895bc89508711831083d43b9e1e9826:
>
> upstream_tracking: Fix format issues (2012-09-10 23:21:12 +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 (5):
> boost: upgrade to 1.51.0
> glew: upgrade to 1.9.0
> libexif: upgrade to 0.6.21
> sysstat: upgrade to 10.1.1
Merged the above 4 into OE-Core
> openssl: upgrade to 1.0.1c
I had some trouble with this one, there are a number of other recipes
that depend on openssl and need PR bumps and more testing, particularly
git had an issue with this patch. It's probably a good thing to have but
might be just a little to late in the cycle given it's used by other tools.
Thanks
Sau!
>
> .../openssl-1.0.0j/debian/debian-targets.patch | 54 -----
> .../openssl/openssl-1.0.0j/debian/pic.patch | 242 --------------------
> .../configure-targets.patch | 0
> .../debian/block_digicert_malaysia.patch | 29 +++
> .../openssl-1.0.1c/debian/block_diginotar.patch | 67 ++++++
> .../debian/c_rehash-compat.patch | 15 +-
> .../openssl-1.0.1c/debian/c_rehash-multi.patch | 89 +++++++
> .../debian/ca.patch | 1 +
> .../openssl-1.0.1c/debian/config-hurd.patch | 18 ++
> .../openssl-1.0.1c/debian/debian-targets.patch | 67 ++++++
> .../openssl-1.0.1c/debian/default_bits.patch | 14 ++
> .../openssl/openssl-1.0.1c/debian/dgst_hmac.patch | 54 +++++
> .../openssl/openssl-1.0.1c/debian/gnu_source.patch | 27 +++
> .../debian/libdoc-manpgs-pod-spell.patch | 239 +++++++++++++++++++
> .../openssl-1.0.1c/debian/libssl-misspell.patch | 14 ++
> .../debian/make-targets.patch | 13 +-
> .../debian/man-dir.patch | 1 +
> .../debian/man-section.patch | 1 +
> .../debian/no-rpath.patch | 1 +
> .../debian/no-symbolic.patch | 1 +
> .../debian/openssl-pod-misspell.patch | 125 ++++++++++
> .../openssl/openssl-1.0.1c/debian/pic.patch | 178 ++++++++++++++
> .../openssl/openssl-1.0.1c/debian/pkcs12-doc.patch | 39 ++++
> .../openssl-1.0.1c/debian/pod_ec.misspell.patch | 14 ++
> .../debian/pod_pksc12.misspell.patch | 14 ++
> .../openssl-1.0.1c/debian/pod_req_misspell2.patch | 15 ++
> .../debian/pod_s_server.misspell.patch | 14 ++
> .../debian/pod_x509setflags.misspell.patch | 14 ++
> .../openssl/openssl-1.0.1c/debian/rehash-crt.patch | 36 +++
> .../openssl/openssl-1.0.1c/debian/rehash_pod.patch | 63 +++++
> .../openssl-1.0.1c/debian/renegiotate_tls.patch | 13 ++
> .../openssl-1.0.1c/debian/shared-lib-ext.patch | 17 ++
> .../openssl/openssl-1.0.1c/debian/stddef.patch | 15 ++
> .../openssl/openssl-1.0.1c/debian/valgrind.patch | 23 ++
> .../debian/version-script.patch | 203 ++++++++++++++--
> .../engines-install-in-libdir-ssl.patch | 0
> .../{openssl-1.0.0j => openssl-1.0.1c}/find.pl | 0
> .../oe-ldflags.patch | 0
> .../openssl-fix-link.patch | 0
> .../openssl_fix_for_x32.patch | 38 ++-
> .../shared-libs.patch | 33 +--
> .../{openssl_1.0.0j.bb => openssl_1.0.1c.bb} | 37 ++-
> meta/recipes-extended/sysstat/sysstat_10.0.5.bb | 8 -
> meta/recipes-extended/sysstat/sysstat_10.1.1.bb | 8 +
> .../glew/{glew_1.7.0.bb => glew_1.9.0.bb} | 6 +-
> .../boost/{boost_1.50.0.bb => boost_1.51.0.bb} | 4 +-
> .../{libexif_0.6.20.bb => libexif_0.6.21.bb} | 4 +-
> 47 files changed, 1465 insertions(+), 403 deletions(-)
> delete mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0j/debian/debian-targets.patch
> delete mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.0j/debian/pic.patch
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/configure-targets.patch (100%)
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/block_digicert_malaysia.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/block_diginotar.patch
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/c_rehash-compat.patch (77%)
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/c_rehash-multi.patch
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/ca.patch (93%)
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/config-hurd.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/debian-targets.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/default_bits.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/dgst_hmac.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/gnu_source.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/libdoc-manpgs-pod-spell.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/libssl-misspell.patch
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/make-targets.patch (46%)
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/man-dir.patch (86%)
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/man-section.patch (95%)
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/no-rpath.patch (91%)
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/no-symbolic.patch (91%)
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/openssl-pod-misspell.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pic.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pkcs12-doc.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_ec.misspell.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_pksc12.misspell.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_req_misspell2.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_s_server.misspell.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/pod_x509setflags.misspell.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/rehash-crt.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/rehash_pod.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/renegiotate_tls.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/shared-lib-ext.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/stddef.patch
> create mode 100644 meta/recipes-connectivity/openssl/openssl-1.0.1c/debian/valgrind.patch
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/debian/version-script.patch (95%)
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/engines-install-in-libdir-ssl.patch (100%)
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/find.pl (100%)
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/oe-ldflags.patch (100%)
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/openssl-fix-link.patch (100%)
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/openssl_fix_for_x32.patch (63%)
> rename meta/recipes-connectivity/openssl/{openssl-1.0.0j => openssl-1.0.1c}/shared-libs.patch (43%)
> rename meta/recipes-connectivity/openssl/{openssl_1.0.0j.bb => openssl_1.0.1c.bb} (53%)
> delete mode 100644 meta/recipes-extended/sysstat/sysstat_10.0.5.bb
> create mode 100644 meta/recipes-extended/sysstat/sysstat_10.1.1.bb
> rename meta/recipes-graphics/glew/{glew_1.7.0.bb => glew_1.9.0.bb} (80%)
> rename meta/recipes-support/boost/{boost_1.50.0.bb => boost_1.51.0.bb} (53%)
> rename meta/recipes-support/libexif/{libexif_0.6.20.bb => libexif_0.6.21.bb} (74%)
>
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2014-12-29 17:23 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08 13:46 [PATCH 0/5] Package upgrades Cristiana Voicu
2013-08-08 13:46 ` [PATCH 1/5] ed: upgrade to 1.9 Cristiana Voicu
2013-08-08 13:46 ` [PATCH 2/5] mkfontscale: upgrade to 1.1.1 Cristiana Voicu
2013-08-08 13:46 ` [PATCH 3/5] atk: upgrade to 2.9.3 Cristiana Voicu
2013-08-08 15:36 ` Burton, Ross
2013-08-08 13:46 ` [PATCH 4/5] systemtap: upgrade to 2.3 Cristiana Voicu
2013-08-09 16:23 ` Saul Wold
2013-08-13 7:10 ` [PATCH_V2] " Cristiana Voicu
2013-08-13 7:29 ` Voicu, Cristiana
2013-08-13 7:39 ` [PATCH_V3] " Cristiana Voicu
2013-08-08 13:46 ` [PATCH 5/5] kmod: upgrade to 14 Cristiana Voicu
2013-08-09 0:44 ` Saul Wold
-- strict thread matches above, loose matches on Subject: below --
2014-12-29 17:24 [PATCH 0/5] Package upgrades Aníbal Limón
2012-12-04 9:19 Constantin Musca
2012-09-11 15:19 Constantin Musca
2012-09-12 17: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