Re: [oe] [meta-handheld][PATCH] keymaps: edit script to reuse 2.6 kernel keymaps

2012-03-18 Thread Martin Jansa
On Sun, Mar 18, 2012 at 01:13:55AM +0100, Andrea Adami wrote:
 * The keymap.sh script installed by oe-core recipe has a check
 * for KERNEL_MAJMIN=`uname -r | cut -d '.' -f 1,2`
 * so the keymaps-2.6.map's are ignored when running 3.x kernels
 * Thus, we replace the suffix of the runtime kernel with 2.6 in the 
 .bbappend.
 * Bump PR

Anyone interested in systemd support for keymaps? 
Here is .bbappend and .service I'm using:

meta-smartphone/meta-shr/recipes-bsp/keymaps/

And it's also assuming keymaps-2.6.map file.

Cheers,

 
 Signed-off-by: Andrea Adami andrea.ad...@gmail.com
 ---
  recipes-bsp/keymaps/keymaps_1.0.bbappend |7 ++-
  1 files changed, 6 insertions(+), 1 deletions(-)
 
 diff --git a/recipes-bsp/keymaps/keymaps_1.0.bbappend 
 b/recipes-bsp/keymaps/keymaps_1.0.bbappend
 index d3310c1..039b30c 100644
 --- a/recipes-bsp/keymaps/keymaps_1.0.bbappend
 +++ b/recipes-bsp/keymaps/keymaps_1.0.bbappend
 @@ -1,4 +1,4 @@
 -PRINC = 1
 +PRINC = 2
  
  FILESEXTRAPATHS_prepend := ${THISDIR}/files:
  
 @@ -20,6 +20,11 @@ SRC_URI_append_jornada6xx   =  
 file://keymap-uk-620-660.map \
   file://keymap-uk.map \
   
  
 +# we still use keymap-2.6.map files
 +do_configure_append () {
 +sed -i -e 's/KERNEL_MAJMIN=.*$/KERNEL_MAJMIN=2.6/' ${WORKDIR}/keymap.sh
 +}
 +
  do_install_append () {
  case ${MACHINE} in
  c7x0 | tosa | akita | spitz | collie | poodle | h2200 | h4000 | 
 hx4700 | jornada6xx )
 -- 
 1.7.3.4
 
 
 ___
 Openembedded-devel mailing list
 Openembedded-devel@lists.openembedded.org
 http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


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


Re: [oe] [meta-oe][PATCH] midori: Add project home page info

2012-03-18 Thread Paul Menzel
Am Freitag, den 16.03.2012, 13:41 -0600 schrieb Gary Thomas:
 Signed-off-by: Gary Thomas g...@mlbassoc.com
 ---
  meta-oe/recipes-connectivity/midori/midori.inc |1 +
  1 files changed, 1 insertions(+), 0 deletions(-)
 
 diff --git a/meta-oe/recipes-connectivity/midori/midori.inc 
 b/meta-oe/recipes-connectivity/midori/midori.inc
 index 4c7147e..dccb3ee 100644
 --- a/meta-oe/recipes-connectivity/midori/midori.inc
 +++ b/meta-oe/recipes-connectivity/midori/midori.inc
 @@ -1,4 +1,5 @@
  DESCRIPTION = Midori is a lightweight web browser.
 +HOMEPAGE = http://www.twotoasts.de/index.php?/pages/midori_summary.html;
  LICENSE = LGPLv2.1
  LIC_FILES_CHKSUM = file://COPYING;md5=fbc093901857fcd118f065f900982c24

Acked-by: Paul Menzel paulepan...@users.sourceforge.net


Thanks,

Paul


signature.asc
Description: This is a digitally signed message part
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe] systemd: update to v44 + CVE fix

