* [PATCH 0/2] Package upgrades
@ 2013-11-18 15:03 Cristiana Voicu
2013-11-18 15:03 ` [PATCH 1/2] at-spi2-core: upgrade to 2.10.2 Cristiana Voicu
2013-11-18 15:03 ` [PATCH 2/2] liburcu: upgrade to 0.8.1 Cristiana Voicu
0 siblings, 2 replies; 13+ messages in thread
From: Cristiana Voicu @ 2013-11-18 15:03 UTC (permalink / raw)
To: openembedded-core
Hi,
Tests done:
* build tested on local AB running following nightlies: build-appliance, x86, x86_64, ppc, mips, arm;
* checked with rpm if the packages were installed and their version on a sato image;
basic functionality for lttng for liburcu; checked /usr/lib/at-spi2-core for at-spi2-core pkg
Thanks,
Cristiana
The following changes since commit b0281b3a190dec6502b4abc6a5b14ae46243f913:
pybootchartgui: Add option --minutes to show time in minutes (2013-11-18 12:44:56 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib cvoicu/work
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cvoicu/work
Cristiana Voicu (2):
at-spi2-core: upgrade to 2.10.2
liburcu: upgrade to 0.8.1
...-spi2-core_2.10.0.bb => at-spi2-core_2.10.2.bb} | 4 ++--
meta/recipes-support/liburcu/files/fixCCflag.patch | 20 --------------------
.../liburcu/{files => liburcu}/fixsepbuild.patch | 0
.../liburcu/{liburcu_0.8.0.bb => liburcu_0.8.1.bb} | 7 +++----
4 files changed, 5 insertions(+), 26 deletions(-)
rename meta/recipes-support/atk/{at-spi2-core_2.10.0.bb => at-spi2-core_2.10.2.bb} (77%)
delete mode 100644 meta/recipes-support/liburcu/files/fixCCflag.patch
rename meta/recipes-support/liburcu/{files => liburcu}/fixsepbuild.patch (100%)
rename meta/recipes-support/liburcu/{liburcu_0.8.0.bb => liburcu_0.8.1.bb} (75%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH 1/2] at-spi2-core: upgrade to 2.10.2
2013-11-18 15:03 [PATCH 0/2] Package upgrades Cristiana Voicu
@ 2013-11-18 15:03 ` Cristiana Voicu
2013-11-18 15:03 ` [PATCH 2/2] liburcu: upgrade to 0.8.1 Cristiana Voicu
1 sibling, 0 replies; 13+ messages in thread
From: Cristiana Voicu @ 2013-11-18 15:03 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
...-spi2-core_2.10.0.bb => at-spi2-core_2.10.2.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/atk/{at-spi2-core_2.10.0.bb => at-spi2-core_2.10.2.bb} (77%)
diff --git a/meta/recipes-support/atk/at-spi2-core_2.10.0.bb b/meta/recipes-support/atk/at-spi2-core_2.10.2.bb
similarity index 77%
rename from meta/recipes-support/atk/at-spi2-core_2.10.0.bb
rename to meta/recipes-support/atk/at-spi2-core_2.10.2.bb
index a6ff734..1cfbc9f 100644
--- a/meta/recipes-support/atk/at-spi2-core_2.10.0.bb
+++ b/meta/recipes-support/atk/at-spi2-core_2.10.2.bb
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e9f288ba982d60518f375b5898283886"
MAJ_VER = "${@oe.utils.trim_version("${PV}", 2)}"
SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "bb3b6f5679ecfc7dabcf76a1b6bfe2db"
-SRC_URI[sha256sum] = "964155c7574220a00e11e1c0d91f2d3017ed603920eb1333ff9cbdb6a22744db"
+SRC_URI[md5sum] = "d4a198201f6189fb248f3edd19efe39c"
+SRC_URI[sha256sum] = "d3da58f84f4c8e4d5fe940ecb52fb27b4d9ea2b4dcdb3e1fae0f46b5eaa2dde1"
DEPENDS = "dbus glib-2.0 virtual/libx11 libxi libxtst intltool-native"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 13+ messages in thread* [PATCH 2/2] liburcu: upgrade to 0.8.1
2013-11-18 15:03 [PATCH 0/2] Package upgrades Cristiana Voicu
2013-11-18 15:03 ` [PATCH 1/2] at-spi2-core: upgrade to 2.10.2 Cristiana Voicu
@ 2013-11-18 15:03 ` Cristiana Voicu
1 sibling, 0 replies; 13+ messages in thread
From: Cristiana Voicu @ 2013-11-18 15:03 UTC (permalink / raw)
To: openembedded-core
One patch was removed because it was merged upstream; converted
"files" directory to "liburcu"
Signed-off-by: Cristiana Voicu <cristiana.voicu@intel.com>
---
meta/recipes-support/liburcu/files/fixCCflag.patch | 20 --------------------
.../liburcu/{files => liburcu}/fixsepbuild.patch | 0
.../liburcu/{liburcu_0.8.0.bb => liburcu_0.8.1.bb} | 7 +++----
3 files changed, 3 insertions(+), 24 deletions(-)
delete mode 100644 meta/recipes-support/liburcu/files/fixCCflag.patch
rename meta/recipes-support/liburcu/{files => liburcu}/fixsepbuild.patch (100%)
rename meta/recipes-support/liburcu/{liburcu_0.8.0.bb => liburcu_0.8.1.bb} (75%)
diff --git a/meta/recipes-support/liburcu/files/fixCCflag.patch b/meta/recipes-support/liburcu/files/fixCCflag.patch
deleted file mode 100644
index 2e526d4..0000000
--- a/meta/recipes-support/liburcu/files/fixCCflag.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Upstream-Status: Pending
-
-Use cross compiler for doc exemples too
-
-Signed-off-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/liburcu/fixsepbuild.patch
similarity index 100%
rename from meta/recipes-support/liburcu/files/fixsepbuild.patch
rename to meta/recipes-support/liburcu/liburcu/fixsepbuild.patch
diff --git a/meta/recipes-support/liburcu/liburcu_0.8.0.bb b/meta/recipes-support/liburcu/liburcu_0.8.1.bb
similarity index 75%
rename from meta/recipes-support/liburcu/liburcu_0.8.0.bb
rename to meta/recipes-support/liburcu/liburcu_0.8.1.bb
index 0bb4545..bcdd32a 100644
--- a/meta/recipes-support/liburcu/liburcu_0.8.0.bb
+++ b/meta/recipes-support/liburcu/liburcu_0.8.1.bb
@@ -8,11 +8,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0f060c30a27922ce9c0d557a639b4fa3 \
file://urcu/uatomic/x86.h;beginline=4;endline=21;md5=220552f72c55b102f2ee35929734ef42"
SRC_URI = "http://lttng.org/files/urcu/userspace-rcu-${PV}.tar.bz2 \
- file://fixsepbuild.patch \
- file://fixCCflag.patch"
+ file://fixsepbuild.patch"
-SRC_URI[md5sum] = "ddf193131b9f172c8f540b60d9d339f4"
-SRC_URI[sha256sum] = "49fbe70af47945037f437931c9539bfb9cb03ba28b813649ea7394dbdca70658"
+SRC_URI[md5sum] = "c0c0613bcce3b6954a050faa6dec6f51"
+SRC_URI[sha256sum] = "8008f697b030d7d3043ebd3a72be63cefc9242ed2d50520d30211e3908a4e01e"
S = "${WORKDIR}/userspace-rcu-${PV}"
CFLAGS_append_libc-uclibc = " -D_GNU_SOURCE"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 13+ messages in thread
* [PATCH 0/2] Package upgrades
@ 2014-05-06 8:26 Cristiana Voicu
0 siblings, 0 replies; 13+ messages in thread
From: Cristiana Voicu @ 2014-05-06 8:26 UTC (permalink / raw)
To: openembedded-core
The packages has been succesfully compiled for all major architectures.
Tested locally on a core-image-sato image.
The following changes since commit 7b78c364b7de901f97cd8dbe56d5e02f545bf3d3:
cleanup-workdir: Fix crosssdk reference after addition of PN (2014-05-05 09:05:42 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib cvoicu/work
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cvoicu/work
Cristiana Voicu (2):
babeltrace: upgrade to 1.2.1
rxvt-unicode: upgrade to 9.20
...-Support-out-of-tree-builds-in-babeltrace.patch | 17 +++++++++++++++++
.../{babeltrace_1.1.1.bb => babeltrace_1.2.1.bb} | 7 ++++---
.../rxvt.desktop | 0
.../{rxvt-unicode-9.19 => rxvt-unicode}/rxvt.png | Bin 2847 -> 2847 bytes
.../{rxvt-unicode-9.19 => rxvt-unicode}/xwc.patch | 0
.../{rxvt-unicode_9.19.bb => rxvt-unicode_9.20.bb} | 4 ++--
6 files changed, 23 insertions(+), 5 deletions(-)
create mode 100644 meta/recipes-kernel/lttng/babeltrace/0001-Fix-Support-out-of-tree-builds-in-babeltrace.patch
rename meta/recipes-kernel/lttng/{babeltrace_1.1.1.bb => babeltrace_1.2.1.bb} (72%)
rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.19 => rxvt-unicode}/rxvt.desktop (100%)
rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.19 => rxvt-unicode}/rxvt.png (100%)
rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode-9.19 => rxvt-unicode}/xwc.patch (100%)
rename meta/recipes-sato/rxvt-unicode/{rxvt-unicode_9.19.bb => rxvt-unicode_9.20.bb} (93%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH 0/2] Package upgrades
@ 2014-02-24 11:42 Cristiana Voicu
0 siblings, 0 replies; 13+ messages in thread
From: Cristiana Voicu @ 2014-02-24 11:42 UTC (permalink / raw)
To: openembedded-core
The packages has been succesfully compiled for all major architectures.
Tested locally on a core-image-sato image.
The following changes since commit 54562006c1327c5b99daa4cc05a3ba7e38412da1:
image_types.bbclass: Fix tar IMAGE_CMD to not change directories (2014-02-18 08:38:52 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib cvoicu/work
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cvoicu/work
Cristiana Voicu (2):
curl: upgrade to 7.35.0
pango: upgrade to 1.36.2
.../pango/{pango_1.36.1.bb => pango_1.36.2.bb} | 4 ++--
.../curl/{curl_7.34.0.bb => curl_7.35.0.bb} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-graphics/pango/{pango_1.36.1.bb => pango_1.36.2.bb} (56%)
rename meta/recipes-support/curl/{curl_7.34.0.bb => curl_7.35.0.bb} (93%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH 0/2] Package upgrades
@ 2014-01-08 13:08 Irina Patru
0 siblings, 0 replies; 13+ messages in thread
From: Irina Patru @ 2014-01-08 13:08 UTC (permalink / raw)
To: openembedded-core
The packages have been succesfully compiled for all major architectures.
Both packages were tested on a core-image-sato with midori browser on a nuc.
The following changes since commit e93a345fae7c21652547bec501fcb1f3b6c6427d:
sstate: add do_package to the noexec list in setscene_depvalid (2014-01-07 13:58:32 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ipatru/upgrades
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ipatru/upgrades
Irina Patru (2):
libtasn1: upgrade to 3.4
libsoup-2.4: upgrade to 2.45.3
.../gnutls/{libtasn1_3.3.bb => libtasn1_3.4.bb} | 4 ++--
...libsoup-2.4_2.44.2.bb => libsoup-2.4_2.45.3.bb} | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-support/gnutls/{libtasn1_3.3.bb => libtasn1_3.4.bb} (82%)
rename meta/recipes-support/libsoup/{libsoup-2.4_2.44.2.bb => libsoup-2.4_2.45.3.bb} (85%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH 0/2] Package upgrades
@ 2013-08-16 8:29 Cristiana Voicu
0 siblings, 0 replies; 13+ messages in thread
From: Cristiana Voicu @ 2013-08-16 8:29 UTC (permalink / raw)
To: openembedded-core
Hi,
Tests done:
* build tested on AB running following nightlies: build-appliance, x86, x86_64, ppc, mips, arm;
* checked with rpm if the packages were installed and their version; basic functionality for
sudo and crond
Thanks,
Cristiana
The following changes since commit ff10f72abda52315b892c64f711096772d9a4c1c:
meta-skeleton: Add busybox config fragment example (2013-08-13 23:06:04 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib cvoicu/work
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=cvoicu/work
Cristiana Voicu (2):
cronie: upgrade to 1.4.11
sudo: upgrade to 1.8.7
.../cronie/{cronie_1.4.9.bb => cronie_1.4.11.bb} | 8 ++--
meta/recipes-extended/sudo/files/libtool.patch | 42 --------------------
meta/recipes-extended/sudo/sudo.inc | 4 +-
.../sudo/{sudo_1.8.6p8.bb => sudo_1.8.7.bb} | 7 +---
4 files changed, 7 insertions(+), 54 deletions(-)
rename meta/recipes-extended/cronie/{cronie_1.4.9.bb => cronie_1.4.11.bb} (92%)
delete mode 100644 meta/recipes-extended/sudo/files/libtool.patch
rename meta/recipes-extended/sudo/{sudo_1.8.6p8.bb => sudo_1.8.7.bb} (79%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH 0/2] Package upgrades
@ 2013-08-02 15:40 Ionut Radu
0 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-08-02 15:40 UTC (permalink / raw)
To: openembedded-core
freetype: tested on core-image-sato on all architectures (x86, x86-64, arm, ppc, mips)
gdk-pixbuf: tested on core-image-sato on all architectures (x86, x86-64, arm, ppc, mips)
The following changes since commit 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415:
genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 +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 (2):
freetype: upgrade to 2.5.0.1
gdk-pixbuf: upgrade to 2.28.2
.../gdk-pixbuf/{gdk-pixbuf_2.28.1.bb => gdk-pixbuf_2.28.2.bb} | 4 ++--
.../freetype/{freetype_2.4.12.bb => freetype_2.5.0.1.bb} | 6 ++----
2 files changed, 4 insertions(+), 6 deletions(-)
rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.28.1.bb => gdk-pixbuf_2.28.2.bb} (94%)
rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb => freetype_2.5.0.1.bb} (90%)
--
1.7.10.4
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH 0/2] Package upgrades
@ 2013-07-31 13:58 Ionut Radu
0 siblings, 0 replies; 13+ messages in thread
From: Ionut Radu @ 2013-07-31 13:58 UTC (permalink / raw)
To: openembedded-core
* apt
Tested on core-image-minimal on all architectures
makerace.patch: adapted to the new version
The following changes since commit 9de0ad47462c13ac4a2d73e12e92be6c1b4e0415:
genericx86: ship all the driver firmware by default (2013-07-31 07:00:00 +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 (2):
freetype: Upgrade from 2.4.12 to 2.5.0
apt: Upgrade from 0.9.8.2 to 0.9.9.4
.../disable-configure-in-makefile.patch | 0
.../fix-gcc-4.6-null-not-defined.patch | 0
.../apt/{apt-0.9.8.2 => apt-0.9.9.4}/makerace.patch | 12 ++++++------
.../{apt-0.9.8.2 => apt-0.9.9.4}/no-ko-translation.patch | 0
.../apt/{apt-0.9.8.2 => apt-0.9.9.4}/no-nls-dpkg.patch | 0
.../apt/{apt-0.9.8.2 => apt-0.9.9.4}/noconfigure.patch | 0
.../apt/{apt-0.9.8.2 => apt-0.9.9.4}/nodoc.patch | 0
.../{apt-0.9.8.2 => apt-0.9.9.4}/truncate-filename.patch | 0
.../apt/{apt-0.9.8.2 => apt-0.9.9.4}/use-host.patch | 0
.../apt/{apt-native_0.9.8.2.bb => apt-native_0.9.9.4.bb} | 0
.../apt/{apt_0.9.8.2.bb => apt_0.9.9.4.bb} | 4 ++--
.../freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb} | 9 +++------
12 files changed, 11 insertions(+), 14 deletions(-)
rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/disable-configure-in-makefile.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/fix-gcc-4.6-null-not-defined.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/makerace.patch (66%)
rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/no-ko-translation.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/no-nls-dpkg.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/noconfigure.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/nodoc.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/truncate-filename.patch (100%)
rename meta/recipes-devtools/apt/{apt-0.9.8.2 => apt-0.9.9.4}/use-host.patch (100%)
rename meta/recipes-devtools/apt/{apt-native_0.9.8.2.bb => apt-native_0.9.9.4.bb} (100%)
rename meta/recipes-devtools/apt/{apt_0.9.8.2.bb => apt_0.9.9.4.bb} (74%)
rename meta/recipes-graphics/freetype/{freetype_2.4.12.bb => freetype_2.5.0.bb} (90%)
--
1.7.10.4
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH 0/2] Package Upgrades
@ 2013-07-10 12:24 Radu Moisan
0 siblings, 0 replies; 13+ messages in thread
From: Radu Moisan @ 2013-07-10 12:24 UTC (permalink / raw)
To: openembedded-core
The following changes since commit 8a186a6b3853fc1a7dcf342d421c8926c38949c9:
bitbake: hob: save button from settings called a nonexisting method (2013-07-03 08:13:35 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib rmoisan/branch-upgrades-last
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=rmoisan/branch-upgrades-last
Radu Moisan (2):
iputils: Upgrade to v20121221
diffutils: Upgrade to v3.3
.../diffutils-3.2/obsolete_automake_macros.patch | 14 -------
.../diffutils/diffutils-3.2/remove-gets.patch | 22 ----------
meta/recipes-extended/diffutils/diffutils.inc | 4 --
meta/recipes-extended/diffutils/diffutils_2.8.1.bb | 7 ++--
.../{diffutils_3.2.bb => diffutils_3.3.bb} | 12 ++----
.../files/debian/add-icmp-return-codes.diff | 43 --------------------
.../iputils/files/debian/fix-arping-timeouts.diff | 26 ------------
.../files/debian/fix-dead-host-ping-stats.diff | 16 --------
.../iputils/files/debian/targets.diff | 14 +++----
.../iputils/files/debian/use_gethostbyname2.diff | 36 ++++++++--------
...x-build-command-line-argument-with-gnutls.patch | 37 +++++++++++++++++
.../{iputils_s20101006.bb => iputils_s20121221.bb} | 15 +++----
12 files changed, 76 insertions(+), 170 deletions(-)
delete mode 100644 meta/recipes-extended/diffutils/diffutils-3.2/obsolete_automake_macros.patch
delete mode 100644 meta/recipes-extended/diffutils/diffutils-3.2/remove-gets.patch
rename meta/recipes-extended/diffutils/{diffutils_3.2.bb => diffutils_3.3.bb} (59%)
delete mode 100644 meta/recipes-extended/iputils/files/debian/add-icmp-return-codes.diff
delete mode 100644 meta/recipes-extended/iputils/files/debian/fix-arping-timeouts.diff
delete mode 100644 meta/recipes-extended/iputils/files/debian/fix-dead-host-ping-stats.diff
create mode 100644 meta/recipes-extended/iputils/files/fix-build-command-line-argument-with-gnutls.patch
rename meta/recipes-extended/iputils/{iputils_s20101006.bb => iputils_s20121221.bb} (80%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH 0/2] Package upgrades
@ 2013-02-18 15:20 Laurentiu Palcu
0 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2013-02-18 15:20 UTC (permalink / raw)
To: openembedded-core
These 2 upgrades compiled fine on all architectures and were tested in
qemu.
Thanks,
Laurentiu
Laurentiu Palcu (2):
xrandr: upgrade to 1.4.0
xvinfo: upgrade to 1.1.2
meta/recipes-graphics/xorg-app/xrandr_1.3.5.bb | 16 ----------------
meta/recipes-graphics/xorg-app/xrandr_1.4.0.bb | 16 ++++++++++++++++
meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb | 15 ---------------
meta/recipes-graphics/xorg-app/xvinfo_1.1.2.bb | 15 +++++++++++++++
4 files changed, 31 insertions(+), 31 deletions(-)
delete mode 100644 meta/recipes-graphics/xorg-app/xrandr_1.3.5.bb
create mode 100644 meta/recipes-graphics/xorg-app/xrandr_1.4.0.bb
delete mode 100644 meta/recipes-graphics/xorg-app/xvinfo_1.1.1.bb
create mode 100644 meta/recipes-graphics/xorg-app/xvinfo_1.1.2.bb
--
1.7.9.5
^ permalink raw reply [flat|nested] 13+ messages in thread
* [PATCH 0/2] package upgrades
@ 2012-12-17 14:41 Laurentiu Palcu
0 siblings, 0 replies; 13+ messages in thread
From: Laurentiu Palcu @ 2012-12-17 14:41 UTC (permalink / raw)
To: openembedded-core
Hi,
This patchset contains 2 package upgrades.
Tests done:
* xserver-xorg was compiled successfully for all architectures;
* xf86-video-intel compiled successfully for x86 and x86-64;
* functionality tests were done on an atom based ideapad netbook and in qemu;
Thanks,
Laurentiu
Laurentiu Palcu (2):
xserver-xorg: upgrade to 1.13.1
xf86-video-intel: upgrade to 2.20.16
...ntel_2.20.12.bb => xf86-video-intel_2.20.16.bb} | 4 ++--
.../crosscompile.patch | 0
.../fix_open_max_preprocessor_error.patch | 0
.../macro_tweak.patch | 0
.../mips64-compiler.patch | 0
...erver-xorg_1.13.0.bb => xserver-xorg_1.13.1.bb} | 4 ++--
6 files changed, 4 insertions(+), 4 deletions(-)
rename meta/recipes-graphics/xorg-driver/{xf86-video-intel_2.20.12.bb => xf86-video-intel_2.20.16.bb} (86%)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.0 => xserver-xorg-1.13.1}/crosscompile.patch (100%)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.0 => xserver-xorg-1.13.1}/fix_open_max_preprocessor_error.patch (100%)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.0 => xserver-xorg-1.13.1}/macro_tweak.patch (100%)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg-1.13.0 => xserver-xorg-1.13.1}/mips64-compiler.patch (100%)
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.13.0.bb => xserver-xorg_1.13.1.bb} (88%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 13+ messages in thread* [PATCH 0/2] Package upgrades
@ 2012-08-17 15:46 Constantin Musca
0 siblings, 0 replies; 13+ messages in thread
From: Constantin Musca @ 2012-08-17 15:46 UTC (permalink / raw)
To: openembedded-core; +Cc: Constantin Musca
This is another set of package upgrades compiled on all architectures
and tested using core-image-sato-sdk. Nothing significant changed
in the gst-fluendo-mp3 license file.
Constantin Musca (2):
gst-fluendo-mp3: upgrade to 0.10.19
gst-fluendo-mpegdemux: upgrade to 0.10.71
...o-mp3_0.10.16.bb => gst-fluendo-mp3_0.10.19.bb} | 6 +++---
...0.10.70.bb => gst-fluendo-mpegdemux_0.10.71.bb} | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mp3_0.10.16.bb => gst-fluendo-mp3_0.10.19.bb} (46%)
rename meta/recipes-multimedia/gstreamer/{gst-fluendo-mpegdemux_0.10.70.bb => gst-fluendo-mpegdemux_0.10.71.bb} (71%)
--
1.7.9.5
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2014-05-06 8:34 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-18 15:03 [PATCH 0/2] Package upgrades Cristiana Voicu
2013-11-18 15:03 ` [PATCH 1/2] at-spi2-core: upgrade to 2.10.2 Cristiana Voicu
2013-11-18 15:03 ` [PATCH 2/2] liburcu: upgrade to 0.8.1 Cristiana Voicu
-- strict thread matches above, loose matches on Subject: below --
2014-05-06 8:26 [PATCH 0/2] Package upgrades Cristiana Voicu
2014-02-24 11:42 Cristiana Voicu
2014-01-08 13:08 Irina Patru
2013-08-16 8:29 Cristiana Voicu
2013-08-02 15:40 Ionut Radu
2013-07-31 13:58 Ionut Radu
2013-07-10 12:24 [PATCH 0/2] Package Upgrades Radu Moisan
2013-02-18 15:20 [PATCH 0/2] Package upgrades Laurentiu Palcu
2012-12-17 14:41 [PATCH 0/2] package upgrades Laurentiu Palcu
2012-08-17 15:46 [PATCH 0/2] Package upgrades Constantin Musca
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox