[oe] [meta-java] Compiling log4j1.2-native fails

2012-03-08 Thread Eibach, Dirk

With latest git of meta-java compiling log4j1.2-native-1.2.15-r0 fails
while building openjdk-6, main problem seems to be:

| 32. ERROR in src/main/java/org/apache/log4j/net/SMTPAppender.java (at
line 1)
|   /*
|   ^
| The type javax.mail.MessagingException cannot be resolved. It is
indirectly referenced from required .class files

Any ideas?

Cheers
Dirk



___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java] Compiling log4j1.2-native fails

2012-03-08 Thread Henning Heinold
On Thu, Mar 08, 2012 at 09:13:37AM +0100, Eibach, Dirk wrote:
 
 With latest git of meta-java compiling log4j1.2-native-1.2.15-r0 fails
 while building openjdk-6, main problem seems to be:
 
 | 32. ERROR in src/main/java/org/apache/log4j/net/SMTPAppender.java (at
 line 1)
 | /*
 | ^
 | The type javax.mail.MessagingException cannot be resolved. It is
 indirectly referenced from required .class files
 
 Any ideas?
 
 Cheers
 Dirk

Hi,

I never before saw this problem. What did you choose as java-native compiler?

Bye Henning

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java] Compiling log4j1.2-native fails

2012-03-08 Thread Eibach, Dirk
 
  With latest git of meta-java compiling 
 log4j1.2-native-1.2.15-r0 fails 
  while building openjdk-6, main problem seems to be:
  
  | 32. ERROR in src/main/java/org/apache/log4j/net/SMTPAppender.java 
  | (at
  line 1)
  |   /*
  |   ^
  | The type javax.mail.MessagingException cannot be resolved. It is
  indirectly referenced from required .class files
  
  Any ideas?
  
  Cheers
  Dirk
 
 Hi,
 
 I never before saw this problem. What did you choose as 
 java-native compiler?
 
 Bye Henning

I am using angstrom distribution. bitbake -e says:
PREFERRED_PROVIDER_virtual/java-native=jamvm-native
PREFERRED_PROVIDER_virtual/javac-native=ecj-bootstrap-native

Cheers
Dirk



___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] udev-173: don't hardcode path to pidof

2012-03-08 Thread Andreas Oberritter
* pidof lives in /bin, search it in $PATH.
* Assume pidof's presence.

Signed-off-by: Andreas Oberritter o...@opendreambox.org
---
 meta-oe/recipes-core/udev/udev/init   |6 ++
 meta-oe/recipes-core/udev/udev_173.bb |2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/meta-oe/recipes-core/udev/udev/init 
b/meta-oe/recipes-core/udev/udev/init
index ecc357d..559ea44 100644
--- a/meta-oe/recipes-core/udev/udev/init
+++ b/meta-oe/recipes-core/udev/udev/init
@@ -18,10 +18,8 @@ export TZ=/etc/localtime
 [ -f /etc/udev/udev.conf ]  . /etc/udev/udev.conf
 
 kill_udevd() {
-   if [ -x /sbin/pidof ]; then
-   pid=`/sbin/pidof -x udevd`
-   [ -n $pid ]  kill $pid
-   fi
+   pid=`pidof -x udevd`
+   [ -n $pid ]  kill $pid
 }
 
 export ACTION=add
diff --git a/meta-oe/recipes-core/udev/udev_173.bb 
b/meta-oe/recipes-core/udev/udev_173.bb
index 5c5ce26..b7d7ed3 100644
--- a/meta-oe/recipes-core/udev/udev_173.bb
+++ b/meta-oe/recipes-core/udev/udev_173.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
 # Needed for udev-extras
 DEPENDS = gperf-native usbutils acl glib-2.0
 
-PR = r3
+PR = r4
 
 # version specific SRC_URI
 SRC_URI = ${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-- 
1.7.5.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java] Compiling log4j1.2-native fails

2012-03-08 Thread Eibach, Dirk

 With latest git of meta-java compiling 
 log4j1.2-native-1.2.15-r0 fails while building openjdk-6, 
 main problem seems to be:
 
 | 32. ERROR in 
 src/main/java/org/apache/log4j/net/SMTPAppender.java (at
 line 1)
 | /*
 | ^
 | The type javax.mail.MessagingException cannot be resolved. It is
 indirectly referenced from required .class files
 
 Any ideas?

Rebuilding with a freshly checked out system without parallelization did
not show this bug. So maybe one of this nasty parallelization issues...

Cheers
Dirk



___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-java] Compiling log4j1.2-native fails

2012-03-08 Thread Otavio Salvador
On Thu, Mar 8, 2012 at 11:19, Eibach, Dirk eib...@gdsys.de wrote:
 Rebuilding with a freshly checked out system without parallelization did
 not show this bug. So maybe one of this nasty parallelization issues...

I've seen some build failures and I also believe it is parallelism related.

-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe] README: fix typo

2012-03-08 Thread Gary Thomas
Without this change, 'git send-email' complains of a missing argument.
Tested with git 1.7.7.6 on Fedora 16.

Signed-off-by: Gary Thomas g...@mlbassoc.com
---
 meta-oe/README |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-oe/README b/meta-oe/README
index a195919..ed14866 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -6,7 +6,7 @@ revision: HEAD
 
 Send pull requests to openembedded-devel@lists.openembedded.org with 
'[meta-oe]' in the subject'
 
-When sending single patches, please use something like 'git send-email -1 --to 
openembedded-devel@lists.openembedded.org --subject-prefix meta-oe'
+When sending single patches, please use something like 'git send-email -1 --to 
openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe'
 
 You are encouraged to fork the mirror on github 
https://github.com/openembedded/meta-oe/ to share your patches, this is 
preferred for patch sets consisting of more than one patch. Other services like 
gitorious, repo.or.cz or self hosted setups are of course accepted as well, 
'git fetch remote' works the same on all of them. We recommend github because 
it is free, easy to use, has been proven to be reliable and has a really good 
web GUI.
 
-- 
1.7.7.6


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH v2 3/3] systemd: update to latest git

2012-03-08 Thread Andreas Müller
On Tue, Mar 6, 2012 at 10:22 AM, Koen Kooi k...@dominion.thruhere.net wrote:
 This is in preparation for the v44 release.

 * drop 2 patches that aren't needed anymore
 * fix more endianness problems
 * fix journal crashes with large files

 Signed-off-by: Koen Kooi k...@dominion.thruhere.net
Acked-by: Andreas Müller schnitzelt...@googlemail.com

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH v2 2/3] systemd: enable logging to disk instead of tmpfs

2012-03-08 Thread Andreas Müller
On Tue, Mar 6, 2012 at 1:21 PM, Andreas Müller
schnitzelt...@googlemail.com wrote:
 On Tue, Mar 6, 2012 at 12:59 PM, Otavio Salvador
 ota...@ossystems.com.br wrote:
 On Tue, Mar 6, 2012 at 06:22, Koen Kooi k...@dominion.thruhere.net wrote:
 +       # create dir for journal
 +       install -d ${D}${localstatedir}/log/journal

 I am not against it creating the path for storing the logs but the
 default configuration ought to use a memory buffer IMO.

 What people think?

 To make up mind: Which amount of memory do we expect per boot
 approximately (uncompressed/compressed)?

I played around with this a bit: After boot  starting GUI there is a
single file of ~600kB. After working with the system for few days the
contents of the folder grew up to ~40MB.

After reading journal design document [1] it seems that 'rotating'
scales with maximum size available.

My personal opinion: since RAM is most expensive prefer flash/disk as
default ( as Koen already pointed out this default can be simply
overridden by deleting /var/log/journal [2][3] )

so

Acked-by: Andreas Müller schnitzelt...@googlemail.com

Andreas

[1] 
https://docs.google.com/document/pub?id=1IC9yOXj7j6cdLLxWEBAGRL6wl97tFxgjLUEHIX3MSTs
[2] 
http://lists.linuxtogo.org/pipermail/openembedded-devel/2012-March/038427.html
[3] http://lwn.net/Articles/474968/

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH v2 2/3] systemd: enable logging to disk instead of tmpfs

2012-03-08 Thread Otavio Salvador
On Thu, Mar 8, 2012 at 14:15, Andreas Müller
schnitzelt...@googlemail.com wrote:
 My personal opinion: since RAM is most expensive prefer flash/disk as
 default ( as Koen already pointed out this default can be simply
 overridden by deleting /var/log/journal [2][3] )

If this is the case, then let's make this patch ensure this works out
of box ... I do think most people will get full flash/disk without
knowing why.

-- 
Otavio Salvador                             O.S. Systems
E-mail: ota...@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br

___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-efl][PATCH 0/7] PR bumps and DEPENDS fixes after tiff upgrade

2012-03-08 Thread Martin Jansa
The following changes since commit 5b3974ed483418b206678acca7414b81bcf749a7:

  udev: consolekit package requires x11 (2012-03-07 15:17:13 +0100)

are available in the git repository at:
  git://git.openembedded.org/meta-openembedded-contrib jansa/pull
  
http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=jansa/pull

Martin Jansa (7):
  e-base: bump EFL_SRCREV
  poppler: add tiff to DEPENDS to make builds more deterministic
  elementary: add poppler to DEPENDS
  epdf: another PR bump for libtiff3-libtiff5
  python-elementary: another PR bump for libtiff3-libtiff5
  lcms: add tiff to DEPENDS
  eve: another PR bump for libtiff3-libtiff5

 meta-efl/classes/e-base.bbclass|2 +-
 .../python/python-elementary_svn.bb|2 +-
 ...ume-Remove-the-popup.-It-s-not-needed-now.patch |  135 
 meta-efl/recipes-efl/e17/e-wm_svn.bb   |1 -
 meta-efl/recipes-efl/e17/eve_svn.bb|2 +-
 meta-efl/recipes-efl/efl/elementary_svn.bb |4 +-
 meta-efl/recipes-efl/efl/epdf_svn.bb   |2 +-
 meta-oe/recipes-support/lcms/lcms_1.17.bb  |3 +-
 meta-oe/recipes-support/poppler/poppler.inc|2 +-
 meta-oe/recipes-support/poppler/poppler_0.18.0.bb  |2 +-
 10 files changed, 10 insertions(+), 145 deletions(-)
 delete mode 100644 
meta-efl/recipes-efl/e17/e-wm/0001-Revert-Illume-Remove-the-popup.-It-s-not-needed-now.patch

-- 
1.7.8.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-efl][PATCH 1/7] e-base: bump EFL_SRCREV

2012-03-08 Thread Martin Jansa
* remove e-wm patch from 974d2fe857c82826606959ea909bc6e75567e4e4, it's
  not needed now.

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-efl/classes/e-base.bbclass|2 +-
 ...ume-Remove-the-popup.-It-s-not-needed-now.patch |  135 
 meta-efl/recipes-efl/e17/e-wm_svn.bb   |1 -
 3 files changed, 1 insertions(+), 137 deletions(-)
 delete mode 100644 
meta-efl/recipes-efl/e17/e-wm/0001-Revert-Illume-Remove-the-popup.-It-s-not-needed-now.patch

diff --git a/meta-efl/classes/e-base.bbclass b/meta-efl/classes/e-base.bbclass
index e53d5c0..b337530 100644
--- a/meta-efl/classes/e-base.bbclass
+++ b/meta-efl/classes/e-base.bbclass
@@ -1,6 +1,6 @@
 HOMEPAGE = http://www.enlightenment.org;
 SRCNAME ?= ${BPN}
 
-EFL_SRCREV ?= 67883
+EFL_SRCREV ?= 68387
 
 ARM_INSTRUCTION_SET = arm
diff --git 
a/meta-efl/recipes-efl/e17/e-wm/0001-Revert-Illume-Remove-the-popup.-It-s-not-needed-now.patch
 
b/meta-efl/recipes-efl/e17/e-wm/0001-Revert-Illume-Remove-the-popup.-It-s-not-needed-now.patch
deleted file mode 100644
index c4a18d0..000
--- 
a/meta-efl/recipes-efl/e17/e-wm/0001-Revert-Illume-Remove-the-popup.-It-s-not-needed-now.patch
+++ /dev/null
@@ -1,135 +0,0 @@
-From c7f54838d09cc94dd23ed060889bae780758c391 Mon Sep 17 00:00:00 2001
-From: Martin Jansa martin.ja...@gmail.com
-Date: Sun, 19 Feb 2012 23:09:07 +0100
-Subject: [PATCH] Revert Illume: Remove the popup. It's not needed now.
-
-This reverts commit cba0bc9833689900930272fa5c4a2cd2529d3028.

- src/modules/illume-indicator/e_mod_ind_win.c |   23 ---
- src/modules/illume-indicator/e_mod_ind_win.h |1 +
- 2 files changed, 21 insertions(+), 3 deletions(-)
-
-diff --git a/src/modules/illume-indicator/e_mod_ind_win.c 
b/src/modules/illume-indicator/e_mod_ind_win.c
-index d3657d6..4a593fd 100644
 a/src/modules/illume-indicator/e_mod_ind_win.c
-+++ b/src/modules/illume-indicator/e_mod_ind_win.c
-@@ -57,6 +57,11 @@ e_mod_ind_win_new(E_Zone *zone)
-/* set this window to not accept or take focus */
-ecore_x_icccm_hints_set(iwin-win-evas_win, 0, 0, 0, 0, 0, 0, 0);
- 
-+   /* create the popup */
-+   iwin-popup = e_popup_new(zone, 0, 0, zone-w, h);
-+   e_popup_name_set(iwin-popup, indicator);
-+   e_popup_layer_set(iwin-popup, 200);
-+
-/* create our event rectangle */
-iwin-o_event = evas_object_rectangle_add(iwin-win-evas);
-evas_object_color_set(iwin-o_event, 0, 0, 0, 0);
-@@ -85,6 +90,8 @@ e_mod_ind_win_new(E_Zone *zone)
-evas_object_move(iwin-o_base, 0, 0);
-evas_object_show(iwin-o_base);
- 
-+   e_popup_edje_bg_object_set(iwin-popup, iwin-o_base);
-+
-/* create our gadget container */
-iwin-gadcon = e_gadcon_swallowed_new(illume-indicator, zone-id, 
-  iwin-o_base, e.swallow.content);
-@@ -133,12 +140,15 @@ e_mod_ind_win_new(E_Zone *zone)
- 
-/* set minimum size of this window  popup */
-e_win_size_min_set(iwin-win, zone-w, h);
-+   ecore_evas_size_min_set(iwin-popup-ecore_evas, zone-w, h);
- 
-/* position and resize this window */
-e_win_move_resize(iwin-win, zone-x, zone-y, zone-w, h);
-+   e_popup_move_resize(iwin-popup, zone-x, zone-y, zone-w, h);
- 
-/* show the window */
-e_win_show(iwin-win);
-+   e_popup_show(iwin-popup);
- 
-/* set this window on proper zone */
-e_border_zone_set(iwin-win-border, zone);
-@@ -188,6 +198,9 @@ _e_mod_ind_win_cb_free(Ind_Win *iwin)
-/* tell conformant apps our position and size */
-ecore_x_e_illume_indicator_geometry_set(iwin-zone-black_win, 0, 0, 0, 0);
- 
-+   if (iwin-popup) e_object_del(E_OBJECT(iwin-popup));
-+   iwin-popup = NULL;
-+
-/* delete the window */
-if (iwin-win) e_object_del(E_OBJECT(iwin-win));
-iwin-win = NULL;
-@@ -214,6 +227,7 @@ _e_mod_ind_win_cb_win_prop(void *data, int type 
__UNUSED__, void *event)
- 
-/* set minimum size of this window */
-e_win_size_min_set(iwin-win, iwin-zone-w, h);
-+   ecore_evas_size_min_set(iwin-popup-ecore_evas, iwin-zone-w, h);
- 
-/* NB: Not sure why, but we need to tell this border to fetch icccm 
- * size position hints now :( (NOTE: This was not needed a few days ago) 
-@@ -222,6 +236,7 @@ _e_mod_ind_win_cb_win_prop(void *data, int type 
__UNUSED__, void *event)
- 
-/* resize this window */
-e_win_resize(iwin-win, iwin-zone-w, h);
-+   e_popup_resize(iwin-popup, iwin-zone-w, h);
- 
-/* tell conformant apps our position and size */
-ecore_x_e_illume_indicator_geometry_set(iwin-zone-black_win, 
-@@ -246,6 +261,7 @@ _e_mod_ind_win_cb_zone_resize(void *data, int type 
__UNUSED__, void *event)
- 
-/* set minimum size of this window to match zone size */
-e_win_size_min_set(iwin-win, ev-zone-w, h);
-+   ecore_evas_size_min_set(iwin-popup-ecore_evas, ev-zone-w, h);
- 
-return ECORE_CALLBACK_PASS_ON;
- }
-@@ -256,6 +272,7 @@ _e_mod_ind_win_cb_resize(E_Win *win)
-Ind_Win *iwin;
- 
-if (!(iwin = win-data)) 

