openembedded.git
15 years agoti-dmai_svn: bumup svn rev
Brijesh Singh [Thu, 5 Nov 2009 11:37:58 +0000 (05:37 -0600)]
ti-dmai_svn: bumup svn rev

This has proper CPU detection, so no need to manually add platforms anymore

15 years agobitbake.conf: add support for "cpio.lzma" images
Jeremy Lainé [Thu, 5 Nov 2009 17:24:20 +0000 (18:24 +0100)]
bitbake.conf: add support for "cpio.lzma" images

* add support for LZMA-compressed cpio images for use as Linux
  RamDisk images.

15 years agogecko-mediaplayer: fix packaging
Koen Kooi [Thu, 5 Nov 2009 16:38:39 +0000 (17:38 +0100)]
gecko-mediaplayer: fix packaging
gnome-mplayer: bump PR

The symlinking should be done in a postinst, but I'm too low on caffeine right now to make that work

15 years agochicken.inc: fix install and compilation issues
Otavio Salvador [Thu, 5 Nov 2009 14:59:17 +0000 (12:59 -0200)]
chicken.inc: fix install and compilation issues

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
15 years agoxserver-xorg-conf: switch to fbdev driver for touchbook till the vrfb bug gets solved
Koen Kooi [Thu, 5 Nov 2009 14:42:59 +0000 (15:42 +0100)]
xserver-xorg-conf: switch to fbdev driver for touchbook till the vrfb bug gets solved

15 years agoomap3-touchbook: ship both omapfb and fbdev drivers
Koen Kooi [Thu, 5 Nov 2009 14:42:34 +0000 (15:42 +0100)]
omap3-touchbook: ship both omapfb and fbdev drivers

15 years agosqlite3: add 3.6.20
Koen Kooi [Thu, 5 Nov 2009 14:41:49 +0000 (15:41 +0100)]
sqlite3: add 3.6.20

15 years agojava.bbclass: fixed oe_jarinstall for broken symlinks
Marcin Juszkiewicz [Thu, 5 Nov 2009 14:37:36 +0000 (15:37 +0100)]
java.bbclass: fixed oe_jarinstall for broken symlinks

Code checked for existance of JAR file and if it was present then it had
to be removed before symlinking to it. But it was not working sometimes
so we forced symlinking.

Proper fix is to check "does file exists or is a symlink" which we do
now.

Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
15 years agogdm: add tcp-wrappers to DEPENDS, fix typo in initscript
Koen Kooi [Thu, 5 Nov 2009 13:10:30 +0000 (14:10 +0100)]
gdm: add tcp-wrappers to DEPENDS, fix typo in initscript

15 years agogdm: tweak initscript and add grep to depends since busybox grep doesn't do -w
Koen Kooi [Thu, 5 Nov 2009 12:35:50 +0000 (13:35 +0100)]
gdm: tweak initscript and add grep to depends since busybox grep doesn't do -w

15 years agolinux-omap-pm 2.6.29: cleanup some touchbook stuff
Koen Kooi [Thu, 5 Nov 2009 12:12:39 +0000 (13:12 +0100)]
linux-omap-pm 2.6.29: cleanup some touchbook stuff

15 years agolinux-omap 2.6.29: fix FIFO issues with large transfers on the MUSB controller
Robert Nelson [Thu, 5 Nov 2009 11:49:22 +0000 (12:49 +0100)]
linux-omap 2.6.29: fix FIFO issues with large transfers on the MUSB controller

15 years agosquashfs-tools: fix up native version
Koen Kooi [Thu, 5 Nov 2009 09:59:34 +0000 (10:59 +0100)]
squashfs-tools: fix up native version

15 years agotransmission: fix breakage of "r3" version - GUI in PN-gui, daemon in PN
Marcin Juszkiewicz [Thu, 5 Nov 2009 09:15:11 +0000 (10:15 +0100)]
transmission: fix breakage of "r3" version - GUI in PN-gui, daemon in PN

update-rc.d.bbclass adds only to PN package so I moved PN-daemon into PN
and PN became PN-gui now

15 years agoMerge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.net/openembedde...
Sebastian Spaeth [Thu, 5 Nov 2009 09:35:17 +0000 (10:35 +0100)]
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.net/openembedded into org.openembedded.dev