2012-03-18 Thread Koen Kooi
Signed-off-by: Koen Kooi k...@dominion.thruhere.net
---
 ...nald-allocate-PAGE_SIZE-bytes-for-selinux.patch |   34 
 meta-oe/recipes-core/systemd/systemd_git.bb|5 ++-
 2 files changed, 37 insertions(+), 2 deletions(-)
 create mode 100644 
meta-oe/recipes-core/systemd/systemd/0001-Revert-journald-allocate-PAGE_SIZE-bytes-for-selinux.patch

diff --git 
a/meta-oe/recipes-core/systemd/systemd/0001-Revert-journald-allocate-PAGE_SIZE-bytes-for-selinux.patch
 
b/meta-oe/recipes-core/systemd/systemd/0001-Revert-journald-allocate-PAGE_SIZE-bytes-for-selinux.patch
new file mode 100644
index 000..9c74f67
--- /dev/null
+++ 
b/meta-oe/recipes-core/systemd/systemd/0001-Revert-journald-allocate-PAGE_SIZE-bytes-for-selinux.patch
@@ -0,0 +1,34 @@
+From 9d3226c3a3dd34e7299aa693544e45b8ebe9410b Mon Sep 17 00:00:00 2001
+From: Koen Kooi k...@dominion.thruhere.net
+Date: Sun, 18 Mar 2012 09:18:39 +0100
+Subject: [PATCH] Revert journald: allocate PAGE_SIZE bytes for selinux label 
length
+
+This reverts commit 2d44fc7ba5aaf700672baa7b0697caefddafdc53.
+---
+ src/journal/journald.c |3 +--
+ 1 files changed, 1 insertions(+), 2 deletions(-)
+
+diff --git a/src/journal/journald.c b/src/journal/journald.c
+index baad3ab..3dde891 100644
+--- a/src/journal/journald.c
 b/src/journal/journald.c
+@@ -29,7 +29,6 @@
+ #include sys/ioctl.h
+ #include linux/sockios.h
+ #include sys/statvfs.h
+-#include sys/user.h
+ 
+ #include systemd/sd-journal.h
+ #include systemd/sd-login.h
+@@ -2144,7 +2143,7 @@ static int process_event(Server *s, struct epoll_event 
*ev) {
+ uint8_t buf[CMSG_SPACE(sizeof(struct ucred)) +
+ CMSG_SPACE(sizeof(struct 
timeval)) +
+ CMSG_SPACE(sizeof(int)) +
+-CMSG_SPACE(PAGE_SIZE)]; /* 
selinux label */
++CMSG_SPACE(LINE_MAX)]; /* selinux 
label */
+ } control;
+ ssize_t n;
+ int v;
+-- 
+1.7.2.5
+
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb 
b/meta-oe/recipes-core/systemd/systemd_git.bb
index e99be88..a320299 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -14,13 +14,14 @@ inherit gitpkgv
 PKGV = v${GITPKGVTAG}
 
 PV = git
-PR = r22
+PR = r23
 
 inherit useradd pkgconfig autotools vala perlnative
 
-SRCREV = 03f38e74984d93aa83c056893d414a5e3eac5763
+SRCREV = 5ebff5337594d690b322078c512eb222d34aaa82
 
 SRC_URI = git://anongit.freedesktop.org/systemd/systemd;protocol=git \
+   
file://0001-Revert-journald-allocate-PAGE_SIZE-bytes-for-selinux.patch \
file://0002-systemd-logind-don-t-kill-user-processes-on-exit.patch \
${UCLIBCPATCHES} \
   
-- 
1.7.2.5


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


Re: [oe] [meta-oe][PATCH] midori: Add project home page info

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