[oe] [meta-oe][meta-efl][PATCH 2/7] poppler: add tiff to DEPENDS to make builds more deterministic

2012-03-08 Thread Martin Jansa
* it's autodetected

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-oe/recipes-support/poppler/poppler.inc   |2 +-
 meta-oe/recipes-support/poppler/poppler_0.18.0.bb |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/poppler/poppler.inc 
b/meta-oe/recipes-support/poppler/poppler.inc
index 85c3983..a624c1b 100644
--- a/meta-oe/recipes-support/poppler/poppler.inc
+++ b/meta-oe/recipes-support/poppler/poppler.inc
@@ -1,5 +1,5 @@
 DESCRIPTION = Poppler is a PDF rendering library based on the xpdf-3.0 code 
base.
-DEPENDS = fontconfig jpeg zlib gtk+ cairo
+DEPENDS = fontconfig jpeg zlib gtk+ cairo tiff
 LICENSE = GPLv2
 LIC_FILES_CHKSUM = file://COPYING;md5=751419260aa954499f7abaabaa882bbe
 
diff --git a/meta-oe/recipes-support/poppler/poppler_0.18.0.bb 
b/meta-oe/recipes-support/poppler/poppler_0.18.0.bb
index 69d2926..6f1a022 100644
--- a/meta-oe/recipes-support/poppler/poppler_0.18.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_0.18.0.bb
@@ -1,6 +1,6 @@
 require poppler.inc
 
