Eric BENARD [Fri, 2 Dec 2011 15:09:57 +0000 (15:09 +0000)]
add net-snmp-5.7.1
the recipe was imported from OE-classic and upgraded to latest stable.
(From meta-openembedded rev:
a4d6623d1604fc4946ed1366560b20f91ab7e2d0)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Eric BENARD [Fri, 2 Dec 2011 15:09:56 +0000 (15:09 +0000)]
atftp: correctly handle init script
else it's affected to atftp package which is the client
and not the server, but the init file is only in the server
package thus leading to the following log at boot :
Configuring atftp.
update-rc.d: /etc/init.d/atftpd: file does not exist
while at it, there is a cosmetic change from _atftpd
to _${PN}d to make the recipe consistent
(From meta-openembedded rev:
f50fc8c1962c39c97018629e59b56b65caf20ace)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Eric BENARD [Fri, 2 Dec 2011 15:09:55 +0000 (15:09 +0000)]
pcsc-lite: clean recipe
we get the following log at boot :
Configuring pcsc-lite.
update-rc.d: /etc/init.d/pcscd: file does not exist
as the init script is no more nedded (autoload feature
of the daemon by the clients), we can remove the previously
unused init script and clean the recipe in order not
to have any update-rc interaction.
(From meta-openembedded rev:
62222b77754745a4ed3087f0f2dcf01ba2592993)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Sun, 4 Dec 2011 09:06:00 +0000 (10:06 +0100)]
eve: add autopoint
* autopoint was removed in e.bbclass because most stuff works without it
and it was breaking elementary but here it's still needed
(From meta-openembedded rev:
4128ddd54f15293ebcb5fe920f0451ae9557b074)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Thu, 1 Dec 2011 19:34:26 +0000 (20:34 +0100)]
python-elementary: temporary fix to get it build
(From meta-openembedded rev:
9bae3e30eb007b3b7de6cec007fabb847f9ca8c5)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Thu, 1 Dec 2011 16:30:05 +0000 (17:30 +0100)]
libeflvala: try to fix build
(From meta-openembedded rev:
4ae0bea8d39f6dab75b99dcc19410ee086fcdae7)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Sat, 19 Nov 2011 14:58:09 +0000 (15:58 +0100)]
elsa: fix to build with disabled PAM
(From meta-openembedded rev:
c2660eb5c61aaa044d5acad35067e48f3d11ceda)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Klaus Kurzmann [Fri, 18 Nov 2011 21:55:52 +0000 (22:55 +0100)]
elsa_svn.bb: disable pam if not in DISTRO_FEATURES
(From meta-openembedded rev:
8eede31c5327af2b8131d6c407eb86182405791f)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Fri, 2 Dec 2011 09:21:34 +0000 (10:21 +0100)]
eeze: RRECOMMEND eject, build time autodetection is now fixed
(From meta-openembedded rev:
4d73fae121987c09dd2dbd6dce4486fc3f3aa355)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Fri, 2 Dec 2011 13:45:18 +0000 (14:45 +0100)]
enjoy: remove SHR override and add autopoint
* autopoint was removed in e.bbclass because most stuff works without it and it was breaking elementary
but here it's still needed
* without it fails with:
Making all in po
make[2]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po'
make enjoy.pot-update
make[3]: Entering directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po'
make[3]: *** No rule to make target `remove-potcdate.sed', needed by `enjoy.pot-update'. Stop.
make[3]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po'
make[2]: *** [enjoy.pot] Error 2
make[2]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/OE/shr-core/tmp-eglibc/work/armv7a-vfp-neon-oe-linux-gnueabi/enjoy-0.0+svnr65808-r4/enjoy'
make: *** [all] Error 2
(From meta-openembedded rev:
93c12850081f8d0f44c8fde5f5ce34cd46147fc2)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
pespin [Tue, 23 Aug 2011 04:45:07 +0000 (04:45 +0000)]
enjoy: Update gstreamer package names in RDEPENDS
* I know there is plan to change gstreamer packaging in oe-core to match
package names from OE-classic, but this patch is here for more then 3
months and there is no good reason to keep enjoy broken in meta-efl
master!
* we'll update gstreamer package names again as soon as gstreamer
packaging is improved in oe-core
* Add gst-plugins-good-autodetect to RDEPENDS
This plugin is needed in newer versions of enjoy. The app won't play any sound files without this plugin.
(From meta-openembedded rev:
28fd00e586fa137964ee4cd51945262636b1eb89)
Signed-off-by: Pau Espin Pedrol <pespin.shar@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Fri, 2 Dec 2011 08:59:19 +0000 (09:59 +0100)]
Revert "elementary: add gettextize patch"
* shouldn't be needed without autopoint in e.bbclass, autotools.bbclass
should call gettextize now
This reverts commit
45d7250d64bf7d7c2d29d2dbf61bb6c30b683a80.
(From meta-openembedded rev:
716d12924e03d7ad54517ccbcd8c5439b8f1c348)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Fri, 2 Dec 2011 08:59:01 +0000 (09:59 +0100)]
e.bbclass: remove autopoint, shouldn't be needed anymore
(From meta-openembedded rev:
0d9457c6773ad9d9de7576b5b7ed5610b2d2b8d5)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Fri, 2 Dec 2011 12:52:41 +0000 (13:52 +0100)]
efl-from-svn: update preferred versions
(From meta-openembedded rev:
541a06a9eeae62ef9bd5c60e68a730cfb0387a2d)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Thu, 1 Dec 2011 15:03:38 +0000 (16:03 +0100)]
e-base: introduce EFL_SRCREV_1.1.0 and bump EFL_SRCREV
* add EFL_SRCREV_1.1.0 with SRCREV of release and use it for released libs
* EFL_SRCREV will continue to track development in bindings, elementary and e17
(From meta-openembedded rev:
f346b4da79a9d2132dc9c7c884f494b37074ba59)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Tue, 29 Nov 2011 23:29:11 +0000 (00:29 +0100)]
elsa: add systemd service and add RCONFLICTS/RREPLACES with xserver-nodm-init
* add RCONFLICTS/RREPLACES also to PN-systemd, because that's where file
collision with xserver-nodm-init is, in PN it's just functional
collision
* fixes upgrade path for task-x11-utils
(From meta-openembedded rev:
1bc18fca9e935ed2c2cfb92517da26737cf9d2be)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Thu, 1 Dec 2011 06:58:57 +0000 (07:58 +0100)]
e-wm: bump PR after edbus-econnman fix
(From meta-openembedded rev:
d118787722005d0dcd2913983cc1855fc5c8745f)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 13:45:08 +0000 (14:45 +0100)]
edbus: include libeconnman0_7x in edbus-connman, otherwise whole PN is renamed and breaks upgrade path
(From meta-openembedded rev:
92c47103d81c154f0577b44407f0f64c100b97a8)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Mon, 28 Nov 2011 11:22:42 +0000 (12:22 +0100)]
e-base: bump EFL_SRCREV for beta
(From meta-openembedded rev:
71947439c87138a4b4871c182292bb3cbdd57576)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Mon, 5 Dec 2011 10:49:26 +0000 (11:49 +0100)]
syslog-ng: enable systemd support
(From meta-openembedded rev:
fe86b9e787a474dbe4a085ce88e0546cba740d3a)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Mon, 5 Dec 2011 10:32:58 +0000 (11:32 +0100)]
syslog-ng: upgrade to latest version from 3.2 series and rework modules.conf fix
(From meta-openembedded rev:
af50ba2d39e55bbf3e603353e73d19953415c267)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Sat, 3 Dec 2011 18:28:23 +0000 (19:28 +0100)]
vala-terminal: upgrade to 1.3
(From meta-openembedded rev:
d5b2825b5023a31e85196bb4b5b74ff6d470474b)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Tue, 6 Dec 2011 10:20:18 +0000 (11:20 +0100)]
mplayer2: enable mplayer-common
(From meta-openembedded rev:
fb9962ec22c635742587cffde6019bc09a27e785)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Mon, 7 Nov 2011 11:22:49 +0000 (12:22 +0100)]
mplayer2: drop omapfb patch and support, this can be applied from bsp layer if needed
* example of working omapfb patch and optimizations is in
meta-smartphone layer
http://git.shr-project.org/git/?p=meta-smartphone.git;a=commit;h=
483afbee82869a0b2dacadc4b9580c47dcb59d26
(From meta-openembedded rev:
78add3cb4853a6c50ac4f8b41f92b85d6c31a6b3)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Tue, 6 Dec 2011 07:41:58 +0000 (08:41 +0100)]
testlab: only use basename for license info to avoid diff churn
(From meta-openembedded rev:
084fc20cd5377827a7f5a16e5f7179b89fd26886)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Tue, 6 Dec 2011 01:04:03 +0000 (17:04 -0800)]
gcc-4.5: Backport with-linker-hash-style and backports from FSF & linaro
backport --with-linker-hash-style from trunk, fix GNU_HASH QA warnings
once for all
Explicitly disable configuring with cloog/ppl while building gcc
if the user has it installed on build box then gcc's configure will try
to use it and it can go wrong and create problems since we never built
it so
Move to tip of FSF gcc-4_5-branch
brings in bug fixes
PR 50091/ppc 50464/x86 50273/fortran 44473/c++ mangler
49965/sparc 50565/c 50659/fortran 50618/c++ 50737/alpha 50793/c++
50788/x86/SSE 50691/pa 50875/x86/SSE
50979/sparc 30282/ppc 51187/rtl 50888/bootstrap 48190/debug/QEMUhog
Merge fix for LP689887/linaro
https://bugs.launchpad.net/gcc-linaro/+bug/689887
(From meta-openembedded rev:
a3aea9e69ab69dd4b5ac2ad4a602b74f9ef30fa2)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Tue, 22 Nov 2011 15:29:59 +0000 (07:29 -0800)]
gcc-4.6: Bring in latest linaro patches
I have tested it on angstrom by successfully building console-image
and systemd-gnome-image for all supported qemu targets.
(From meta-openembedded rev:
2378ee8f21741abd23e434260a88c62cb0e151f1)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Norman Schleicher [Thu, 1 Dec 2011 23:51:50 +0000 (23:51 +0000)]
nmon_13g: add -ltinfo linker flag
* ld in latest binutils-2.22 from oe-core doesn't have
--copy-dt-needed-entries enabled by default anymore see:
http://sourceware.org/cgi-bin/cvsweb.cgi/~checkout~/src/ld/NEWS?rev=1.121&content-type=text/plain&cvsroot=src&only_with_tag=binutils-binutils-2_22
so we have to be more carefull which libs are specified on linker
command line, similar issue is in mplayer2 and aurora-daemon (qt4)
(From meta-openembedded rev:
a2fbb83f951a522f3a1eb2b627847f549a0c245a)
Signed-off-by: Norman Schleicher <NormanSchleicher@gmx.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Thu, 1 Dec 2011 17:46:50 +0000 (18:46 +0100)]
gnome-panel 2.32.1: adjust post-inst for new gconf-native
(From meta-openembedded rev:
3b1ce08ec2b38bdb96e768d6a38719e98fac1eb7)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Saul Wold [Thu, 1 Dec 2011 17:13:02 +0000 (17:13 +0000)]
openssl: remove in favor of oe-core
OE-Core now supports 1.0.0e, so we can remove this version
(From meta-openembedded rev:
2ca5ccf98de97d851e9b99d27723d2d737f37ae7)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Thu, 1 Dec 2011 17:01:56 +0000 (18:01 +0100)]
xfce4-session: bump PR for xcb-util change
(From meta-openembedded rev:
f38500e042fd635569abf604b919e0c95b874245)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Thu, 1 Dec 2011 17:00:27 +0000 (18:00 +0100)]
xfce4-panel: bump PR for xcb-util change
(From meta-openembedded rev:
e6769e3e3c2253695aefdb835a31b073fc599377)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Thu, 1 Dec 2011 16:59:43 +0000 (17:59 +0100)]
thunar: bump PR for xcb-util change
(From meta-openembedded rev:
95a9737c63ba6c0a16b0a58409b2ed2de8c61a06)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Thu, 1 Dec 2011 16:57:50 +0000 (17:57 +0100)]
libxfce4ui: bump PR for xcb-util change
(From meta-openembedded rev:
29abdd4f2ed4a5fe91436412e2d343a824ea3989)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Thu, 1 Dec 2011 16:56:55 +0000 (17:56 +0100)]
libwnck: bump PR for xcb-util change
(From meta-openembedded rev:
db0817a245bcad10a08c9c8caf62a6c78de92e88)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Thu, 1 Dec 2011 16:50:02 +0000 (17:50 +0100)]
pixman: really remove it in favour of bbappend
(From meta-openembedded rev:
32db19a7a1963a0f294c32eb45af3e642c8e3819)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Thu, 1 Dec 2011 14:56:05 +0000 (14:56 +0000)]
pixman: replace pixman_0.24.0.bb with smaller bbappend with only diff against oe-core version
* disable iwmmxt for now, because it breaks build
* neon is not really enabled for people not having FEED_ARCH in OVERRIDES
* maybe this diff should be merged to oe-core recipes instead
(From meta-openembedded rev:
4e23fe26669910f27a5fafb1e6d98c6a35815a0c)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Thu, 1 Dec 2011 10:53:43 +0000 (11:53 +0100)]
gateone git: update to pull in prefix fix
(From meta-openembedded rev:
812d5908976c56bc3fc2a840233a63dff190f38f)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 08:16:58 +0000 (08:16 +0000)]
elementary: disable web support
* we don't have webkit-efl in DEPENDS so it depends on build order
if it's autodetected or not for elementary
* libewebkit0 is quite bit so we don't want to pull it to every image
with elementary
* and we cannot split elementary web support to different package
because libewebkit is linked directly from
libelementary-ver-pre-svn-09.so.0.8.0
(From meta-openembedded rev:
adfefe93f7a0719ee82151a49d76ddc4c12a4c09)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 08:16:57 +0000 (08:16 +0000)]
elementary: add gettextize patch
* normally we would call gettextize from do_configure, but efl.bbclass is running
do_configure_prepend() {
autopoint || touch config.rpath
}
before that and this respects AM_GNU_GETTEXT_VERSION which is 0.17 and later it fails with;
*** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.17 but the autoconf macros are from gettext version 0.18
(From meta-openembedded rev:
45d7250d64bf7d7c2d29d2dbf61bb6c30b683a80)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 08:16:56 +0000 (08:16 +0000)]
elementary: fix license metadata
* in r65248 fix errant word 'either' in license.
(From meta-openembedded rev:
4a72b57c620d2800ceac7a66e54b17235511d835)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 08:16:55 +0000 (08:16 +0000)]
edje: fix license metadata
(From meta-openembedded rev:
868945e5dcbccc8a04f1372937f713d52ed262ec)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 08:16:53 +0000 (08:16 +0000)]
epdf: drop upstream applied patch and ewl is gone too
(From meta-openembedded rev:
ef136d9d7a0120302563c91d6a4251e2e4f313a7)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 08:16:52 +0000 (08:16 +0000)]
efl.bbclass: don't remove STAGING_LIBDIR STAGING_INCDIR from efl pkgconfig files
* but replace those with ${libdir} and ${includedir}
* it was breaking edbus:
Cflags: -I${includedir}/e_dbus-1 -I/OE/shr-core/tmp-eglibc/sysroots/qemuarm/usr/include/dbus-1.0 -I/OE/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/dbus-1.0/include
after make install:
Cflags: -I${includedir}/e_dbus-1 /dbus-1.0 -I/OE/shr-core/tmp-eglibc/sysroots/qemuarm/usr/lib/dbus-1.0/include
* and notice that dbus-1 is using -I{libdir} here, so replace it too
(From meta-openembedded rev:
dcf924eb24aee888323727a64c33e57317f4d9c7)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 08:16:51 +0000 (08:16 +0000)]
e-base: bump EFL_SRCREV for 1.1.0 alpha versions
(From meta-openembedded rev:
65c84c66ce20cf1e1687bd59e15f7fd076e52c20)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 08:16:50 +0000 (08:16 +0000)]
elsa: use common-* instead of system-auth in pam config
(From meta-openembedded rev:
6e7957c1e64bdf619322725331c69a989e21b950)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 08:16:49 +0000 (08:16 +0000)]
elsa: add elsa.conf to CONFFILES
(From meta-openembedded rev:
3abc9a1b90bcb6693b32e2471c5acfe0d298ed7c)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 08:16:48 +0000 (08:16 +0000)]
elsa: add sessreg xauth to RDEPENDS
(From meta-openembedded rev:
8f52aec627b5e51231a239303bcfbc138598a247)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 08:06:51 +0000 (08:06 +0000)]
gconf-native: drop from meta-gnome, newer version is in oe-core
(From meta-openembedded rev:
df1d94e62e85255080de0dc4edb2fc115bcfac5d)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 30 Nov 2011 08:06:48 +0000 (08:06 +0000)]
mplayer-common: import from OE-classic
* default ao is now alsa instead of oss
* ffmp3float is terribly slow on armv4t without FPU, mad is better
* commit
b28081b6039db85f18bf9e722fece59bff6e7b0f
(From meta-openembedded rev:
33cf69deda88c0b5c0090f81f4d641366000bc64)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Wed, 30 Nov 2011 14:27:26 +0000 (15:27 +0100)]
pixman: update to 0.24.0
* All patches that went upstream are removed
Tested on beagleboard/angstrom
(From meta-openembedded rev:
80e3a0c42db89fa2716b0a839b8ef71d6d6349db)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Wed, 9 Nov 2011 17:47:55 +0000 (17:47 +0000)]
libsdl-x11: drop from meta-oe
* there is libsdl in oe-core and nothing depends on libsdl-x11 here
(From meta-openembedded rev:
f3ca7acd0b678a9247e432aee34512a26e30f509)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Tue, 29 Nov 2011 16:05:38 +0000 (17:05 +0100)]
iw: fix build breakage with top-level git repos
(From meta-openembedded rev:
300e13209f258f44ba74af5c42bb19dd1c6120a1)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Tue, 22 Nov 2011 00:05:36 +0000 (00:05 +0000)]
libnl1: remove
networkmanager 0.9.0 was the last to depend on linbl1. So since update
of networkmanager 0.9.0 -> 0.9.2 linnl1 is obsolete.
(From meta-openembedded rev:
83f38bacb1e0327f289eae089ae93e4a497a8062)
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Tue, 22 Nov 2011 00:05:35 +0000 (00:05 +0000)]
wpa-supplicant_0.7.3.bbappend: bump PR to force rebuild against libnl-3
(From meta-openembedded rev:
1e73851081d70aaa308d29e713c5881ea2730c9d)
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Tue, 22 Nov 2011 00:05:34 +0000 (00:05 +0000)]
networkmanager: bump PR to force rebuild with libnl 3.23
(From meta-openembedded rev:
44bb73f8e7b3bb8994af3bf8fd0d35fc870eaf84)
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Tue, 22 Nov 2011 00:05:33 +0000 (00:05 +0000)]
libnl: add 3.23
* fixes networkmanager default route issue
* to make wpa-supplicant build, links to include files and shared libs were
added since wpa-supplicant expects old libnl-2 locations. Should libnl-3
move to oe-core, this woraround should be fixed at wpa-supplicant.
* the command line interface (cli) applications were added at libnl-cli packet.
This seems correct because EXTRA_OECONF += "--disable-cli" creates empty
package libnl-cli without affecting other packages.
* build tested from scratch & run tested on overo with iw 3.2 /
wpa-supplicant 0.7.3 / networkmanager 0.9.2.
(From meta-openembedded rev:
d1442b92ca6f80b26f23a6dd5d93083db08a6ab0)
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Tue, 22 Nov 2011 00:05:32 +0000 (00:05 +0000)]
iw: update to 3.2
to prepare support for libnl-3 we need to update iw.
(From meta-openembedded rev:
2af926ac27dd9400a93e0991d4a69a72be2a4543)
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Eric BENARD [Mon, 28 Nov 2011 16:29:42 +0000 (16:29 +0000)]
hicolor-icon-theme: add checksums
(From meta-openembedded rev:
5cead66b4562f07f931b38f933d3e15a601e190c)
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Otavio Salvador [Mon, 28 Nov 2011 20:04:07 +0000 (20:04 +0000)]
libinih: bump SRCREV
This version adds support to enumerate the sessions.
(From meta-openembedded rev:
495efd35e85d8f96490db8c7dc991e4e043f2086)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Sun, 27 Nov 2011 12:03:21 +0000 (13:03 +0100)]
digitemp: fix QA issues:
* missing SRC_URI checksums
* GNU_HASH QA errors:
WARNING: QA Issue: No GNU_HASH in the elf binary: '/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/digitemp-3.6.0-r2/packages-split/digitemp/usr/sbin/digitemp_DS9097U'
WARNING: QA Issue: No GNU_HASH in the elf binary: '/OE/tentacle/build/tmp-angstrom_2010_x-eglibc/work/armv7a-angstrom-linux-gnueabi/digitemp-3.6.0-r2/packages-split/digitemp/usr/sbin/digitemp_DS9097'
* $(uname -s) access
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
(From meta-openembedded rev:
720cd3f32ca8cc4701e99effdd3b3da0cca8348d)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Thu, 24 Nov 2011 08:15:13 +0000 (08:15 +0000)]
abiword: fix no-undefined param
(From meta-openembedded rev:
475674091355f9114a79d71d42543f01881bdaba)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Otavio Salvador [Fri, 25 Nov 2011 16:37:09 +0000 (16:37 +0000)]
digitemp: fix build for non x86 architectures
* fix Makefile to allow CC and CFLAGS override
* clean binaries before build
(From meta-openembedded rev:
639323c998a8c53eef864bcde091c6e0bd2dc00a)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Fri, 25 Nov 2011 13:34:17 +0000 (14:34 +0100)]
testlab bbclass: output version info on all layers
(From meta-openembedded rev:
8130a2f78cfec19f5d0e829bdec133a39e2672fd)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Wed, 23 Nov 2011 21:41:17 +0000 (22:41 +0100)]
mplayer: fix build with -Wl,-as-needed
(From meta-openembedded rev:
7019fbb50796fedcedef6ff92981a7f26659a251)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Wed, 23 Nov 2011 11:02:37 +0000 (12:02 +0100)]
gvfs 1.8.2: fix sftp RRECOMMENDS
(From meta-openembedded rev:
0a8b9d2df70d4d0e5a2d730d6ad95a406afea8f7)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Tue, 22 Nov 2011 16:46:49 +0000 (17:46 +0100)]
e-wm: add missing dependency on dbus-x11
ERR<654>:e_dbus e_dbus.c:472 e_dbus_bus_get() Error connecting to bus: /usr/bin/dbus-launch terminated abnormally without any error message
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
(From meta-openembedded rev:
8299c62318c964f1182ee21a64b4a9735c2177eb)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Khem Raj [Fri, 18 Nov 2011 00:22:06 +0000 (00:22 +0000)]
gcc-4.6: Delete linaro patch that has been committed upstream
gcc-4.6-linaro-r106723.patch is actually a fix for PR 47551
and its needed in oe-core therefore we have to delete this
here since now it will be part of oe-core
(From meta-openembedded rev:
43c369606ccc839c8d42842e8b520094f274ddd1)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Tue, 22 Nov 2011 09:18:49 +0000 (10:18 +0100)]
fbida: add 2.08
(From meta-openembedded rev:
e60a4352c946a5b6364d2a499106648b98c1aecd)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Mon, 21 Nov 2011 13:15:59 +0000 (14:15 +0100)]
abiword: update to 2.8.6
(From meta-openembedded rev:
dea4a2dce2d247dcc9f6233e195b8497039f8547)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Otavio Salvador [Mon, 21 Nov 2011 12:43:50 +0000 (12:43 +0000)]
freerdp: use FreeRDP-old repository as 1.0 release is not stable yet
(From meta-openembedded rev:
71b8c3b946b84ce4217d9c9dbec44611d9e1c1a3)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Mon, 21 Nov 2011 11:17:15 +0000 (12:17 +0100)]
loudmouth: add 1.4.3
(From meta-openembedded rev:
cd239355467bfb2d8dd9b82b8e7ff997c4b4fd05)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Mon, 21 Nov 2011 11:14:36 +0000 (12:14 +0100)]
libwmf 0.2.8.4: fix native build
(From meta-openembedded rev:
4aadf82361c0b889a195d40abea3b0cd1e80da7a)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Mon, 21 Nov 2011 11:10:53 +0000 (12:10 +0100)]
gtkmathview: add 0.8.0
(From meta-openembedded rev:
7d1f5754118b2dad0b35b7f1701ecf8e5bde25ae)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Martin Jansa [Mon, 21 Nov 2011 09:45:30 +0000 (09:45 +0000)]
systemd: add prerm u-a calls
(From meta-openembedded rev:
0c1147ad8da559ebc23c54f6c3d39b4c40dbf00a)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Mon, 21 Nov 2011 11:00:54 +0000 (12:00 +0100)]
t1lib: add 5.1.2
(From meta-openembedded rev:
b006355af5ebe0e0465dd8412d918fa042bbda55)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Mon, 21 Nov 2011 10:43:19 +0000 (11:43 +0100)]
libwmf: add 0.2.8.4
(From meta-openembedded rev:
fdbc6ae58b2bddb2ba7bac1cad61c8526a702cc2)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Sun, 20 Nov 2011 13:29:32 +0000 (14:29 +0100)]
gconf: drop from meta-oe, oe-core has 3.2.3 nowadays
(From meta-openembedded rev:
eeb018e16cfa403763b13d72d21dd080775eb9ef)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Sun, 20 Nov 2011 12:00:25 +0000 (13:00 +0100)]
systemd: bump SRCREV
(From meta-openembedded rev:
c30abb39eb043d41addd6cf9741f7bdffd599420)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Sun, 20 Nov 2011 09:02:28 +0000 (10:02 +0100)]
gateone: convert to allarch, it's pure python + js
(From meta-openembedded rev:
3da02dae8866f92250c9c9586ab6c5ce4f1f300d)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Sat, 19 Nov 2011 11:34:34 +0000 (12:34 +0100)]
gateone: update to latest SRCREV for performance improvements
(From meta-openembedded rev:
189318c38747dfb0737d9c75cd8c489e010936fb)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Sat, 19 Nov 2011 11:33:43 +0000 (12:33 +0100)]
uhd: update to 3.3.1 to match kernel and FPGA firmware
(From meta-openembedded rev:
83429a16a98d4aeea5ce2f41b084c33fd1ec5326)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Sat, 19 Nov 2011 08:19:32 +0000 (09:19 +0100)]
uhd-firmware: update to 3.3.1
(From meta-openembedded rev:
8c967075f04e10fc3ae83f442795548d2d6c4ce1)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Thu, 17 Nov 2011 10:39:04 +0000 (11:39 +0100)]
gvfs 1.8.2: disable samba, it causes an OOM
(From meta-openembedded rev:
12cf4fa8d23badbf55a018db0f821909294de34e)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Thu, 17 Nov 2011 10:26:43 +0000 (11:26 +0100)]
networkmanager 0.9.2.0: add patch to fix dhcp version detection
(From meta-openembedded rev:
bb4cd7b7c6922e724de62f91301a8d09bf49622f)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Stefan Schmidt [Wed, 16 Nov 2011 10:00:14 +0000 (10:00 +0000)]
nodejs: Update to latest 0.4x series release 0.4.12
Rename patch and update checksums accordingly.
(From meta-openembedded rev:
86c42ab05a38a2c3b69c6279fca7084be32833e5)
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Mon, 14 Nov 2011 21:35:12 +0000 (21:35 +0000)]
ristretto: add tumbler to RRECOMMENDS_${PN}
(From meta-openembedded rev:
66f3e4d7cacf8083c2a216b61baf3faac01f3e54)
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Mon, 14 Nov 2011 21:35:11 +0000 (21:35 +0000)]
ristretto: update to 0.3.0
run tested on overo
(From meta-openembedded rev:
9063a25f05dae7e7e6f23abe9a0237e5297d6efd)
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Mon, 14 Nov 2011 21:35:10 +0000 (21:35 +0000)]
tumbler: initial add 0.1.22
* run tested on on overo with ristretto and thunar
* TODO: split out plugins
(From meta-openembedded rev:
d26a774ed4f74fbcb8bf6463233c9af23c1b22e1)
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Mon, 14 Nov 2011 21:35:09 +0000 (21:35 +0000)]
midori: update to 0.4.2
for bad and sometimes vala-dirty people [1] we keep overwriting of waf since
midori still installs waf 1.5.19
(checked by bitbake -cunpack midori && <midori-workdir>/waf --version).
[1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-November/035995.html
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
(From meta-openembedded rev:
4a258d1c15c381b7eb602e244f9622012f500c9e)
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Andreas Müller [Mon, 14 Nov 2011 21:35:08 +0000 (21:35 +0000)]
xfce4-dev-tools: cleanups
* do not inherit xfce class to avoid unwanted native dependencies
* xfce4-dev-tools.ipk contains complete set of xfce developer extensions
* run tested on fresh build dir / image similar to angstrom xfce-nm-image
(task-xfce-extended included) / target overo
(From meta-openembedded rev:
d62a2111e031f0417628addc40729ff593c4591a)
Signed-off-by: Andreas Müller <schnitzeltony@gmx.de>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Tue, 15 Nov 2011 12:30:23 +0000 (13:30 +0100)]
gateone: update to latest SRCREV, add missing python modules
(From meta-openembedded rev:
ce6051695f5a5d15cdefbff6e37200c5006589ae)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Tue, 15 Nov 2011 12:19:04 +0000 (13:19 +0100)]
python-imaging: add 1.1.7
Based on OE classic 1.1.6 recipe
(From meta-openembedded rev:
b2d8d42efd598a522e8c95e09259fcddcdd7a257)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Mon, 14 Nov 2011 18:04:44 +0000 (19:04 +0100)]
nodejs: add 0.6.1
(From meta-openembedded rev:
6032d213fa6599678a4c737bc757785a7c35e382)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Mon, 14 Nov 2011 17:27:42 +0000 (18:27 +0100)]
nodejs: update to 0.4.9
(From meta-openembedded rev:
a49c995b40fafa45575554b1b842da012e9803c2)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Mon, 14 Nov 2011 15:22:31 +0000 (16:22 +0100)]
qcanobserver-socketcan: import from OE Classic with updates
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Mon, 14 Nov 2011 15:20:12 +0000 (16:20 +0100)]
qcanobserver: import from OE Classic with updates and cleanups
(From meta-openembedded rev:
09105b947abe5142dc21095664e0fca8fa0d4163)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Sun, 13 Nov 2011 15:19:37 +0000 (16:19 +0100)]
network-manager-applet: update to 0.9.2.0
(From meta-openembedded rev:
6180a4cd2d99232afc9d81431a81d5493bf9d2de)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Sun, 13 Nov 2011 12:34:28 +0000 (13:34 +0100)]
gateone: update SRCREV to drag in the http redirect option
(From meta-openembedded rev:
308d935dac66706e1f27e94b49d22ba8bb8103de)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Koen Kooi [Sat, 12 Nov 2011 11:27:30 +0000 (12:27 +0100)]
classes: remove duplicate classes
(From meta-openembedded rev:
5260401eb0cfe37a7358296866b4b43a167817ff)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>