Op 16-03-12 20:41, Gary Thomas schreef:
 Signed-off-by: Gary Thomas g...@mlbassoc.com --- 
 meta-oe/recipes-connectivity/midori/midori.inc |1 + 1 files changed,
 1 insertions(+), 0 deletions(-)
 
 diff --git a/meta-oe/recipes-connectivity/midori/midori.inc
 b/meta-oe/recipes-connectivity/midori/midori.inc index 4c7147e..dccb3ee
 100644 --- a/meta-oe/recipes-connectivity/midori/midori.inc +++
 b/meta-oe/recipes-connectivity/midori/midori.inc @@ -1,4 +1,5 @@ 
 DESCRIPTION = Midori is a lightweight web browser. +HOMEPAGE =
 http://www.twotoasts.de/index.php?/pages/midori_summary.html; LICENSE =
 LGPLv2.1 LIC_FILES_CHKSUM =
 file://COPYING;md5=fbc093901857fcd118f065f900982c24

Missing PR bump

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

iEYEARECAAYFAk9lz34ACgkQMkyGM64RGpEHOgCgmul2etT83MmnsD4ni6ran/Ov
xR4AnRzwgCEErm1FotEmwRd4lEui5wNN
=Gdj4
-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][PATCH] midori: Add project home page info

2012-03-18 Thread Martin Jansa
On Sun, Mar 18, 2012 at 01:05:20PM +0100, Koen Kooi wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 Op 16-03-12 20:41, Gary Thomas schreef:
  Signed-off-by: Gary Thomas g...@mlbassoc.com --- 
  meta-oe/recipes-connectivity/midori/midori.inc |1 + 1 files changed,
  1 insertions(+), 0 deletions(-)
  
  diff --git a/meta-oe/recipes-connectivity/midori/midori.inc
  b/meta-oe/recipes-connectivity/midori/midori.inc index 4c7147e..dccb3ee
  100644 --- a/meta-oe/recipes-connectivity/midori/midori.inc +++
  b/meta-oe/recipes-connectivity/midori/midori.inc @@ -1,4 +1,5 @@ 
  DESCRIPTION = Midori is a lightweight web browser. +HOMEPAGE =
  http://www.twotoasts.de/index.php?/pages/midori_summary.html; LICENSE =
  LGPLv2.1 LIC_FILES_CHKSUM =
  file://COPYING;md5=fbc093901857fcd118f065f900982c24
 
 Missing PR bump

Khem applied it before my version upgrade, so it should be fine in
feeds.

Cheers,

-- 
Martin 'JaMa' Jansa jabber: martin.ja...@gmail.com


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


Re: [oe] [meta-oe][PATCH] midori: Add project home page info

2012-03-18 Thread Gary Thomas

On 2012-03-18 06:18, Martin Jansa wrote:

On Sun, Mar 18, 2012 at 01:05:20PM +0100, Koen Kooi wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Op 16-03-12 20:41, Gary Thomas schreef:

Signed-off-by: Gary Thomasg...@mlbassoc.com  ---
meta-oe/recipes-connectivity/midori/midori.inc |1 + 1 files changed,
1 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-connectivity/midori/midori.inc
b/meta-oe/recipes-connectivity/midori/midori.inc index 4c7147e..dccb3ee
100644 --- a/meta-oe/recipes-connectivity/midori/midori.inc +++
b/meta-oe/recipes-connectivity/midori/midori.inc @@ -1,4 +1,5 @@
DESCRIPTION = Midori is a lightweight web browser. +HOMEPAGE =
http://www.twotoasts.de/index.php?/pages/midori_summary.html; LICENSE =
LGPLv2.1 LIC_FILES_CHKSUM =
file://COPYING;md5=fbc093901857fcd118f065f900982c24


Missing PR bump


Khem applied it before my version upgrade, so it should be fine in
feeds.


Plus, it's informational only, so why bump the PR?  That's silly.

--

Gary Thomas |  Consulting for the
MLB Associates  |Embedded world


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


Re: [oe] [meta-oe][PATCH] midori: Add project home page info