-PR = r2
+PR = r3
 
 DEPENDS += lcms
 
-- 
1.7.8.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-efl][PATCH 3/7] elementary: add poppler to DEPENDS

2012-03-08 Thread Martin Jansa
* poppler is autodetected and then transitive deps are not working as expected 
(it will remove tiff from sysroot to
  replace it with newer version while building something else against 
elementary)
  | 
/OE/shr-core/tmp-eglibc/sysroots/x86_64-linux/usr/libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/4.6.3/ld:
 warning: libtiff.so.3, needed by 
/OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libelementary.so, not found 
(try using -rpath or -rpath-link)
  | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: 
undefined reference to `TIFFSetField'
  | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: 
undefined reference to `TIFFClose'
  | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: 
undefined reference to `TIFFDefaultStripSize'
  | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: 
undefined reference to `TIFFFdOpen'
  | /OE/shr-core/tmp-eglibc/sysroots/qemux86-64/usr/lib/libpoppler.so: 
undefined reference to `TIFFWriteScanline'

Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-efl/recipes-efl/efl/elementary_svn.bb |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/elementary_svn.bb 
b/meta-efl/recipes-efl/efl/elementary_svn.bb
index a0673ae..32f706f 100644
--- a/meta-efl/recipes-efl/efl/elementary_svn.bb
+++ b/meta-efl/recipes-efl/efl/elementary_svn.bb
@@ -1,9 +1,9 @@
 DESCRIPTION = EFL based widget set for mobile devices
 LICENSE = LGPLv2.1
 LIC_FILES_CHKSUM = file://COPYING;md5=10a051c72424b80bc784a3903651b43b
-DEPENDS = eet-native efreet evas ecore edje eet edbus ethumb
+DEPENDS = eet-native efreet evas ecore edje eet edbus ethumb poppler
 PV = 0.8.0+svnr${SRCPV}
-PR = r1
+PR = r2
 SRCREV = ${EFL_SRCREV}
 
 inherit efl gettext
-- 
1.7.8.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-efl][PATCH 4/7] epdf: another PR bump for libtiff3-libtiff5

2012-03-08 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-efl/recipes-efl/efl/epdf_svn.bb |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/efl/epdf_svn.bb 
b/meta-efl/recipes-efl/efl/epdf_svn.bb
index 7e6e5ca..73c3e30 100644
--- a/meta-efl/recipes-efl/efl/epdf_svn.bb
+++ b/meta-efl/recipes-efl/efl/epdf_svn.bb
@@ -2,7 +2,7 @@ DESCRIPTION = Epdf is the glue between EFL and libpoppler
 
 DEPENDS = poppler evas ecore
 PV = 0.1.0+svnr${SRCPV}
-PR = r7
+PR = r8
 SRCREV = ${EFL_SRCREV}
 
 inherit efl
-- 
1.7.8.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-efl][PATCH 5/7] python-elementary: another PR bump for libtiff3-libtiff5

2012-03-08 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 .../python/python-elementary_svn.bb|2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-devtools/python/python-elementary_svn.bb 
b/meta-efl/recipes-devtools/python/python-elementary_svn.bb
index daaf119..dfe194b 100644
--- a/meta-efl/recipes-devtools/python/python-elementary_svn.bb
+++ b/meta-efl/recipes-devtools/python/python-elementary_svn.bb
@@ -1,7 +1,7 @@
 require python-efl.inc
 LICENSE = LGPLv3
 LIC_FILES_CHKSUM = file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6
-PR = ${INC_PR}.4
+PR = ${INC_PR}.5
 SRCREV = ${EFL_SRCREV}
 DEPENDS += elementary python-evas
 RDEPENDS_${PN} += python-evas python-ecore python-edje 
-- 
1.7.8.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-efl][PATCH 6/7] lcms: add tiff to DEPENDS

2012-03-08 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-oe/recipes-support/lcms/lcms_1.17.bb |3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-support/lcms/lcms_1.17.bb 
b/meta-oe/recipes-support/lcms/lcms_1.17.bb
index efa6402..156bc31 100644
--- a/meta-oe/recipes-support/lcms/lcms_1.17.bb
+++ b/meta-oe/recipes-support/lcms/lcms_1.17.bb
@@ -3,8 +3,9 @@ SECTION = libs
 LICENSE = MIT
 LIC_FILES_CHKSUM = file://COPYING;md5=156745cad721a8783cb847e82b79f586
 SRC_URI = ${SOURCEFORGE_MIRROR}/lcms/lcms-${PV}.tar.gz
+DEPENDS = tiff
 
-PR = r3
+PR = r4
 
 BBCLASSEXTEND = native
 
-- 
1.7.8.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][meta-efl][PATCH 7/7] eve: another PR bump for libtiff3-libtiff5

2012-03-08 Thread Martin Jansa
Signed-off-by: Martin Jansa martin.ja...@gmail.com
---
 meta-efl/recipes-efl/e17/eve_svn.bb |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/eve_svn.bb 
b/meta-efl/recipes-efl/e17/eve_svn.bb
index 7836c8b..553 100644
--- a/meta-efl/recipes-efl/e17/eve_svn.bb
+++ b/meta-efl/recipes-efl/e17/eve_svn.bb
@@ -3,7 +3,7 @@ LICENSE = LGPLv3
 LIC_FILES_CHKSUM = file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6
 DEPENDS = evas ecore edje elementary webkit-efl
 PV = 0.3.0.0+svnr${SRCPV}
-PR = r2
+PR = r3
 SRCREV = ${EFL_SRCREV}
 
 inherit e gettext
-- 
1.7.8.5


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] fio: Add initial recipe for version 2.0.5

2012-03-08 Thread Tom Rini
Signed-off-by: Tom Rini tr...@ti.com
---
 meta-oe/recipes-benchmark/fio/fio_2.0.5.bb |   27 +++
 1 files changed, 27 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-benchmark/fio/fio_2.0.5.bb

diff --git a/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb 
b/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
new file mode 100644
index 000..4c086c8
--- /dev/null
+++ b/meta-oe/recipes-benchmark/fio/fio_2.0.5.bb
@@ -0,0 +1,27 @@
+SUMMARY = Filesystem and hardware benchmark and stress tool
+DESCRIPTION = fio is an I/O tool meant to be used both for benchmark and \
+stress/hardware verification. It has support for a number of I/O engines, \
+I/O priorities (for newer Linux kernels), rate I/O, forked or threaded jobs, \
+and much more. It can work on block devices as well as files. fio accepts \
+job descriptions in a simple-to-understand text format. Several example job \
+files are included. fio displays all sorts of I/O performance information.
+HOMEPAGE = http://freecode.com/projects/fio;
+SECTION = console/tests
+LICENSE = GPLv2
+LIC_FILES_CHKSUM = file://COPYING;md5=393a5ca445f6965873eca0259a17f833
+
+DEPENDS = libaio
+
+# rev for v2.0.5
+SRCREV = 02efadeb8b05144bcf2fc7796e1da2e7db211d00
+SRC_URI = git://git.kernel.dk/fio.git
+
+S = ${WORKDIR}/git
+
+EXTRA_OEMAKE = CC='${CC}' CFLAGS='${CFLAGS}' LDFLAGS='${LDFLAGS}'
+
+do_install() {
+   oe_runmake install DESTDIR=${D} bindir=${bindir} mandir=${mandir}
+   install -d ${D}/${docdir}/${PN}
+   cp -a ${S}/examples ${D}/${docdir}/${PN}/
+}
-- 
1.7.0.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH v2] udev-173: don't hardcode path to pidof

2012-03-08 Thread Andreas Oberritter
* pidof lives in /bin, search it in $PATH.
* Assume pidof's presence.
* Remove -e shell option, because pidof may return nonzero.

Signed-off-by: Andreas Oberritter o...@opendreambox.org
---
v1-v2: Removed -e.

 meta-oe/recipes-core/udev/udev/init   |8 +++-
 meta-oe/recipes-core/udev/udev_173.bb |2 +-
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/meta-oe/recipes-core/udev/udev/init 
b/meta-oe/recipes-core/udev/udev/init
index ecc357d..d160300 100644
--- a/meta-oe/recipes-core/udev/udev/init
+++ b/meta-oe/recipes-core/udev/udev/init
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
 
 ### BEGIN INIT INFO
 # Provides:  udev
@@ -18,10 +18,8 @@ export TZ=/etc/localtime
 [ -f /etc/udev/udev.conf ]  . /etc/udev/udev.conf
 
 kill_udevd() {
-   if [ -x /sbin/pidof ]; then
-   pid=`/sbin/pidof -x udevd`
-   [ -n $pid ]  kill $pid
-   fi
+   pid=`pidof -x udevd`
+   [ -n $pid ]  kill $pid
 }
 
 export ACTION=add
diff --git a/meta-oe/recipes-core/udev/udev_173.bb 
b/meta-oe/recipes-core/udev/udev_173.bb
index 5c5ce26..b7d7ed3 100644
--- a/meta-oe/recipes-core/udev/udev_173.bb
+++ b/meta-oe/recipes-core/udev/udev_173.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = 
file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
 # Needed for udev-extras
 DEPENDS = gperf-native usbutils acl glib-2.0
 
-PR = r3
+PR = r4
 
 # version specific SRC_URI
 SRC_URI = ${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
-- 
1.7.5.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe][PATCH] bzip2: bump PR of all recipes depending on bzip2

2012-03-08 Thread Andreas Oberritter
* Commit e27af1f273e9a7348dd8f5542df9206acd9210f3 of OE-core
  split bzip2 into binary and library packages.

Signed-off-by: Andreas Oberritter o...@opendreambox.org
---
 .../recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb|2 +-
 meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb  |2 +-
 meta-oe/recipes-multimedia/xbmc/xbmc_git.bb|2 +-
 .../imagemagick/imagemagick_6.7.5.bb   |2 +-
 meta-oe/recipes-support/opencv/opencv_2.3.bb   |2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb 
b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
index c09c8be..0b39f1b 100644
--- a/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
+++ b/meta-gnome/recipes-gnome/gnome-vfs/gnome-vfs_2.24.4.bb
@@ -13,7 +13,7 @@ DEPENDS = libxml2 gconf dbus bzip2 gnome-mime-data zlib
 RRECOMMENDS_${PN} = gnome-vfs-plugin-file shared-mime-info
 # Some legacy packages will require gnome-mime-data to be installed, but use of
 # it is deprecated.
-PR = r0
+PR = r1
 
 inherit gnome
 
diff --git a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb 
b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb
index bd770ae..20331bd 100644
--- a/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb
+++ b/meta-gnome/recipes-gnome/libgsf/libgsf_1.14.21.bb
@@ -3,7 +3,7 @@ LICENSE = GPLv2  LGPLv2.1
 LIC_FILES_CHKSUM = file://COPYING;md5=dc7371b50816c96e145fa0f8ade8e24d \
 file://COPYING.LIB;md5=61464cfe342798eeced82efe9ae55f63
 
-PR = r2
+PR = r3
 
 SECTION = libs
 
diff --git a/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb 
b/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
index 2c922e7..7f27ca6 100644
--- a/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
+++ b/meta-oe/recipes-multimedia/xbmc/xbmc_git.bb
@@ -9,7 +9,7 @@ DEPENDS = libusb1 libcec libplist expat yajl gperf-native 
libxmu fribidi mpeg2d
 SRCREV = f38655f1b565926846c1e17e0e7801c811037b1f
 
 PV = 11.0
-PR = r10
+PR = r11
 PR_append = +gitr${SRCPV}
 SRC_URI = git://github.com/xbmc/xbmc.git;branch=eden;protocol=git \

file://0001-configure-don-t-run-python-distutils-to-find-STAGING.patch \
diff --git a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb 
b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
index 1869a41..b0af84b 100644
--- a/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
+++ b/meta-oe/recipes-support/imagemagick/imagemagick_6.7.5.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
file://LICENSE;md5=944f66dcedc98d5a4e5d964bd3b32e7b
 # FIXME: There is much more checked libraries. All should be added or 
explicitly disabled to get consistent results.
 DEPENDS = lcms bzip2 jpeg libpng librsvg tiff zlib
 
-PR = r1
+PR = r2
 
 PATCHSET = 6
 SRC_URI = 
ftp://ftp.nluug.nl/pub/ImageMagick/ImageMagick-${PV}-${PATCHSET}.tar.bz2 \
diff --git a/meta-oe/recipes-support/opencv/opencv_2.3.bb 
b/meta-oe/recipes-support/opencv/opencv_2.3.bb
index fdb56a9..0534c27 100644
--- a/meta-oe/recipes-support/opencv/opencv_2.3.bb
+++ b/meta-oe/recipes-support/opencv/opencv_2.3.bb
@@ -16,7 +16,7 @@ SRC_URI = 
svn://code.ros.org/svn/opencv/tags/2.3.1;module=opencv;proto=https \
 SRCREV = 7198
 
 PV = 2.3.1
-PR = r2
+PR = r3
 
 S = ${WORKDIR}/opencv
 
-- 
1.7.5.4


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][PATCH v2 2/3] systemd: enable logging to disk instead of tmpfs

2012-03-08 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 08-03-12 18:59, Otavio Salvador schreef:
 On Thu, Mar 8, 2012 at 14:15, Andreas Müller 
 schnitzelt...@googlemail.com wrote:
 My personal opinion: since RAM is most expensive prefer flash/disk as 
 default ( as Koen already pointed out this default can be simply 
 overridden by deleting /var/log/journal [2][3] )
 
 If this is the case, then let's make this patch ensure this works out of
 box ... I do think most people will get full flash/disk without knowing
 why.

We're working on it with the systemd people to see what is causing the
'runaway' logs.

regards,

Koen
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAk9Zp9gACgkQMkyGM64RGpEdEQCgrvRjHfFYxa8ZSwi647xeQffa
47IAnR/aaqwUVbVBPiE5+XV7KtYcBrrA
=x8rX
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe] README: fix typo

2012-03-08 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 08-03-12 16:14, Gary Thomas schreef:
 Without this change, 'git send-email' complains of a missing argument.

Only if there's a dir called 'meta-oe', git is weird like that.

regards,

Koen


 Tested with git 1.7.7.6 on Fedora 16.
 
 Signed-off-by: Gary Thomas g...@mlbassoc.com --- meta-oe/README |2
 +- 1 files changed, 1 insertions(+), 1 deletions(-)
 
 diff --git a/meta-oe/README b/meta-oe/README index a195919..ed14866
 100644 --- a/meta-oe/README +++ b/meta-oe/README @@ -6,7 +6,7 @@
 revision: HEAD
 
 Send pull requests to openembedded-devel@lists.openembedded.org with
 '[meta-oe]' in the subject'
 
 -When sending single patches, please use something like 'git send-email
 -1 --to openembedded-devel@lists.openembedded.org --subject-prefix
 meta-oe' +When sending single patches, please use something like 'git
 send-email -1 --to openembedded-devel@lists.openembedded.org
 --subject-prefix=meta-oe'
 
 You are encouraged to fork the mirror on github
 https://github.com/openembedded/meta-oe/ to share your patches, this is
 preferred for patch sets consisting of more than one patch. Other
 services like gitorious, repo.or.cz or self hosted setups are of course
 accepted as well, 'git fetch remote' works the same on all of them. We
 recommend github because it is free, easy to use, has been proven to be
 reliable and has a really good web GUI.
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (Darwin)
Comment: GPGTools - http://gpgtools.org

iEYEARECAAYFAk9ZqQ8ACgkQMkyGM64RGpEqIACdGmcFzw6kCjxJm1sRPOXsNUr3
ygkAnRVRraA/+17ijY+91QpYk79VrMV8
=DHsY
-END PGP SIGNATURE-


___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel