summaryrefslogtreecommitdiff
path: root/packages
AgeCommit message (Collapse)AuthorFiles
2008-11-11linux-rp-2.6.24: fix tosa kernel buildDmitry Baryshkov2
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11dropbear: fix FTBFSDmitry Baryshkov1
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11libgemwidget-1.0: fix build errorDmitry Baryshkov2
Update libgemwidget-1.0 to reflect current Gtk/GIO/GnomeVFS api. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11tasks: fix building with current libtoolDmitry Baryshkov2
current libtool requires AC_PROG_LIBTOOL in configure.ac Include it to make libtool/autoconf happy. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11contacts: fix build errorDmitry Baryshkov2
contacts' source defines e_util_unicode_get_utf8() as both static function() in .c file and as non-static one in the header. As this function is unused outside of that file, drop non-static declaration. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11linphone: fix building with current speexDmitry Baryshkov2
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11libsvg-cairo: fix building with current libtool/autoconfDmitry Baryshkov2
Current autoconf/libtool prohibit using of macros/variables that start with LT_. Workaround that by s/LT_/LV_/ on libsvg-cairo's configure.in Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11gloox: fix gloox.pc in the stagingDmitry Baryshkov2
As gloox.pc included @CFLAGS@ substitution, it got populated with -isystem CFLAGS, thus breaking staging QA. Fix that by dropping unnecessary @CFLAGS@ substitution. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11x11-sato-image: use correct package names instead of ttf-liberationDmitry Baryshkov1
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11task-sdk-extra: use randrproto-dev instead of randrext-devDmitry Baryshkov1
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11task-sdk-base: switch to newer pixmanDmitry Baryshkov1
task-sdk-base referenced older libpixman-dev, however most packages do already use newer pixman package (which changed name from libpixman to pixman). So switch RDEPENDS to contain pixman-dev instead of libpixman-dev Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11rtorrent_0.8.3.bb : update to the latest unstable buildGraeme Gregory2
2008-11-11opkg nogpg: attempt to repair damage by FSO people, it should buildKoen Kooi1
again, but the noise patch has been disabled to accomplish that
2008-11-11linux-omap git: update DSS2 patches and attempt to fix ASoCKoen Kooi13
2008-11-11xserver-xorg: remove touchscreen section from omap3evm xorg.conf now that ↵Koen Kooi1
everything gets detected automagically
2008-11-11xf86-input-tslib_0.0.5.bb : add rotation handling patch from debian andGraeme Gregory3
my own experimental dynamic resolution patch. Using Xorg to tell us what resolution we run at, not assuming hardcoded defaults.
2008-11-11Prepare for FSO milestone4 releaseDaniel Willmann2
frameworkd_git.bb: Increased PV for milestone4 zhone_git.bb: Increased PV for milestone4 distro/include/sane-srcrecs.inc: Bump packages for FSO milestone4
2008-11-11zaurusd: Turn backlight off when closing the lid and ~/.norot exists.Stanislav Brabec2
2008-11-11perl and cpan.bbclass: Never reference to host instance of perl:Stanislav Brabec3
* install MakeMaker files separately for native and target system * PERL_INC, PERL_LIB and PERL_ARCHLIB changes through environment * for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-November/006815.html
2008-11-11mplayer: Temporarily disable debug build due to gcc bug#37987.Stanislav Brabec1
2008-11-11Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Koen Kooi2
into org.openembedded.dev
2008-11-11xf86-input-tslib: add patch to make detection using HAL work instead of ↵Koen Kooi2
hardcoding /dev/event0
2008-11-11qemu (svn): fix include of dirent.h fileOtavio Salvador2
2008-11-11xserver xorg: simplify omap3evm xorg.conf, HAL handles most of the input ↵Koen Kooi1
stuff nowadays
2008-11-11xserver-kdrive-common: Update openmoko/Xserver scriptDaniel Willmann1
2008-11-10meta-toolchain-opie: add Opie SDK packageDmitry Baryshkov1
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-10task-sdk-opie: correctly select qte or qte-mtDmitry Baryshkov1
preferred-versions-opie*.inc contain a mechanism for selecting between qte or qte-mt packages. Follow that way to correctly select task-sdk-opie dependency. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-10libmailwrapper: add 1.2.4 version recipeDmitry Baryshkov1
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-10opie-cardapplet: add 1.2.4 version recipeDmitry Baryshkov1
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-10gdal-1.5.2: fix various stuffwoglinde2
* *-config file in staging had the wrong directories * put /usr/share into dev files to save space on the devices, should eventually become -example * bump PR
2008-11-10illume: Actually use a patch that applies. Sorry.Stefan Schmidt2
2008-11-10illume: Add patch to fix segfault on gsm module on FSO.Stefan Schmidt2
2008-11-10glibc_2.2.5: Make it buildable again for Unslung distroRod Whitby2
2008-11-09glib-2.0-native: update older recipe (2.16.1) to also install libgio.Mike Westerhof1
2008-11-09Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Philip Balister9
into org.openembedded.dev
2008-11-09pulseaudio-meta_0.9.10.bb : Correct typo.Philip Balister1
2008-11-09fso-image.bb: Replace xterm with gpe-terminalDaniel Willmann1
They seem to look the same, but gpe-teminal includes a .desktop file
2008-11-09gnome-python-desktop: sed some more python locationsKoen Kooi1
2008-11-09gnome-python: use stage_all instead of stage_includesKoen Kooi1
2008-11-09gnome-python: fix locations of defs filesKoen Kooi1
2008-11-09pyorbit: update to 2.24.0Koen Kooi1
2008-11-09bluez-utils: apply sbc-thumb.patch for 3.36Andrea Adami1
2008-11-09Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Phil Blundell2
into org.openembedded.dev
2008-11-09glib-2.0: apply patch from Andrea Adami to make thumb work with 2.18.1Phil Blundell2
2008-11-09linux-omap git: add patch to fix red-tint on omap3evm screensKoen Kooi2
2008-11-08pyorbit 2.14.3: new recipeTom Talpey1
2008-11-08gnome-python 2.22.1: new packageTom Talpey1
2008-11-08gnome-desktop: add libxrandr to DEPENDSTom Talpey1
2008-11-08gnome-python-desktop: Add DEPENDS for gnome-python and libgnomeprint*, ↵Tom Talpey1
needed for gnome-games.
2008-11-08guile: Add libtool dependencyTom Talpey1