[OE-core] [PATCH 1/2] libfm: Upgrade to 1.2.1

2014-08-27 Thread Marius Avram
Removed patch fix-make-parallelism-issue.patch which doesn't seem to be needed anymore, as the build works with multiple threads. Changed patch for current structure of configure.ac file. Signed-off-by: Marius Avram --- .../libfm-1.1.2.2/fix-make-parallelism-issue.patch |

[OE-core] [PATCH 2/2] pcmanfm: Upgrade to 1.2.1

2014-08-27 Thread Marius Avram
Signed-off-by: Marius Avram --- .../pcmanfm/{pcmanfm_1.1.2.bb => pcmanfm_1.2.1.bb} |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) rename meta/recipes-sato/pcmanfm/{pcmanfm_1.1.2.bb => pcmanfm_1.2.1.bb} (79%) diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb

[OE-core] [PATCH v2] Fix USB not mounted in file manager

2014-08-27 Thread Marius Avram
build the username part is missing in case a root user is authenticated in the system. The easiest solution is to allow the display of drives mounted in the path used by the current configuration and that is /run/media/sdX. [YOCTO #6492] Signed-off-by: Marius Avram --- ...un-media-sdX-drive

[OE-core] it seemed to fail. This is an updated working version.

2014-08-27 Thread Marius Avram
>From faac9d6404d3fe7c65b794682fc5e87bdb0891d9 Mon Sep 17 00:00:00 2001 From: Marius Avram Date: Wed, 27 Aug 2014 12:12:18 +0300 Subject: [PATCH v2] Fix USB not mounted in file manager Currently a USB stick gets mounted on /run/media/sdX, where X is the letter corresponding to a certain dr

[OE-core] [PATCH] Fix USB not mounted in file manager

2014-08-27 Thread Marius Avram
build the username part is missing in case a root user is authenticated in the system. The easiest solution is to allow the display of drives mounted in the path used by the current configuration and that is /run/media/sdX. [YOCTO #6492] Signed-off-by: Marius Avram --- ...un-media-sdX-drive

[OE-core] [PATCH] puzzles: upgrade to r10116

2014-02-06 Thread Marius Avram
License has not changed. Contains changes to the building system. Signed-off-by: Marius Avram --- meta/recipes-sato/puzzles/puzzles_r10116.bb | 53 +++ meta/recipes-sato/puzzles/puzzles_r9765.bb | 61 --- 2 files changed, 53 insertions(+), 61

[OE-core] [PATCH 1/1] libpng: upgrade to 1.6.8

2014-01-31 Thread Marius Avram
Note: license has not changed. MD5 sum of files changed because new contributors were added to LICENSE and png.h file contains the version of the new release. Signed-off-by: Marius Avram --- meta/recipes-multimedia/libpng/libpng_1.6.7.bb | 27 meta/recipes-multimedia

[OE-core] [PATCH v2 2/2] pcmanfm: Upgrade from 1.1.0 to 1.1.2

2013-10-23 Thread Marius Avram
-remove a patch for cross-compile because it is not needed anymore Signed-off-by: Marius Avram --- .../pcmanfm/files/cross-compile-fix.patch | 18 -- .../pcmanfm/{pcmanfm_1.1.0.bb => pcmanfm_1.1.2.bb} |5 ++--- 2 files changed, 2 insertions(+), 21 deleti

[OE-core] [PATCH 2/2] pcmanfm: Upgrade from 1.1.0 to 1.1.2

2013-10-23 Thread Marius Avram
-remove a patch for cross-compile because it is not needed anymore Signed-off-by: Marius Avram Conflicts: meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb Signed-off-by: Marius Avram --- .../pcmanfm/files/cross-compile-fix.patch | 18 -- .../pcmanfm

[OE-core] [PATCH 1/2] apt: Upgrade from 0.9.9.4 to 0.9.11.4

2013-10-23 Thread Marius Avram
- no-ko-translation.patch respects new structure of po/LINGUAS file - replaces configure.in to configure.ac inside multiple patches - adds libapt-private installation Signed-off-by: Marius Avram --- .../disable-configure-in-makefile.patch|0 .../fix-gcc-4.6-null-not

[OE-core] [PATCH] slang: fix sprintf bug concerning 8-bit characters

2013-09-30 Thread Marius Avram
Buffer used for copying a "%c" character was getting out of scope when it was required by the sprintf operation. [YOCTO #5272] Signed-off-by: Marius Avram Signed-off-by: Irina Patru --- .../sprintf-bug-concerning-8-bit-characters.patch | 42 meta/recipes-exte