2012-03-18 Thread Paul Menzel
Am Sonntag, den 18.03.2012, 07:24 -0600 schrieb Gary Thomas:
 On 2012-03-18 06:18, Martin Jansa wrote:
  On Sun, Mar 18, 2012 at 01:05:20PM +0100, Koen Kooi wrote:
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  Op 16-03-12 20:41, Gary Thomas schreef:
  Signed-off-by: Gary Thomasg...@mlbassoc.com  ---
  meta-oe/recipes-connectivity/midori/midori.inc |1 + 1 files changed,
  1 insertions(+), 0 deletions(-)
 
  diff --git a/meta-oe/recipes-connectivity/midori/midori.inc
  b/meta-oe/recipes-connectivity/midori/midori.inc index 4c7147e..dccb3ee
  100644 --- a/meta-oe/recipes-connectivity/midori/midori.inc +++
  b/meta-oe/recipes-connectivity/midori/midori.inc @@ -1,4 +1,5 @@
  DESCRIPTION = Midori is a lightweight web browser. +HOMEPAGE =
  http://www.twotoasts.de/index.php?/pages/midori_summary.html; LICENSE =
  LGPLv2.1 LIC_FILES_CHKSUM =
  file://COPYING;md5=fbc093901857fcd118f065f900982c24
 
  Missing PR bump
 
  Khem applied it before my version upgrade, so it should be fine in
  feeds.
 
 Plus, it's informational only, so why bump the PR?

Because the metadata is included in packages as far as I know. So
package manager can display the homepage field.

 That's silly.

Please use another wording next time.


Thanks,

Paul


signature.asc
Description: This is a digitally signed message part
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel


[oe] [meta-oe 2/6] libmpd: initial add 11.8.17

2012-03-18 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../recipes-multimedia/musicpd/libmpd_11.8.17.bb   |   11 +++
 1 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 meta-oe/recipes-multimedia/musicpd/libmpd_11.8.17.bb

diff --git a/meta-oe/recipes-multimedia/musicpd/libmpd_11.8.17.bb 
b/meta-oe/recipes-multimedia/musicpd/libmpd_11.8.17.bb
new file mode 100644
index 000..b58a4fa
--- /dev/null
+++ b/meta-oe/recipes-multimedia/musicpd/libmpd_11.8.17.bb
@@ -0,0 +1,11 @@
+DESCRIPTION = Music Player Daemon library
+LICENSE = GPLv2
+LIC_FILES_CHKSUM = file://COPYING;md5=751419260aa954499f7abaabaa882bbe
+HOMEPAGE =http://sourceforge.net/projects/musicpd;
+DEPENDS = glib-2.0
+
+SRC_URI = ${SOURCEFORGE_MIRROR}/musicpd/${PN}/${PV}/${PN}-${PV}.tar.gz
+SRC_URI[md5sum] = 5ae3d87467d52aef3345407adb0a2488
+SRC_URI[sha256sum] = 
fe20326b0d10641f71c4673fae637bf9222a96e1712f71f170fca2fc34bf7a83
+
+inherit autotools
-- 
1.7.4.4


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


[oe] [meta-oe 4/6] xfce4-mpc-plugin: initial add 0.4.2

2012-03-18 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../mpc/xfce4-mpc-plugin_0.4.2.bb  |   15 +++
 1 files changed, 15 insertions(+), 0 deletions(-)
 create mode 100644 
meta-xfce/recipes-panel-plugins/mpc/xfce4-mpc-plugin_0.4.2.bb

