From patchwork Fri Jan 6 18:59:30 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,0/5] Pending patches from O.S. Systems tree Date: Fri, 06 Jan 2012 18:59:30 -0000 From: Otavio Salvador X-Patchwork-Id: 18693 Message-Id: To: openembedded-devel@lists.openembedded.org The following changes since commit 18266de7fc4e87754831c5e0e8ad09ccd94c93b4: nodejs-native: clarify dependencies to match updated oe-core parser (2012-01-06 09:33:42 +0100) are available in the git repository at: git://github.com/OSSystems/meta-oe master https://github.com/OSSystems/meta-oe/tree/master Otavio Salvador (5): xserver-nodm-init: move systemd service to xserver-nodm-init-systemd meta-efl: elsa: rconflicts/rreplaces xserver-nodm-init-systemd task-x11: use xserver-nodm-init-systemd busybox: add systemd support for syslog service udisks: disable manpage building meta-efl/recipes-efl/efl/elsa_svn.bb | 6 ++-- .../busybox/busybox/busybox-klogd.service.in | 8 +++++ .../busybox/busybox/busybox-syslog.default | 1 + .../busybox/busybox/busybox-syslog.service.in | 13 ++++++++ .../recipes-core/busybox/busybox_1.19.3.bbappend | 30 ++++++++++++++++++++ meta-oe/recipes-core/tasks/task-x11_1.0.bb | 6 ++-- .../xserver-nodm-init/xserver-nodm-init_2.0.bb | 30 +++++++++---------- meta-oe/recipes-support/udisks/udisks_1.0.4.bb | 4 ++- 8 files changed, 75 insertions(+), 23 deletions(-) create mode 100644 meta-oe/recipes-core/busybox/busybox/busybox-klogd.service.in create mode 100644 meta-oe/recipes-core/busybox/busybox/busybox-syslog.default create mode 100644 meta-oe/recipes-core/busybox/busybox/busybox-syslog.service.in create mode 100644 meta-oe/recipes-core/busybox/busybox_1.19.3.bbappend