15 years agovala vala-native: Make use of GNOME_MIRROR in SRC_URI
Sebastian Spaeth [Thu, 5 Nov 2009 09:35:03 +0000 (10:35 +0100)]
vala vala-native: Make use of GNOME_MIRROR in SRC_URI

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
15 years agoUser Manual: Warn readers about mmap and SELinux issue.
Robert P. J. Day [Tue, 3 Nov 2009 23:11:19 +0000 (23:11 +0000)]
User Manual: Warn readers about mmap and SELinux issue.

On some Linux distros, if you set the kernel /proc file
/proc/sys/vm/mmap_min_addr to zero, you will probably get an SELinux
violation if you're running SELinux in enforcing mode.  Explain to the
reader how to get around that.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agoUser manual typoes and aesthetics, chapter 2 only.
Robert P. J. Day [Tue, 3 Nov 2009 23:01:11 +0000 (23:01 +0000)]
User manual typoes and aesthetics, chapter 2 only.

Some minor cleanups for Chapter 2 of the User Manual:

  * add some DocBook tags for filenames
  * update BitBake version to 1.8.16
  * add missing space after "wget" command
  * correct misspelled "local/conf" to "local.conf"

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agousermanual: Aesthetic fix in chapter 1.
Robert P. J. Day [Tue, 3 Nov 2009 22:09:17 +0000 (22:09 +0000)]
usermanual: Aesthetic fix in chapter 1.

A simple tidy of a comma-separated list in Chapter 1.

Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agochecksums: sort and add missing checksum
Koen Kooi [Thu, 5 Nov 2009 08:20:37 +0000 (09:20 +0100)]
checksums: sort and add missing checksum

15 years agoangstrom: raise default pref in mplayer recipe as well
Koen Kooi [Thu, 5 Nov 2009 08:09:20 +0000 (09:09 +0100)]
angstrom: raise default pref in mplayer recipe as well

15 years agovala-native: add 0.7.8
Sebastian Spaeth [Thu, 5 Nov 2009 07:33:04 +0000 (08:33 +0100)]
vala-native: add 0.7.8

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
15 years agovala: add version 0.7.8 and checksums
Sebastian Spaeth [Thu, 5 Nov 2009 07:24:10 +0000 (08:24 +0100)]
vala: add version 0.7.8 and checksums

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
15 years agox86.conf: Fix typo in comments
Khem Raj [Wed, 4 Nov 2009 23:24:07 +0000 (15:24 -0800)]
x86.conf: Fix typo in comments

* Write NPTL instead of NTPL

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolame: Update to version 3.98.2.
Stanislav Brabec [Wed, 4 Nov 2009 23:03:20 +0000 (23:03 +0000)]
lame: Update to version 3.98.2.

15 years agolame: Fix possible linking QA error.
Stanislav Brabec [Wed, 4 Nov 2009 22:58:41 +0000 (22:58 +0000)]
lame: Fix possible linking QA error.

15 years agobalsa-2.4.1: Depends on gnome-icon-theme.
Stanislav Brabec [Wed, 4 Nov 2009 22:05:08 +0000 (22:05 +0000)]
balsa-2.4.1: Depends on gnome-icon-theme.

15 years agoprismstumbler-0.7.3+0.7.4pre1: Use much simper and more robust libgps check.
Stanislav Brabec [Wed, 4 Nov 2009 21:57:05 +0000 (21:57 +0000)]
prismstumbler-0.7.3+0.7.4pre1: Use much simper and more robust libgps check.

15 years agoangstrom-2008.1.conf: Must use mplayer-svn, anything older is incompatible with linux...
Stanislav Brabec [Wed, 4 Nov 2009 21:51:00 +0000 (21:51 +0000)]
angstrom-2008.1.conf: Must use mplayer-svn, anything older is incompatible with linux-libc-headers-2.6.31.

15 years agomplayer-svn: Worked around internal compiler error on iwmmxt.
Stanislav Brabec [Wed, 4 Nov 2009 21:48:26 +0000 (21:48 +0000)]
mplayer-svn: Worked around internal compiler error on iwmmxt.

15 years agogpsd: Removed custom do_stage.
Stanislav Brabec [Wed, 4 Nov 2009 21:43:03 +0000 (21:43 +0000)]
gpsd: Removed custom do_stage.

15 years agolinux-rp-2.6.26 for spitz and akita: Added netfilter support. Disabled two deprecated...
Stanislav Brabec [Wed, 4 Nov 2009 21:33:42 +0000 (21:33 +0000)]
linux-rp-2.6.26 for spitz and akita: Added netfilter support. Disabled two deprecated networking options.