diff --git a/meta-xfce/recipes-panel-plugins/mpc/xfce4-mpc-plugin_0.4.2.bb 
b/meta-xfce/recipes-panel-plugins/mpc/xfce4-mpc-plugin_0.4.2.bb
new file mode 100644
index 000..734f19e
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/mpc/xfce4-mpc-plugin_0.4.2.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = Simple client plugin for Music Player Daemon
+HOMEPAGE = http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin;
+SECTION = x11/application
+LICENSE = BSD
+LIC_FILES_CHKSUM = file://COPYING;md5=3604d987e6dfdfc672c754d08953b0e0
+
+inherit xfce-panel-plugin
+
+DEPENDS += libmpd
+
+# for now we reccomend our own mpd-server
+RRECOMMENDS_${PN} = mpd
+
+SRC_URI[md5sum] = 45cfce0f9c4de5a3f51b006ef8caa515
+SRC_URI[sha256sum] = 
5fa2e8c1217d80c2777d92650ba054cabf916e1452635a118005282886271714
-- 
1.7.4.4


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


[oe] [meta-oe 6/6] task-xfce-extended: add xfmpc, xfce4-mpc-plugin and xfce4-mixer

2012-03-18 Thread Andreas Müller

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb 
b/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb
index 2dbd9f0..7bbc7fd 100644
--- a/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb
+++ b/meta-xfce/recipes-xfce/tasks/task-xfce-extended.bb
@@ -3,7 +3,7 @@ SECTION = x11/wm
 LICENSE = MIT
 LIC_FILES_CHKSUM = 
file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58
 
-PR = r1
+PR = r2
 
 inherit task
 
@@ -33,8 +33,11 @@ RRECOMMENDS_${PN} =  \
 xfce4-diskperf-plugin \
 xfce4-netload-plugin \
 xfce4-genmon-plugin \
+xfce4-mpc-plugin \
 \
 xfce4-appfinder \
 xfce4-screenshooter \
+xfce4-mixer \
+xfmpc \
 ristretto \
 
-- 
1.7.4.4


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


[oe] [meta-oe 3/6] xfmpc: initial add 0.2.2

2012-03-18 Thread Andreas Müller
Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 meta-xfce/recipes-apps/xfmpc/xfmpc_0.2.2.bb |   13 +
 1 files changed, 13 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-apps/xfmpc/xfmpc_0.2.2.bb

diff --git a/meta-xfce/recipes-apps/xfmpc/xfmpc_0.2.2.bb 
b/meta-xfce/recipes-apps/xfmpc/xfmpc_0.2.2.bb
new file mode 100644
index 000..84d798c
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfmpc/xfmpc_0.2.2.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = Music Player Daemon (MPD) client written in GTK+
+HOMEPAGE = http://goodies.xfce.org/projects/applications/xfmpc;
+LICENSE = GPLv2
+LIC_FILES_CHKSUM = file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f
+DEPENDS = gtk+ libxfce4util libxfce4ui libmpd vala-native
+
+# for now we reccomend our own mpd-server
+RRECOMMENDS_${PN} = mpd
+
+inherit xfce-app
+
+SRC_URI[md5sum] = e4e198850c2467c47783969ac9c16ec0
+SRC_URI[sha256sum] = 
ed0cc2940bd5928bb30fab1531c22185a97bd0cc5beacd9e3be4d4cd994a6862
-- 
1.7.4.4


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


[oe] [meta-oe 5/6] xfce4-mixer: initial add 4.8.0

2012-03-18 Thread Andreas Müller

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb  |   14 ++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb

diff --git a/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb 
b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb
new file mode 100644
index 000..23a8ba5
--- /dev/null
+++ b/meta-xfce/recipes-apps/xfce4-mixer/xfce4-mixer_4.8.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = A volume control application based on GStreamer
+LICENSE = GPLv2
+LIC_FILES_CHKSUM = file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552
+
+inherit xfce-panel-plugin
+
+DEPENDS += glib-2.0 gst-plugins-base gtk+ xfconf
+
+SRC_URI = 
http://archive.xfce.org/src/apps/${BPN}/${@'${PV}'[0:3]}/${BPN}-${PV}.tar.bz2
+
+SRC_URI[md5sum] = 3fa3a9973e18c04da26709a654e242ff
+SRC_URI[sha256sum] = 
9f9f48fdd0d3f6b1e46694b93a44d15b800db72a96d831b5111d9ac976970fab
+
+RDEPENDS_${PN} = gst-meta-audio
-- 
1.7.4.4


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


