Khem Raj
575aa39aa8
tcsh: Add recipes for package
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-08 09:31:51 -08:00
Khem Raj
13d5ab6cf1
concurrencykit: Add recipe for latest from git
...
Provides concurrency primitives
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-08 09:31:45 -08:00
Khem Raj
9aecf2944e
luajit: Add recipes
...
LuaJIT is for JIT'ting LUA code
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-08 09:31:45 -08:00
Khem Raj
8925d39d36
cppunit: Upgrade recipes from 1.12.1 -> 1.13.1
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-08 09:31:45 -08:00
Khem Raj
e71ddf9491
tcpdump: Upgrade from 4.1.1 -> 4.3.0
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-08 09:31:45 -08:00
Khem Raj
d42ea54e6d
atftp: Upgrade to latest from git
...
Add patches to let atftp serve huge ramdisks >500M in size
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-08 09:31:44 -08:00
Khem Raj
683ef63fff
liblockfile: Upgrade 1.06 -> 1.09
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-08 09:31:44 -08:00
Khem Raj
bdfbc1665f
jansson_2.3.1.bb: Fix multilib use BPN in SRC_URI instead of PN
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-08 09:31:44 -08:00
Khem Raj
d129d2b6aa
net-snmp: Use ${PN} instead of hardcoding net-snmp
...
This shows up when doing multilib builds where
PN != BPN and warnings about non existent systemd packages are
popping up.
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-08 09:31:44 -08:00
Khem Raj
1db7387892
ndisc6: Forward port recipe from OE classic
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-08 09:31:44 -08:00
Khem Raj
5d56edf7a7
nis: Import recipes from OE classic
...
Update to latest versions while at it
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-08 09:31:44 -08:00
Khem Raj
4c735f36f6
autofs: Add recipes for 5.0.7
...
Forward port from OE classic
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-08 09:31:33 -08:00
Khem Raj
eca536954a
ebtables: Fix segfault by linking with no-as-needed
...
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-07 14:43:14 -08:00
Khem Raj
9aa5364601
arptables: Import recipe from OE-Classic and update to latest
...
Make LICENSE more specific
Add LIC_FILES_CHKSUM
Signed-off-by: Khem Raj <raj.khem@gmail.com >
2013-01-07 14:43:14 -08:00
Lei Yang
7bbb2e57c3
Add netcat-bsd into meta-networking for meta-virutalization libvirt virt-test
...
The netcat-openbsd in meta-virtualization layer has bugs.
This update version will fix "nc: Protocol no available." error.
As bruce point, we want to keep netcat in the meta-networking,
which meta-virtualization will depend on,and this patch will let
netcat-openbsd with low priority to install
Signed-off-by: Lei Yang <lei.yang@windriver.com >
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com >
2013-01-07 15:20:37 -05:00
Martin Jansa
a0292fc5fc
meta-efl: upgrade efl to 1.7.5
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-06 13:09:42 +01:00
Marko Lindqvist
f1525721be
gtk+3: update to upstream version 3.4.4
...
* fix.build.automake-1.12.x.patch dropped as upstream has fixed
the problem addressed.
* COPYING has had formatting changes
* In license segments of source files FSF street address is replaced
with URL.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-06 13:09:34 +01:00
Marko Lindqvist
3e65b43f9d
libmad: replace obsolete automake macros with working ones
...
Add obsolete-automake-macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-06 13:09:34 +01:00
Marko Lindqvist
b47164a8c0
libmikmod: replace obsolete automake macros with working ones
...
Add obsolete-automake-macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-06 13:09:34 +01:00
Marko Lindqvist
4ba5cc77f1
tslib: replace obsolete automake macros with working ones
...
Add obsolete-automake-macros.patch that replaces automake macros
no longer supported by automake-1.13 with modern constructs.
Signed-off-by: Marko Lindqvist <cazfi74@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-06 13:09:33 +01:00
Andrei Gherzan
cd5f284730
layer.conf: Use .= for adding to BBPATH and += to BBFILES
...
Fixes parsing errors which is appearing after this commit to
meta-openembedded
http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e
This triggers
exception NameError: name 'base_contains' is not defined
without this change
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com >
2013-01-04 15:12:20 -05:00
Roy.Li
e269762ff4
radvd: change scanner.* file dependency
...
generation of scanner.c needs gram.h, not just scanner.o
Signed-off-by: Roy.Li <rongqing.li@windriver.com >
2013-01-04 15:12:20 -05:00
Martin Jansa
973754af24
gsettings-desktop-schemas: remove from meta-gnome, new version was added in oe-core
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:45 +01:00
Damien RANNOU
ccda63446b
HostAP-daemon patch to make it compile with libnl 3.2
...
Signed-off-by: Damien RANNOU <damien.rannou@diateam.net >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:45 +01:00
Riku Voipio
4d1db5ccca
krb5: reconfigure for aarch64
...
krb5 needs reconfigure, since the current config.sub included doesn't
include aarch64.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:45 +01:00
Andreas Müller
7478b90593
xfce4-session: fix build on X11-less hosts
...
error message was:
| checking for iceauth... no
| configure: error: iceauth missing, please check your X11 installation
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:45 +01:00
Andreas Müller
4439af2716
midori: update to 0.4.7
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:45 +01:00
Andreas Müller
74b4ffd438
xfce4-places-plugin: update to 1.5.0
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:45 +01:00
Andreas Müller
03e489cb69
xfce4-mixer: update to 4.10.0
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:44 +01:00
Andreas Müller
da2f1fb82c
mousepad: initial add 0.3.0
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:44 +01:00
Andreas Müller
6b1eb16217
packagegroup-xfce-base: xfce-terminal -> xfce4-terminal
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:44 +01:00
Andreas Müller
611b4b9eff
xfce4-terminal: update to 0.6.1
...
* renamed upstream Terminal -> xfce4-terminal [1]
* dependencies changed [1]
[1] http://mail.xfce.org/pipermail/xfce/2012-December/031872.html
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:44 +01:00
Andreas Müller
a86099c2e6
thunar: update to 1.6.2
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:44 +01:00
Andreas Müller
4b4169b775
tumbler: update to 0.1.26
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:44 +01:00
Andreas Müller
4b5ee45d70
exo: update to 0.10.2
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:44 +01:00
Martin Jansa
d29ca327fb
edbus2: update DESCRIPTION
...
* remove HAL from DESCRIPTION, it's from e_dbus
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:43 +01:00
Martin Jansa
ccd41dd48c
edbus2: update SRC_URI
...
* edbus2 was merged in efl tree and moved to IN-EFL in r81826
there is important fix also in IN-EFL/edbus2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:43 +01:00
Martin Jansa
4c7d2c99a9
e-base: bump EFL_SRCREV
...
* this upgrade is important mostly for edbus2
* edbus2 is using AC_TRY_RUN in edbus/m4/ac_valist.m4, it does not
work for us cross-compiling
* without this change eve/enjoy segfaults:
http://sourceforge.net/mailarchive/message.php?msg_id=30297875
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-03 23:25:15 +01:00
Martin Jansa
0618ebdbec
python-pyqt: upgrade to 4.9.6
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-02 09:08:49 +01:00
Martin Jansa
c79976db15
python-sip: upgrade to 4.14.2
...
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-02 09:08:49 +01:00
Martin Jansa
6357209b3a
sip-native: upgrade to 4.14.2
...
* only copyright year updated in LIC_FILES_CHKSUM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-01-02 09:08:49 +01:00
Martin Jansa
1de21e56ee
imagemagick: disable opencl
...
* it can try to use host paths like:
-lOpenCL -L/usr/lib/nvidia
-lCL -L/usr/lib/nvidia
-lclparser -L/usr/lib/nvidia
ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-12-27 16:14:23 +01:00
Martin Jansa
0129f39882
webkit-efl: fix build with bison-2.6+
...
* bison was upgraded to 2.7 in oe-core
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-12-27 16:14:22 +01:00
Andreas Müller
496f9dc1ea
gvfs: reenable gvfs-smb
...
samba was disabled in 12cf4fa8d2 because it
caused OOM condition. This could not be reproduced any more. Likely reason for
OOM wasmissing gdu-volume-monitor which is build by an own recipe nowadays.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-12-27 16:14:22 +01:00
Andreas Müller
18e56610d4
samba: add new package libwbclient to avoid libsmbclient dragging in samba
...
To find which dependency dragged in samba in folder image readelf was
performed:
> readelf -d usr/lib/libsmbclient.so
Dynamic section at offset 0x4bfec0 contains 36 entries:
Tag Type Name/Value
0x00000001 (NEEDED) Shared library: [libc.so.6]
0x00000001 (NEEDED) Shared library: [libtalloc.so.2]
0x00000001 (NEEDED) Shared library: [libtdb.so.1]
0x00000001 (NEEDED) Shared library: [libwbclient.so.0]
0x00000001 (NEEDED) Shared library: [libresolv.so.2]
0x00000001 (NEEDED) Shared library: [libnsl.so.1]
0x00000001 (NEEDED) Shared library: [libdl.so.2]
0x00000001 (NEEDED) Shared library: [librt.so.1]
0x00000001 (NEEDED) Shared library: [libz.so.1]
0x00000001 (NEEDED) Shared library: [libpthread.so.0]
0x00000001 (NEEDED) Shared library: [libgcc_s.so.1]
0x0000000e (SONAME) Library soname: [libsmbclient.so.0]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-12-27 16:14:22 +01:00
Andreas Müller
90cb51b98e
lxdm: disable keyboard selection
...
Keyboard selection with lxdm is not very helpful:
* new keyboard connected get US layout independent of selection
* the selection is not persistent and has to be made on every login
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-12-27 16:14:22 +01:00
Andreas Müller
2f5134b98d
xfce4-session: Add shutdown/reboot functionality for systemd
...
can't wait for stable xfce 4.12 in 03/2013
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-12-27 16:14:22 +01:00
Andreas Müller
59a700bb1d
xfce4-session: remove gnome-keyring dependency
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-12-27 16:14:22 +01:00
Andreas Müller
7b35cdc554
xfce4-settings: update to 4.11.0
...
this is a development release:
* tests did not show errors
* the new option to store default keyboard layout makes it worth to update
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-12-27 16:14:21 +01:00
Andreas Müller
701f87736f
xfce4-settings: Remember the settings manager window size
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2012-12-27 16:14:21 +01:00