15 years agoasio: bump PR to get boost fixes
Koen Kooi [Wed, 4 Nov 2009 21:05:17 +0000 (22:05 +0100)]
asio: bump PR to get boost fixes

15 years agoboost 1.36: various ARM fixups:
Koen Kooi [Wed, 4 Nov 2009 21:03:23 +0000 (22:03 +0100)]
boost 1.36: various ARM fixups:

* changed intrinsics patch to work for armv6 and armv7a
* disabled atomic ops for arm versions <6
* fix associated build damage
* pass in correct gcc version

15 years agoeglibc_svn.bb: Update to latest svn tip.
Khem Raj [Wed, 4 Nov 2009 18:32:29 +0000 (10:32 -0800)]
eglibc_svn.bb: Update to latest svn tip.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agouclibc-nptl: Update to latest tip of branch
Khem Raj [Wed, 4 Nov 2009 18:31:09 +0000 (10:31 -0800)]
uclibc-nptl: Update to latest tip of branch

* Compile uclibc nptl is ARM mode. Thumb has some issues for now.
* Add new config option UCLIBC_SUSV4_LEGACY=y

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agomythtv 0.22rcX: only add glibc-gconv stuff for glibc build
Koen Kooi [Wed, 4 Nov 2009 18:22:12 +0000 (19:22 +0100)]
mythtv 0.22rcX: only add glibc-gconv stuff for glibc build

15 years agotransmission: improve packaging
Marcin Juszkiewicz [Tue, 3 Nov 2009 18:36:58 +0000 (19:36 +0100)]
transmission: improve packaging

transmission package contains GUI client
transmission-client contains CLI and Remote clients
transmission-daemon contains daemon and Web interface

15 years agotransmission: added 1.76
Marcin Juszkiewicz [Tue, 3 Nov 2009 18:36:37 +0000 (19:36 +0100)]
transmission: added 1.76