[oe] [meta-oe 2/2] midori: add librsvg-native to DEPENDS

2012-03-18 Thread Andreas Müller
configure found rsvg-convert on host:
...
Checking for program rsvg-convert   : /usr/bin/rsvg-convert
...

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 .../recipes-connectivity/midori/midori_0.4.4.bb|4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-connectivity/midori/midori_0.4.4.bb 
b/meta-oe/recipes-connectivity/midori/midori_0.4.4.bb
index 7c51641..3561440 100644
--- a/meta-oe/recipes-connectivity/midori/midori_0.4.4.bb
+++ b/meta-oe/recipes-connectivity/midori/midori_0.4.4.bb
@@ -2,7 +2,9 @@ DESCRIPTION = Midori is a lightweight web browser.
 HOMEPAGE = http://www.twotoasts.de/index.php?/pages/midori_summary.html;
 LICENSE = LGPLv2.1
 LIC_FILES_CHKSUM = file://COPYING;md5=fbc093901857fcd118f065f900982c24
-DEPENDS = webkit-gtk libsoup-2.4 libsexy openssl vala-native python-native 
python-docutils-native
+DEPENDS = webkit-gtk libsoup-2.4 libsexy openssl vala-native python-native 
python-docutils-native librsvg-native
+
+PR = r1
 
 SRC_URI = 
http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \
   
-- 
1.7.4.4


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


[oe] [meta-oe 1/2] midori: remove midori.inc and oe-stylize

2012-03-18 Thread Andreas Müller

Signed-off-by: Andreas Müller schnitzelt...@googlemail.com
---
 meta-oe/recipes-connectivity/midori/midori.inc |   39 --
 .../recipes-connectivity/midori/midori_0.4.4.bb|   42 ++-
 2 files changed, 39 insertions(+), 42 deletions(-)
 delete mode 100644 meta-oe/recipes-connectivity/midori/midori.inc

diff --git a/meta-oe/recipes-connectivity/midori/midori.inc 
b/meta-oe/recipes-connectivity/midori/midori.inc
deleted file mode 100644
index dccb3ee..000
--- a/meta-oe/recipes-connectivity/midori/midori.inc
+++ /dev/null
@@ -1,39 +0,0 @@
-DESCRIPTION = Midori is a lightweight web browser.
-HOMEPAGE = http://www.twotoasts.de/index.php?/pages/midori_summary.html;
-LICENSE = LGPLv2.1
-LIC_FILES_CHKSUM = file://COPYING;md5=fbc093901857fcd118f065f900982c24
-
-DEPENDS = webkit-gtk libsoup-2.4 libsexy openssl vala-native python-native 
python-docutils-native
-
-inherit gtk-icon-cache pkgconfig
-
-do_configure() {
-sed -i -e 's:, shell=False::g' -e s:/usr/X11R6/include::g -e 
s:/usr/X11R6/lib::g wscript
-./configure \
---prefix=${prefix} \
---bindir=${bindir} \
---sbindir=${sbindir} \
---libexecdir=${libexecdir} \
---datadir=${datadir} \
---sysconfdir=${sysconfdir} \
---sharedstatedir=${sharedstatedir} \
---localstatedir=${localstatedir} \
---libdir=${libdir} \
---includedir=${includedir} \
---infodir=${infodir} \
---mandir=${mandir} \
---disable-hildon \
---disable-gtk3 \
-}
-
-LDFLAGS_append =  -ljavascriptcoregtk-1.0 
-
-do_install() {
-   oe_runmake DESTDIR=${D} install
-}
-
-RRECOMMENDS_${PN} += glib-networking ca-certificates gnome-icon-theme
-
-FILES_${PN}-dev += ${datadir}/vala/vapi
-
-TARGET_CC_ARCH += ${LDFLAGS}
diff --git a/meta-oe/recipes-connectivity/midori/midori_0.4.4.bb 
b/meta-oe/recipes-connectivity/midori/midori_0.4.4.bb
index 827eb19..7c51641 100644
--- a/meta-oe/recipes-connectivity/midori/midori_0.4.4.bb
+++ b/meta-oe/recipes-connectivity/midori/midori_0.4.4.bb
@@ -1,8 +1,44 @@
-require midori.inc
-
-PARALLEL_MAKE = 
+DESCRIPTION = Midori is a lightweight web browser.
+HOMEPAGE = http://www.twotoasts.de/index.php?/pages/midori_summary.html;
+LICENSE = LGPLv2.1
+LIC_FILES_CHKSUM = file://COPYING;md5=fbc093901857fcd118f065f900982c24
+DEPENDS = webkit-gtk libsoup-2.4 libsexy openssl vala-native python-native 
python-docutils-native
 
 SRC_URI = 
