<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.handhelds.openembedded">
    <title>gmane.comp.handhelds.openembedded</title>
    <link>http://blog.gmane.org/gmane.comp.handhelds.openembedded</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52496"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52494"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52492"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52489"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52487"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52484"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52481"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52479"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52473"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52472"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52471"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52468"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52465"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52461"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52390"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52384"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52382"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52380"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52376"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52373"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52496">
    <title>[oe] Install SDKs for multiple machines in parallel</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52496</link>
    <description>&lt;pre&gt;Hallo,

while switching from OE classic to OE-core, some questions arised
concerning SDK generation in OE-core. In OE-Classic, I used to set
SDKPATH so that each of my machines (I have several different machines I
need to build my distribution for) had its separate directory under
/opt/sdk/&amp;lt;mymachine&amp;gt;, so that all files belonging to the toolchain were
installed there. The advantage of this configuration was, that I could
have bitbake create a debian package for the toolchain for each machine
and install these toolchain packages for different machines at the same
time, because there were no file collisions.
In OE-core, however, I realized that setting SDKPATH my usual
configuration wouldn't work out because there are the
nativesdk-packages, that seem to be machine-independent. So what I'd
need would be a way to split the generated toolchain into the nativesdk
path that is the same for each machine, and the cross-compiler, sysroot
etc. that is different for each machine, so that I'd be able to install
them as &lt;/pre&gt;</description>
    <dc:creator>Julian Pietron</dc:creator>
    <dc:date>2012-05-26T19:00:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52494">
    <title>[oe] [meta-oe 1/2] systemd-systemctl-native: Add additionalmessages for better debugging</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52494</link>
    <description>&lt;pre&gt;These messages helped me to fix the breakage of networkmanager/systemd

Signed-off-by: Andreas Müller &amp;lt;schnitzeltony&amp;lt; at &amp;gt;googlemail.com&amp;gt;
---
 .../systemd/systemd-systemctl-native.bb            |    2 +-
 .../systemd/systemd-systemctl-native/systemctl     |    5 +++++
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-core/systemd/systemd-systemctl-native.bb b/meta-oe/recipes-core/systemd/systemd-systemctl-native.bb
index 78eb8f3..7ca77ae 100644
--- a/meta-oe/recipes-core/systemd/systemd-systemctl-native.bb
+++ b/meta-oe/recipes-core/systemd/systemd-systemctl-native.bb
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -3,7 +3,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; DESCRIPTION = "Wrapper to enable of systemd services"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
 
-PR = "r2"
+PR = "r3"
 
 inherit native
 
diff --git a/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl b/meta-oe/recipes-core/systemd/systemd-systemctl-native/systemctl
index 6e7a05d..ff9e6a7 100755
--- a/meta-oe/recipes-core/syste&lt;/pre&gt;</description>
    <dc:creator>Andreas Müller</dc:creator>
    <dc:date>2012-05-26T17:51:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52492">
    <title>[oe] [2011.03-maintenance][PATCH] classes/mirrors.bbclass: updatedebian snapshot mirror url</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52492</link>
    <description>&lt;pre&gt;Signed-off-by: Khem Raj &amp;lt;raj.khem&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 classes/mirrors.bbclass |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/mirrors.bbclass b/classes/mirrors.bbclass
