Andreas Müller
733a8deb04
packagegroup-xfce-extended: add thunar plugins
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2013-05-19 09:37:31 +02:00
Andreas Müller
8d668c02d9
thunar-media-tags-plugin: initial add 0.2.1
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2013-05-19 09:37:30 +02:00
Andreas Müller
b4d3770a32
xarchiver: align libexecdir so that thunar-archive-plugin finds tap files
...
xarchiver installs tap files for thunar-archive-plugin in
$libexexdir/thunar-archive-plugin under the assumption that there is a
single/common $libexexdir for all packages. In bitbake.conf oe-core
sets libexecdir = "${libdir}/${BPN}" which causes thunar-archive-plugin
not to find xarchiver tap-files.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2013-05-19 09:37:30 +02:00
Andreas Müller
29cd0c6255
thunar-archive-plugin: initial add 0.3.1
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2013-05-19 09:37:30 +02:00
Andreas Müller
094c5412ef
thunar-plugin.bbclass: initial add
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2013-05-19 09:37:30 +02:00
Andreas Müller
12f47ccf40
thunar: update to 1.6.3
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
2013-05-19 09:37:29 +02:00
Andreas Müller
1363398184
maliit-framework: fix build with glib 2.36
...
Upstream code has seen many structural changes and the failing test is gone.
Since changing to latest sources might cause huge reworking/test-efforts this
patch only fixes the build error.
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-19 09:37:29 +02:00
Koen Kooi
47a3dd25e5
pv: add pipe viewer, version 1.4.6
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-16 11:04:35 +02:00
Koen Kooi
f93c6fd16e
read-edid: add 2.0.0
...
only build parse-edid, get-edid uses x86.h
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-16 11:04:34 +02:00
Andreas Müller
d3fd0666c9
poppler: fix build for soft FPU machines
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-16 11:04:34 +02:00
Andreas Müller
38e78df3ca
poppler: fix config option --disable-poppler-qt to --disable-poppler-qt4
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-16 11:04:34 +02:00
Andreas Müller
f5447567eb
gnome-terminal: add gnome-common-schemas to RRECOMMENDS
...
without libgnome gnome-terminal crashes for missing font assertion:
| ERROR:terminal-app.c:1451:terminal_app_init: assertion failed: (app->system_font_desc != NULL)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-16 11:04:34 +02:00
Khem Raj
6edc36d790
LuaJIT: Upgrade 2.0.0 -> 2.0.1
...
Fix stripping related warnings
Drop foldarith_for_spe patch not neded anymore
QA Error about elocations in .text are still there like 2.0.0
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-16 11:04:34 +02:00
Jukka Rissanen
a289eb906e
vpnc: Set RDEPENDS to perl-module-io-file instead of perl
...
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com >
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com >
2013-05-15 14:08:13 -04:00
Andreas Müller
b0683dcba3
proftpd: pack missing files
...
WARNING: QA Issue: proftpd: Files/directories were installed but not shipped
/home
/home/ftp
/home/ftp/pub
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com >
2013-05-15 14:08:13 -04:00
Paul Eggleton
fcc900a459
phpmyadmin: remove dependency on bash
...
Remove some mostly superfluous scripts for adding additional mimetype
support that add an explicit dependency on bash.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com >
2013-05-14 23:47:37 +01:00
Paul Eggleton
3ae196f269
phpmyadmin: update to 3.5.8.1
...
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com >
2013-05-14 23:47:37 +01:00
Paul Eggleton
e1e316edee
modphp: fix re-exec of do_install
...
Copying files and then modifying them is preferred rather than the other
way around because then the modification can never be run twice if the
function is re-executed on an existing work directory.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com >
2013-05-14 23:47:37 +01:00
Paul Eggleton
25ddcf5d9e
modphp: fix text relocation QA warning
...
Fixes the following warning:
WARNING: QA Issue: ELF binary '${WORKDIR}/packages-split/modphp/usr/lib/apache2/modules/libphp5.so' has relocations in .text
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com >
2013-05-14 23:47:37 +01:00
Paul Eggleton
3f5eb8849c
modphp: update to 5.4.15
...
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com >
2013-05-14 23:47:37 +01:00
Paul Eggleton
13ab18503f
apache2: drop unneeded workaround for apr/apr-util config script issue
...
The fix for the apr-1-config/apu-1-config path issue has been in OE-Core
for some time now (OE-Core commit
ab56f1063a666df5faddd97f44758c8ae378e51c) so we no longer need these
workarounds.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com >
2013-05-14 23:47:36 +01:00
Paul Eggleton
3190369ddb
apache2: update to 2.4.4
...
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com >
2013-05-14 23:47:36 +01:00
Jukka Rissanen
3dcea92976
vpnc: Runtime dependency to perl was missing
...
Generated package contains perl script but dependecy to perl was missing.
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com >
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com >
2013-05-13 14:36:06 -04:00
Andrea Adami
97957e5cee
kexec-tools-klibc_2.0.2: refactor and extend patches for building
...
* some old patches apparently unneeded have been removed
* patches are now better split
* fix build for x86 and x86-64
* tested with qemuarm, qemuppc, qemumips, qemux86, qemux86-64
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
2013-05-13 09:50:24 +01:00
Andrea Adami
06318f3208
klibc: fix KLIBCARCH for x86-64, powerpc and powerpc64
...
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
2013-05-13 09:50:24 +01:00
Andrea Adami
c824cb3a7e
kexecboot(-klibc): remove runtime dependency on kexec(-klibc)
...
* the binary itself can run without kexec (in host-debug mode) so
* specify in the cpio IMAGE which packages are needed at runtime
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
2013-05-13 09:50:24 +01:00
Andrea Adami
5c49f8c7c0
initramfs-kexecboot(-klibc)-image: Drop legacy export of IMAGE_BASENAME
...
* We used to export this in the days an external script handled the image
* generation. This is no longer the case and hence we no longer need
* this export.
* As committed in oe-core with 919613c0e75362ee0eace99b51cc77d34a05372f
Signed-off-by: Andrea Adami <andrea.adami@gmail.com >
2013-05-13 09:50:24 +01:00
Martin Jansa
7728dc5d2f
python-numpy: fix formating
...
* last patch added couple of tabs to multiline variables
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-13 10:49:28 +02:00
Philip Balister
e409d68cf1
python-numpy : Add support for x86-64 builds.
...
Build tested with a qemux86-64 build.
Signed-off-by: Philip Balister <philip@balister.org >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-13 10:49:24 +02:00
Otavio Salvador
bac6da16a0
samba: Add usershare directory to the package
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-13 10:49:24 +02:00
Mark Hatle
cc0067dc0c
rp-pppoe: fix multilib SRC_URI reference
...
Signed-off-by: Mark Hatle <mark.hatle@windriver.com >
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com >
2013-05-10 09:47:01 -04:00
Mark Hatle
95f05dea19
crda: Fix multilib SRC_URI reference
...
Signed-off-by: Mark Hatle <mark.hatle@windriver.com >
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com >
2013-05-10 09:45:45 -04:00
Mark Hatle
7f754d8ac8
macchanger: Fix SRC_URI for multilibs
...
Signed-off-by: Mark Hatle <mark.hatle@windriver.com >
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com >
2013-05-10 09:45:45 -04:00
Andreas Müller
2ab4e01d04
rp-pppoe: move chmod form postinst to offline do_install
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:39 +02:00
Andreas Müller
96d7340da6
gnome-panel: let gconf.bblass take care for postinst
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:39 +02:00
Andreas Müller
8c709eb9fd
proftpd: remove postinst - directory can be setup offline in do_install
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:39 +02:00
Andreas Müller
f06c454faa
dconf: fix/remove postinst by inheriting gsettings
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:39 +02:00
Andreas Müller
55ecab870e
evince: fix/remove postinst by inheriting gsettings
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:39 +02:00
Andreas Müller
a9733d04fa
epdfview: move to nonworking
...
* images are not displayed anymore
* there will be no further development / upstream is gone [1]
[1] https://bugzilla.redhat.com/show_bug.cgi?id=906121
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:39 +02:00
Andreas Müller
8cd53fb7fd
poppler-data: update to 0.4.6 and stylize a bit
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:39 +02:00
Andreas Müller
86b9bb991d
poppler: update to 0.22.3
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:39 +02:00
Andreas Müller
388f5c1230
poppler: merge include files into poppler - only poppler requires them
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:38 +02:00
Andreas Müller
6619d96a4c
poppler: remove unrecognized configure options
...
warning was:
| configure: WARNING: unrecognized options: --disable-poppler-qt, --disable-abiword-output
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:38 +02:00
Andreas Müller
c442d8d1e6
gnome-terminal: update to 2.30.2
...
this is the last version with GPL V2
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:38 +02:00
Andreas Müller
054d7010de
gnome-terminal: move out of nonworking
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:38 +02:00
Andreas Müller
ddff7e8732
gnome-vfs: fix build with glib 2.36
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:38 +02:00
Andreas Müller
3b62847392
libbonobo: remove unreferenced patch
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:38 +02:00
Andreas Müller
87a7d16716
libbonobo: fix build with glib 2.36
...
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:38 +02:00
Mihai Prica
4ef9139be2
mysql-python: Added recipe for mysql-python
...
This package provides an interface to MySQL for Python.
Signed-off-by: Mihai Prica <mihai.prica@intel.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:38 +02:00
Mihai Prica
c326bde764
python-sqlalchemy: update to 0.7.9
...
Signed-off-by: Mihai Prica <mihai.prica@intel.com >
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com >
2013-05-10 11:02:37 +02:00