15 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Frans Meulenbroeks [Wed, 4 Nov 2009 15:39:36 +0000 (16:39 +0100)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

15 years agomythtv: added dependency to glibc-gconv-utf-16
Frans Meulenbroeks [Wed, 4 Nov 2009 15:37:51 +0000 (16:37 +0100)]
mythtv: added dependency to glibc-gconv-utf-16
still has DEFAULT_PREFERENCE = "-1" as this needs mysql5

15 years agomythplugins: add zoneminder package
Frans Meulenbroeks [Wed, 4 Nov 2009 15:35:47 +0000 (16:35 +0100)]
mythplugins: add zoneminder package

15 years agomysql: changed postinstall: pid file goes to /var/run/mysql i.s.o /var/run as mysqld...
Frans Meulenbroeks [Wed, 4 Nov 2009 15:33:43 +0000 (16:33 +0100)]
mysql: changed postinstall: pid file goes to /var/run/mysql i.s.o /var/run as mysqld cannot write to /var/run
this alo changes /etc/my.cnf

15 years agoeglibc: updated armv4t-interworking.patch
Martin Jansa [Wed, 4 Nov 2009 09:03:22 +0000 (10:03 +0100)]
eglibc: updated armv4t-interworking.patch

* Updated patch to make SYSCALL_ERROR_HANDLER interworking safe.
* Phil Blundell found and fixed another issue in eglibc armv4t builds.

Signed-off-by: Martin.Jansa <Martin.Jansa@gmail.com>
15 years agognome-themes: delete obsolete versions
Koen Kooi [Wed, 4 Nov 2009 13:19:44 +0000 (14:19 +0100)]
gnome-themes: delete obsolete versions

15 years agou-boot: fix beagle fw_env.conf
Koen Kooi [Wed, 4 Nov 2009 12:37:07 +0000 (13:37 +0100)]
u-boot: fix beagle fw_env.conf

15 years agoopencv: bump SRCREV to just after 2.0.0 release
Koen Kooi [Wed, 4 Nov 2009 12:07:28 +0000 (13:07 +0100)]
opencv: bump SRCREV to just after 2.0.0 release

15 years agoomap3 machines: don't drag in omap3-sgx-modules by default
Koen Kooi [Wed, 4 Nov 2009 11:17:20 +0000 (12:17 +0100)]
omap3 machines: don't drag in omap3-sgx-modules by default

15 years agolinux-omap 2.6.29: backport some relocations from .31, this is needed if you are...
Koen Kooi [Wed, 4 Nov 2009 10:46:36 +0000 (11:46 +0100)]
linux-omap 2.6.29: backport some relocations from .31, this is needed if you are using one of those broken CSL binutils

15 years agoexalt: update to current form
Koen Kooi [Wed, 4 Nov 2009 09:45:23 +0000 (10:45 +0100)]
exalt: update to current form

15 years agoe* bbclass: fix up PACKAGES (again!)
Koen Kooi [Wed, 4 Nov 2009 09:11:42 +0000 (10:11 +0100)]
e* bbclass: fix up PACKAGES (again!)

This should why overriding PACKAGES is bad

15 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Frans Meulenbroeks [Wed, 4 Nov 2009 09:19:12 +0000 (10:19 +0100)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

15 years agoqt4-x11-free.inc: bumped PR to force recompilation so it uses the fixed mysql
Frans Meulenbroeks [Wed, 4 Nov 2009 09:15:27 +0000 (10:15 +0100)]
qt4-x11-free.inc: bumped PR to force recompilation so it uses the fixed mysql
needed to get a working qt4-plugin-sqldriver-sqlmysql

15 years agoefl: bump SRCREV to 43437
Koen Kooi [Wed, 4 Nov 2009 08:16:47 +0000 (09:16 +0100)]
efl: bump SRCREV to 43437

15 years agoexpedite, evas: don't turn of the GL engine forcefully
Koen Kooi [Wed, 4 Nov 2009 08:14:29 +0000 (09:14 +0100)]
expedite, evas: don't turn of the GL engine forcefully

15 years agoopkg: bump SRCREV to r240
Koen Kooi [Wed, 4 Nov 2009 08:12:56 +0000 (09:12 +0100)]
opkg: bump SRCREV to r240

* tested on angstrom/beagleboard and angstrom/sheeva by upgrading the system after the DISTRO_PR bump

15 years agogecko-media-player: add missing patch
Koen Kooi [Wed, 4 Nov 2009 08:03:54 +0000 (09:03 +0100)]
gecko-media-player: add missing patch

15 years agomythplugins: added zoneminder, cleaned up images in do_stage
Frans Meulenbroeks [Wed, 4 Nov 2009 06:28:21 +0000 (07:28 +0100)]
mythplugins: added zoneminder, cleaned up images in do_stage

15 years agoproxy-libintl_20080418.bb: Fix QA error missing GNU_HASH
Khem Raj [Wed, 4 Nov 2009 03:46:36 +0000 (19:46 -0800)]
proxy-libintl_20080418.bb: Fix QA error missing GNU_HASH

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoboost: add new version 1.4.0
Henning Heinold [Tue, 3 Nov 2009 22:01:31 +0000 (23:01 +0100)]
boost: add new version 1.4.0

* switch to cmake as buildsystem
* enable serialization and python
* make own .inc for 1.4.x versions
* don't make default for now, needs more testing with
  apps that are using boost

15 years agogthumb: fix packaging
Koen Kooi [Tue, 3 Nov 2009 21:04:43 +0000 (22:04 +0100)]
gthumb: fix packaging

15 years agoopkg: Don't prompt for user input from stdin if it's not a tty.
Chris Larson [Tue, 6 Oct 2009 01:22:03 +0000 (18:22 -0700)]
opkg: Don't prompt for user input from stdin if it's not a tty.

Also fixes a minor memory leak while we're at it, as the code was
strdup'ing the malloc'd string read from stdin without ever
freeing the original.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Frans Meulenbroeks [Tue, 3 Nov 2009 20:45:24 +0000 (21:45 +0100)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

15 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Frans Meulenbroeks [Tue, 3 Nov 2009 20:38:07 +0000 (21:38 +0100)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

15 years agoautofs: pass RANLIB into the build.
Jeremy Puhlman [Wed, 15 Jul 2009 01:06:10 +0000 (18:06 -0700)]
autofs: pass RANLIB into the build.

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
15 years agoautofs: switch to a .inc.
Chris Larson [Tue, 3 Nov 2009 20:31:27 +0000 (13:31 -0700)]
autofs: switch to a .inc.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoprelink: pull in /etc/cron.daily/prelink in the postinst.
Chris Larson [Wed, 15 Jul 2009 20:23:10 +0000 (13:23 -0700)]
prelink: pull in /etc/cron.daily/prelink in the postinst.

The cron script obeys /etc/default/prelink, so this ensures that the postinst
also obeys it.  Also changes postrm to use the same logic as the cron script
for the prelink uninstallation.

Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agoneon: Add m4 dir to autoreconf.
Jeremy Puhlman [Tue, 28 Apr 2009 12:17:26 +0000 (05:17 -0700)]
neon: Add m4 dir to autoreconf.

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Chris Larson <clarson@mvista.com>
15 years agolibgles-omap3: adjust for future releases
Koen Kooi [Tue, 3 Nov 2009 20:06:23 +0000 (21:06 +0100)]
libgles-omap3: adjust for future releases

15 years agomysql: fixed mysql_config in staging
Frans Meulenbroeks [Tue, 3 Nov 2009 19:38:31 +0000 (20:38 +0100)]
mysql: fixed mysql_config in staging

15 years agochecksums.ini: added usbutils and openvpn
Marcin Juszkiewicz [Tue, 3 Nov 2009 18:14:42 +0000 (19:14 +0100)]
checksums.ini: added usbutils and openvpn

15 years agousbutils: added 0.86
Marcin Juszkiewicz [Tue, 3 Nov 2009 17:50:03 +0000 (18:50 +0100)]
usbutils: added 0.86

15 years agoopenvpn: added 2.1rc20 and enabled reading passwords from file
Marcin Juszkiewicz [Tue, 3 Nov 2009 17:49:16 +0000 (18:49 +0100)]
openvpn: added 2.1rc20 and enabled reading passwords from file

15 years agontp-4.2.4p7: make it possible to call hwclock from ntpdate if-up.d script
Jeremy Lainé [Tue, 3 Nov 2009 17:31:14 +0000 (18:31 +0100)]
ntp-4.2.4p7: make it possible to call hwclock from ntpdate if-up.d script

15 years agocmake.bbclass: use staging from autotools too
Henning Heinold [Tue, 3 Nov 2009 16:38:31 +0000 (17:38 +0100)]
cmake.bbclass: use staging from autotools too

15 years agontp-4.2.4p7: invoke ntpdate using if-up.d, not an init script
Jeremy Lainé [Tue, 3 Nov 2009 16:20:53 +0000 (17:20 +0100)]
ntp-4.2.4p7: invoke ntpdate using if-up.d, not an init script

* provide an if-up.d script for ntpdate (based on Debian's)
* remove invocation of update-rc.d busybox-cron, this should
  definitely not be part of the ntpdate package

15 years agoangstrom feed builder: also clean perl and perl-native during architecture change
Koen Kooi [Tue, 3 Nov 2009 14:52:10 +0000 (15:52 +0100)]
angstrom feed builder: also clean perl and perl-native during architecture change

* If recipes like xml-parser-perl fail with linking to your host LIBC, clean perl and perl-native

15 years agolibxml-parser-perl: add 2.36
Koen Kooi [Tue, 3 Nov 2009 14:51:50 +0000 (15:51 +0100)]
libxml-parser-perl: add 2.36

15 years agoeject-2.1.5: adding HOMEPAGE and fixing SRC_URI
Ricardo Salveti [Sat, 31 Oct 2009 13:22:40 +0000 (13:22 +0000)]
eject-2.1.5: adding HOMEPAGE and fixing SRC_URI

As geocities is now down, changing the SRC_URI to point to OE
mirror.

Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agobase.bbclass: Better error message in case the Config Parser fails
Holger Hans Peter Freyther [Tue, 3 Nov 2009 13:45:02 +0000 (14:45 +0100)]
base.bbclass: Better error message in case the Config Parser fails

http://patchwork.openembedded.org/patch/1088/
Tested-by: Ed Nelson <enelson1000@comcast.net>
15 years agoqmake2.bbclass: Add lupdate and lrelease.
Matthew Dombroski [Tue, 3 Nov 2009 13:25:34 +0000 (14:25 +0100)]
qmake2.bbclass: Add lupdate and lrelease.

http://patchwork.openembedded.org/patch/987

Signed-off-by: Matthew Dombroski <matthew@4d-electronics.co.nz>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
15 years agoconnman: add checksums for 0.46
Sebastian Spaeth [Tue, 3 Nov 2009 13:28:15 +0000 (14:28 +0100)]
connman: add checksums for 0.46

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
15 years agoconnman: include connman_0.46 (mv'd from connman_0.19)
Sebastian Spaeth [Tue, 3 Nov 2009 13:00:50 +0000 (14:00 +0100)]
connman: include connman_0.46 (mv'd from connman_0.19)

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
15 years agolinux-2.6.31: update boc01 RTC driver for upstream submission
Jeremy Lainé [Tue, 3 Nov 2009 10:39:07 +0000 (11:39 +0100)]
linux-2.6.31: update boc01 RTC driver for upstream submission

15 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
Frans Meulenbroeks [Tue, 3 Nov 2009 10:09:20 +0000 (11:09 +0100)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev

15 years agomythplugins: fixed remaining staging issues
Frans Meulenbroeks [Tue, 3 Nov 2009 10:08:46 +0000 (11:08 +0100)]
mythplugins: fixed remaining staging issues

15 years agoxfce4-panel: Add new upstream 4.6.2 release and checksums.
David-John Willis [Tue, 3 Nov 2009 08:00:42 +0000 (08:00 +0000)]
xfce4-panel: Add new upstream 4.6.2 release and checksums.

15 years agobusybox-1.11.3: undefined reference __cpu_to_be16 fixed for busybox-static
Steffen Sledz [Thu, 29 Oct 2009 12:01:06 +0000 (13:01 +0100)]
busybox-1.11.3: undefined reference __cpu_to_be16 fixed for busybox-static

A patch fixing this problem inside the linux kernel was not accepted.
For details see:
- http://lkml.org/lkml/2009/6/18/223
- http://patchwork.kernel.org/patch/31164/

Signed-off-by: Steffen Sledz <sledz@dresearch.de>
15 years agotune-strongarm.inc: add EXTRA_FEED_ARCHS
Thomas Kunze [Mon, 2 Nov 2009 22:50:21 +0000 (23:50 +0100)]
tune-strongarm.inc: add EXTRA_FEED_ARCHS

15 years agogst-plugins: blacklist -static for meta packages as well
Koen Kooi [Mon, 2 Nov 2009 20:20:12 +0000 (21:20 +0100)]
gst-plugins: blacklist -static for meta packages as well

15 years agomythplugins: added mythmusic; fixed configure patch, remove unneeded MythBackend...
Frans Meulenbroeks [Mon, 2 Nov 2009 19:57:47 +0000 (20:57 +0100)]
mythplugins: added mythmusic; fixed configure patch, remove unneeded MythBackend patch
still some issues wrt staging

15 years agotaglib: also install .tcc files in staging
Frans Meulenbroeks [Mon, 2 Nov 2009 18:11:20 +0000 (19:11 +0100)]
taglib: also install .tcc files in staging

15 years agocdparanoia: created svn recipe
Frans Meulenbroeks [Mon, 2 Nov 2009 16:16:08 +0000 (17:16 +0100)]
cdparanoia: created svn recipe
the 10.2 version exports a header file with a field called private
g++ 4.3.3 and up fail on that
this problem is resolved in svn

15 years agoxserver-xorg-conf: simply touchbook config
Koen Kooi [Mon, 2 Nov 2009 16:04:12 +0000 (17:04 +0100)]
xserver-xorg-conf: simply touchbook config

15 years agomyththemes: created recipe
Frans Meulenbroeks [Mon, 2 Nov 2009 15:56:30 +0000 (16:56 +0100)]
myththemes: created recipe

15 years agoangstrom uboot scripts: change to mem=99M for omap3 since gst-ti is less hungry nowadays
Koen Kooi [Mon, 2 Nov 2009 15:24:58 +0000 (16:24 +0100)]
angstrom uboot scripts: change to mem=99M for omap3 since gst-ti is less hungry nowadays

15 years agodsplink: remove reference to asm/page.h
Koen Kooi [Mon, 2 Nov 2009 14:23:23 +0000 (15:23 +0100)]
dsplink: remove reference to asm/page.h

15 years agofastjar 0.98: add non-native recipe
Michael Smith [Thu, 29 Oct 2009 05:18:07 +0000 (05:18 +0000)]
fastjar 0.98: add non-native recipe

Signed-off-by: Michael Smith <msmith@cbnco.com>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
15 years agoti-demo-x11-image: add task and image for build x11 based demo image for TI platforms.
Brijesh Singh [Thu, 29 Oct 2009 22:50:43 +0000 (17:50 -0500)]
ti-demo-x11-image: add task and image for build x11 based demo image for TI platforms.

15 years agotask-gstreamer-ti: do not install gst-ti on am3517 platform
Brijesh Singh [Thu, 29 Oct 2009 22:50:31 +0000 (17:50 -0500)]
task-gstreamer-ti: do not install gst-ti on am3517 platform