index 71ee5f6..bb4f1ec 100644
--- a/classes/mirrors.bbclass
+++ b/classes/mirrors.bbclass
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 MIRRORS[func] = "0"
 MIRRORS () {
-${DEBIAN_MIRROR}/mainhttp://snapshot.debian.net/archive/pool
+${DEBIAN_MIRROR}/main   http://snapshot.debian.org/archive/debian-archive/20120328T092752Z/debian/pool
 ${DEBIAN_MIRROR}ftp://ftp.de.debian.org/debian/pool
 ${DEBIAN_MIRROR}ftp://ftp.au.debian.org/debian/pool
 ${DEBIAN_MIRROR}ftp://ftp.cl.debian.org/debian/pool
&lt;/pre&gt;</description>
    <dc:creator>Khem Raj</dc:creator>
    <dc:date>2012-05-26T05:42:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52489">
    <title>[oe] [PATCH] netbase updated to 5.0</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52489</link>
    <description>&lt;pre&gt;Updated from 4.47 to 5.0 (4.47 isn't available anymore on the Debian FTP
servers so this was blocking builds from completing).

Signed-off-by: Dan McDougall &amp;lt;daniel.mcdougall&amp;lt; at &amp;gt;liftoffsoftware.com&amp;gt;
---
 meta/recipes-core/netbase/netbase-4.47/hosts       |    2 -
 meta/recipes-core/netbase/netbase-4.47/init        |   89 --------------------
 meta/recipes-core/netbase/netbase-4.47/interfaces  |   31 -------
 meta/recipes-core/netbase/netbase-4.47/nfsroot     |   39 ---------
 .../netbase/netbase-4.47/qemuarm/interfaces        |    5 --
 .../netbase/netbase-4.47/qemuarmv6/interfaces      |    5 --
 .../netbase/netbase-4.47/qemuarmv7/interfaces      |    5 --
 .../netbase/netbase-4.47/qemumips/interfaces       |    8 --
 .../netbase/netbase-4.47/qemumips64/interfaces     |    8 --
 .../netbase/netbase-4.47/qemuppc/interfaces        |    8 --
 .../netbase/netbase-4.47/qemush4/interfaces        |    8 --
 .../netbase/netbase-4.47/qemux86-64/interfaces     |    8 --
 .../netbase/netbase-4.47/qemux86/interfaces      &lt;/pre&gt;</description>
    <dc:creator>Dan McDougall</dc:creator>
    <dc:date>2012-05-25T19:54:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52487">
    <title>[oe] openjdk-7</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52487</link>
    <description>&lt;pre&gt;Hi all,

I've seen openjdk-7 in oe-core meta-java.
ANy plans to backport it to 2011.03-maintanance?

Thanks!
Jaap
&lt;/pre&gt;</description>
    <dc:creator>Jaap de Jong</dc:creator>
    <dc:date>2012-05-25T12:00:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52484">
    <title>[oe] [meta-xfce,V2 1/2] xfce4-xkb-plugin 0.5.4.3 inital add</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52484</link>
    <description>&lt;pre&gt;run tested on angstrom/overo

Signed-off-by: Andreas Müller &amp;lt;schnitzeltony&amp;lt; at &amp;gt;googlemail.com&amp;gt;
---
 .../xkb/xfce4-xkb-plugin_0.5.4.3.bb                |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb

diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb
new file mode 100644
index 0000000..8ec7fd2
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+DESCRIPTION = "XKB layout switching panel plug-in for the Xfce desktop environment"
+HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
+SECTION = "x11/application"
+LICENSE = "Alexander_Iliev"
+LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b"
+
+inherit xfce-panel-plugin
+
+DEPENDS += "libxklavier libwnck librsvg"
+
+SRC_URI[md5sum] = "b31144bd50875ec73f0b3101456c97fd"
+SRC_&lt;/pre&gt;</description>
    <dc:creator>Andreas Müller</dc:creator>
    <dc:date>2012-05-24T20:29:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52481">
    <title>[oe] [PATCH] ntpd-systemd: ntpd is started with -g parameter</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52481</link>
    <description>&lt;pre&gt;needed for correct functionality in systems without battery backed RTC

Signed-off-by: Radek Dostal &amp;lt;rd&amp;lt; at &amp;gt;radekdostal.com&amp;gt;
---
 meta-oe/recipes-support/ntp/files/ntpd.service |    2 +-
 meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/ntp/files/ntpd.service b/meta-oe/recipes-support/ntp/files/ntpd.service
index bd87b1e..0102ef0 100644
--- a/meta-oe/recipes-support/ntp/files/ntpd.service
+++ b/meta-oe/recipes-support/ntp/files/ntpd.service
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -5,7 +5,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; After=network.target
 [Service]
 Type=forking
 PIDFile=/run/ntpd.pid
-ExecStart=/usr/bin/ntpd -p /run/ntpd.pid
+ExecStart=/usr/bin/ntpd -g -p /run/ntpd.pid
 
 [Install]
 WantedBy=multi-user.target
diff --git a/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb b/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb
index ece8720..91d93c1 100644
--- a/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb
+++ b/meta-oe/recipes-support/ntp/ntp_4.2.6p3.bb
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 require ntp.inc
 
-PR = "r5&lt;/pre&gt;</description>
    <dc:creator>Radek Dostal</dc:creator>
    <dc:date>2012-05-24T16:05:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52479">
    <title>[oe] [PATCH 1/2] xfce4-xkb-plugin 0.5.4.3 inital add</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52479</link>
    <description>&lt;pre&gt;run tested on angstrom/overo

Signed-off-by: Andreas Müller &amp;lt;schnitzeltony&amp;lt; at &amp;gt;googlemail.com&amp;gt;
---
 .../xkb/xfce4-xkb-plugin_0.5.4.3.bb                |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb

diff --git a/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb
new file mode 100644
index 0000000..8ec7fd2
--- /dev/null
+++ b/meta-xfce/recipes-panel-plugins/xkb/xfce4-xkb-plugin_0.5.4.3.bb
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+DESCRIPTION = "XKB layout switching panel plug-in for the Xfce desktop environment"
+HOMEPAGE = "http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
+SECTION = "x11/application"
+LICENSE = "Alexander_Iliev"
+LIC_FILES_CHKSUM = "file://COPYING;md5=496f09f084b0f7e6f02f769a84490c6b"
+
+inherit xfce-panel-plugin
+
+DEPENDS += "libxklavier libwnck librsvg"
+
+SRC_URI[md5sum] = "b31144bd50875ec73f0b3101456c97fd"
+SRC_&lt;/pre&gt;</description>
    <dc:creator>Andreas Müller</dc:creator>
    <dc:date>2012-05-24T16:00:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52473">
    <title>[oe] invalid base-passwd_3.5.20.bb</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52473</link>
    <description>&lt;pre&gt;Release 2011.3

At  ftp://ftp.debian.org/debian/pool/main/b/base-passwd/
these version is not available, so the building of all
images failes:
base-passwd_3.5.20.tar.gz

verions 3.5.22 and 3.5.24 are available.

Please update the recipe.

Thank you, Roland
&lt;/pre&gt;</description>
    <dc:creator>info</dc:creator>
    <dc:date>2012-05-23T20:51:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52472">
    <title>[oe] [meta-initramfs][PATCH] meta-initramfs: append to BBPATHinstead of prepend so order of bblayers.conf is respected</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52472</link>
    <description>&lt;pre&gt;Signed-off-by: Martin Jansa &amp;lt;Martin.Jansa&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 meta-initramfs/conf/layer.conf |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/meta-initramfs/conf/layer.conf b/meta-initramfs/conf/layer.conf
index 469cde5..cc78c1a 100644
--- a/meta-initramfs/conf/layer.conf
+++ b/meta-initramfs/conf/layer.conf
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,11 +1,16 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 # Layer configuration for meta-initramfs layer
 
-# We have a conf and classes directory, prepend to BBPATH to prefer our versions
-BBPATH := "${LAYERDIR}:${BBPATH}"
+# We have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
 
 # We have a recipes directory, add to BBFILES
-BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "meta-initramfs"
 BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
+
+# Define the priority for recipes (.bb files) from this layer,
+# choosing carefully how this layer int&lt;/pre&gt;</description>
    <dc:creator>Martin Jansa</dc:creator>
    <dc:date>2012-05-23T15:50:30</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52471">
    <title>[oe] [meta-handheld][PATCH] meta-handheld: append to BBPATH insteadof prepend so order of bblayers.conf is respected</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52471</link>
    <description>&lt;pre&gt;Signed-off-by: Martin Jansa &amp;lt;Martin.Jansa&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 conf/layer.conf |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/conf/layer.conf b/conf/layer.conf
index 7a2441b..31dcb16 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,13 +1,18 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 # Layer configuration for meta-handheld layer
 # Copyright 2011 Intel Corporation
 
-# We have a conf and classes directory, prepend to BBPATH to prefer our versions
-BBPATH := "${LAYERDIR}:${BBPATH}"
+# We have a conf and classes directory, append to BBPATH
+BBPATH .= ":${LAYERDIR}"
 
 # We have a recipes directory, add to BBFILES
-BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "meta-handheld"
 BBFILE_PATTERN_meta-handheld := "^${LAYERDIR}/"
+
+# Define the priority for recipes (.bb files) from this layer,
+# choosing carefully how this layer interacts with all of the
+# other layers.
+
&lt;/pre&gt;</description>
    <dc:creator>Martin Jansa</dc:creator>
    <dc:date>2012-05-23T15:50:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52468">
    <title>[oe] [meta-oe][PATCH 1/2] gateone: update to 1.1</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52468</link>
    <description>&lt;pre&gt;Sort RDEPENDS alphabetically as well.

Based on https://github.com/liftoff/meta-oe/commit/9cb653845d7bb4416d2e8e6c5a09a54e08dd7578 by Dan McDougall

Signed-off-by: Koen Kooi &amp;lt;koen&amp;lt; at &amp;gt;dominion.thruhere.net&amp;gt;
---
 .../recipes-connectivity/gateone/gateone_git.bb    |   45 +++++++++++---------
 1 file changed, 25 insertions(+), 20 deletions(-)

diff --git a/meta-oe/recipes-connectivity/gateone/gateone_git.bb b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
index 983dc24..bfb3274 100644
--- a/meta-oe/recipes-connectivity/gateone/gateone_git.bb
+++ b/meta-oe/recipes-connectivity/gateone/gateone_git.bb
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2,10 +2,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; DESCRIPTION = "HTML5 (plugin-free) web-based terminal emulator and SSH client"
 LICENSE = "AGPLv3"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ee5b168fc7de89a0cadc49e27830aa2c"
 
-PR = "r1"
+PR = "r4"
 
-PV = "1.0"
-SRCREV = "0dfa4196ca514e075199c0dbf849353c6aa2976b"
+PV = "1.1"
+SRCREV = "bb74e1095adb66b04b51ed6ff10ae0aa96afdd46"
 SRC_URI = "git://github.com/liftoff/GateOne.git \
            file:&lt;/pre&gt;</description>
    <dc:creator>Koen Kooi</dc:creator>
    <dc:date>2012-05-23T08:29:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52465">
    <title>[oe] bitbake recipes with wildcards fail</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52465</link>
    <description>&lt;pre&gt;I was trying to build a console-image for a beaglebone and the build 
failed at libpam and again at systemd-compat-units.  The problem seems 
to be with bitbake recipes that have a wildcard in "file://" 
declarations like:

file://*.service

or

file://pam.d/*

I was able to fix libpam by changing .bb (here is a patch):

diff --git a/meta/recipes-extended/pam/libpam_1.1.5.bb 
b/meta/recipes-extended/pam/libpam_1.1.5.bb
index 08ce1d1..48da73d 100644
--- a/meta/recipes-extended/pam/libpam_1.1.5.bb
+++ b/meta/recipes-extended/pam/libpam_1.1.5.bb
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -13,7 +13,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; PR = "r3"

  SRC_URI = 
"https://fedorahosted.org/releases/l/i/linux-pam/Linux-PAM-${PV}.tar.bz2 \
             file://99_pam \
-           file://pam.d/* \
+           file://pam.d/common-account \
+           file://pam.d/common-auth \
+           file://pam.d/common-password \
+           file://pam.d/common-session \
+           file://pam.d/common-session-noninteractive \
+           file://pam.d/other \
             file://libpam-xtests.patch"

&lt;/pre&gt;</description>
    <dc:creator>Craig Swank</dc:creator>
    <dc:date>2012-05-22T14:50:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52461">
    <title>[oe] [meta-oe][PATCH] python: bump PR of packages after update ofdistutils.bbclass</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52461</link>
    <description>&lt;pre&gt;* Bump every recipe inheriting distutils or setuptools and
  not overriding do_install without calling distutils_do_install.

Signed-off-by: Andreas Oberritter &amp;lt;obi&amp;lt; at &amp;gt;opendreambox.org&amp;gt;
---
* NOTE: Depends on a patch just submitted to OE-Core mailing list.

 .../recipes-connectivity/gateone/gateone_git.bb    |    2 +-
 .../python/python-cheetah_2.4.4.bb                 |    2 +-
 .../python/python-cython_0.15.1.bb                 |    2 +-
 .../python/python-dateutil_1.4.1.bb                |    2 +-
 .../recipes-devtools/python/python-docutils_0.5.bb |    2 +-
 .../recipes-devtools/python/python-lxml_2.2.8.bb   |    2 +-
 .../recipes-devtools/python/python-numeric_24.2.bb |    2 +-
 .../recipes-devtools/python/python-numpy_1.4.1.bb  |    2 +-
 .../recipes-devtools/python/python-pexpect_2.3.bb  |    2 +-
 .../python/python-phoneutils_git.bb                |    2 +-
 .../python/python-pyalsaaudio_0.4.bb               |    2 +-
 .../python/python-pyopenssl_0.13.bb                |    1 +
 .../recipes-devtools/pyt&lt;/pre&gt;</description>
    <dc:creator>Andreas Oberritter</dc:creator>
    <dc:date>2012-05-21T21:10:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52390">
    <title>[oe] [PATCHv2 00/70] [2011.03-maintenance] Pull request 20120521</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52390</link>
    <description>&lt;pre&gt;All,

Updated in version2
    * Split the libtasn changes into one change for the licensing and
      another change to inherit lib_package.
    * Modified the commit messages to add the license settings.
    * This was to address feedback from Paul Menzel.

The following changes since commit 36a56cbb69cda0c89f478e01183d61c6a66525c9:
  Steffen Sledz (1):
        icedtea6-native-1.7.10: backport S7103224

are available in the git repository at:

  http://arago-project.org/git/projects/arago-oe-amsdk.git update-licenses

Chase Maupin (70):
      gnutls: update LICENSE setting to GPLv3 and LGPLv2.1
      libtasn1: update LICENSE setting to GPLv3 and LGPLv2.1
      libtasn1: inherit lib_package to split GPLv3 packages
      bonnie: Update LICENSE field version to GPLv2
      canutils: Update LICENSE field version GPLv2
      debianutils: Update LICENSE field version GPLv2
      gtk+: Update LICENSE field version for 2.20.1 to LGPLv2
      gnome-keyring: Update LICENSE field version to GPLv2
      gnome-vfs: Upda&lt;/pre&gt;</description>
    <dc:creator>Chase Maupin</dc:creator>
    <dc:date>2012-05-21T14:28:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52384">
    <title>[oe] update from 2010.12 to 2011.03</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52384</link>
    <description>&lt;pre&gt;Hi everybody!
I have this device in the field with 2010.12 installed (glibc)
Suppose I'm going to upgrade it to 2011.03 (eglibc).
Is this possible at all?
Or should I stay with glibc based packages?
Thanks,
Jaap
&lt;/pre&gt;</description>
    <dc:creator>Jaap de Jong</dc:creator>
    <dc:date>2012-05-21T14:07:34</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52382">
    <title>[oe] openssl (2011.03) on ubuntu 12.04</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52382</link>
    <description>&lt;pre&gt;Hi All!
anybody ran into this error?
Looks like a path missing or so.
(I'm building 2011.03 from ground op on a fresh ubuntu 12.04)
If needed I can sent the complete log
Thanks!
Jaap

////
gcc -DMONOLITH -I.. -I../include  -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS 
-D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN     -DTERMIO   -Wall  
-Wa,--noexecstack -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_IA32_SSE2 
-DOPENSSL_BN_ASM_MONT -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM 
-DRMD160_ASM -DAES_ASM -DWHIRLPOOL_ASM 
-isystem/media/OpenEmbedded/oe/develop/build/tmp_angstrom_2008_1/sysroots/i686-linux/usr/include  
-c -o openssl.o openssl.c
rm -f openssl
shlib_target=; if [ -n "libcrypto.so.1.0.0 libssl.so.1.0.0" ]; then \
         shlib_target="linux-shared"; \
     fi; \
     LIBRARIES="-L.. -lssl  -L.. -lcrypto" ; \
     make -f ../Makefile.shared -e \
         APPNAME=openssl OBJECTS="openssl.o verify.o asn1pars.o req.o 
dgst.o dh.o dhparam.o enc.o passwd.o gendh.o errstr.o ca.o pkcs7.o 
crl2p7.o crl.o rsa.o rsautl&lt;/pre&gt;</description>
    <dc:creator>Jaap de Jong</dc:creator>
    <dc:date>2012-05-21T13:21:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52380">
    <title>[oe] [PATCH] OpenSSH/dropbear: introducing update-alternatives forserver component</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52380</link>
    <description>&lt;pre&gt;Signed-off-by: Steffen Sledz &amp;lt;sledz&amp;lt; at &amp;gt;dresearch-fe.de&amp;gt;
---
 recipes/dropbear/dropbear.inc |   49 ++++++++++++++++++++++++++---
 recipes/openssh/openssh.inc   |   68 +++++++++++++++++++++++++++-------------
 2 files changed, 90 insertions(+), 27 deletions(-)

diff --git a/recipes/dropbear/dropbear.inc b/recipes/dropbear/dropbear.inc
index d69c23b..ba40a22 100644
--- a/recipes/dropbear/dropbear.inc
+++ b/recipes/dropbear/dropbear.inc
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -6,7 +6,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; DEPENDS = "zlib"
 PROVIDES = "ssh sshd"
 RPROVIDES_${PN} = "ssh sshd"
 
-INC_PR = "r7"
+INC_PR = "r8"
 
 SRC_URI = "\
   http://matt.ucc.asn.au/dropbear/dropbear-${PV}.tar.bz2 \
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -18,10 +18,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; SRC_URI = "\
   file://default \
 "
 
-inherit autotools update-rc.d
-
-INITSCRIPT_NAME = "dropbear"
-INITSCRIPT_PARAMS = "defaults 10"
+inherit autotools
 
 CFLAGS =+ "-I."
 LD = "${CC}"
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -64,9 +61,38 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; do_install() {
 fi
 }
 
+# sshd initscript is handled explicitly because order of
+# update-rc.d and update-alternatives is important
+DEPENDS_append = " update-rc.d up&lt;/pre&gt;</description>
    <dc:creator>Steffen Sledz</dc:creator>
    <dc:date>2012-05-21T12:58:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52376">
    <title>[oe] LinuxTag cancelled</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52376</link>
    <description>&lt;pre&gt;Hello,

unluckily I had to cancel our booth at LinuxTag. I cannot make it to Berlin
myself and we do not have anyone else to man the booth there.

I hope we will do better next year...

Greetings

Florian

&lt;/pre&gt;</description>
    <dc:creator>Florian Boor</dc:creator>
    <dc:date>2012-05-21T08:46:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52373">
    <title>[oe] [meta-oe][PATCH] bootchart: update to v1.16</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52373</link>
    <description>&lt;pre&gt;Signed-off-by: Koen Kooi &amp;lt;koen&amp;lt; at &amp;gt;dominion.thruhere.net&amp;gt;
---
 ...g-add-rudimentary-support-for-ARM-cpuinfo.patch |   49 ++++++++++++++++++++
 ...c-os-release-and-use-PRETTY_NAME-for-the-.patch |   39 ++++++++++++++++
 .../recipes-devtools/bootchart/bootchart_git.bb    |   16 +++++--
 3 files changed, 99 insertions(+), 5 deletions(-)
 create mode 100644 meta-oe/recipes-devtools/bootchart/bootchart/0001-svg-add-rudimentary-support-for-ARM-cpuinfo.patch
 create mode 100644 meta-oe/recipes-devtools/bootchart/bootchart/0002-svg-open-etc-os-release-and-use-PRETTY_NAME-for-the-.patch

diff --git a/meta-oe/recipes-devtools/bootchart/bootchart/0001-svg-add-rudimentary-support-for-ARM-cpuinfo.patch b/meta-oe/recipes-devtools/bootchart/bootchart/0001-svg-add-rudimentary-support-for-ARM-cpuinfo.patch
new file mode 100644
index 0000000..0494c4f
--- /dev/null
+++ b/meta-oe/recipes-devtools/bootchart/bootchart/0001-svg-add-rudimentary-support-for-ARM-cpuinfo.patch
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,49 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+From 8d40b4c286e005e82fa50b66fbbbde22b7e65e1&lt;/pre&gt;</description>
    <dc:creator>Koen Kooi</dc:creator>
    <dc:date>2012-05-21T05:48:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.handhelds.openembedded/52369">
    <title>[oe] [meta-oe][meta-initramfs][PATCH 1/3] klibc.bbclass: use klccas CPP</title>
    <link>http://comments.gmane.org/gmane.comp.handhelds.openembedded/52369</link>
    <description>&lt;pre&gt;Signed-off-by: Andrea Adami &amp;lt;andrea.adami&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 meta-initramfs/classes/klibc.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta-initramfs/classes/klibc.bbclass b/meta-initramfs/classes/klibc.bbclass
index d553bd7..e8cdb6d 100644
--- a/meta-initramfs/classes/klibc.bbclass
+++ b/meta-initramfs/classes/klibc.bbclass
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2,6 +2,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 DEPENDS =+ "klcc-cross"
 
 export CC = "${TARGET_PREFIX}klcc"
+export CPP = "${CC} -E"
 
 # klcc uses own optimizations by default. See klcc(1) man file.
 export CFLAGS=""
&lt;/pre&gt;</description>
    <dc:creator>Andrea Adami</dc:creator>
    <dc:date>2012-05-20T21:37:20</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.handhelds.openembedded">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.handhelds.openembedded</link>
  </textinput>
</rdf:RDF>