http://archive.xfce.org/src/apps/midori/0.4/midori-${PV}.tar.bz2;name=midori \
   
 SRC_URI[midori.md5sum] = a6578ebfd237c0f22cce49113b95f70c
 SRC_URI[midori.sha256sum] = 
fadd43f76c1c9f6a16483e60a804e58fb6817c6a595b1acdd59bcbdd7b35bca2
+
+inherit gtk-icon-cache pkgconfig
+
+do_configure() {
+sed -i -e 's:, shell=False::g' -e s:/usr/X11R6/include::g -e 
s:/usr/X11R6/lib::g wscript
+./configure \
+--prefix=${prefix} \
+--bindir=${bindir} \
+--sbindir=${sbindir} \
+--libexecdir=${libexecdir} \
+--datadir=${datadir} \
+--sysconfdir=${sysconfdir} \
+--sharedstatedir=${sharedstatedir} \
+--localstatedir=${localstatedir} \
+--libdir=${libdir} \
+--includedir=${includedir} \
+--infodir=${infodir} \
+--mandir=${mandir} \
+--disable-hildon \
+--disable-gtk3 \
+}
+do_install() {
+oe_runmake DESTDIR=${D} install
+}
+
+RRECOMMENDS_${PN} += glib-networking ca-certificates gnome-icon-theme
+
+FILES_${PN}-dev += ${datadir}/vala/vapi
+
+LDFLAGS_append =  -ljavascriptcoregtk-1.0 
+
+PARALLEL_MAKE = 
+
+TARGET_CC_ARCH += ${LDFLAGS}
-- 
1.7.4.4


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


[oe] BSP advice

2012-03-18 Thread R U Local
Dear List,

Is it possible to build an Angstrom rootfs without building x-load, u-boot
and kernel image?

We have a new development that uses an AM3517 based unit.

The SDK comes with pre-patched source code for x-load, u-boot and kernel.
There are also compiled binary images.

To get things working quickly I'd like to build a rootfs with our software
and dependent packages and use the supplied binaries during installation.

 

Would setting ASSUME_PROVIDED in the machine BSP achieve this? 

 

Cheers Mike.

 

 

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


Re: [oe] BSP advice

2012-03-18 Thread Philip Balister
On 03/18/2012 04:36 PM, R U Local wrote:
 Dear List,
 
 Is it possible to build an Angstrom rootfs without building x-load, u-boot
 and kernel image?
 
 We have a new development that uses an AM3517 based unit.
 
 The SDK comes with pre-patched source code for x-load, u-boot and kernel.
 There are also compiled binary images.
 
 To get things working quickly I'd like to build a rootfs with our software
 and dependent packages and use the supplied binaries during installation.
 
  
 
 Would setting ASSUME_PROVIDED in the machine BSP achieve this? 

How are you going to handle the kernel modules?

Build something close and ignore the packages you do not need :)

Philip

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