openembedded.git
15 years agou-boot_git: Add patch for BUG20 HDMI video setting. Bump PR.
Stefan Schmidt [Fri, 11 Jun 2010 17:16:48 +0000 (19:16 +0200)]
u-boot_git: Add patch for BUG20 HDMI video setting. Bump PR.

15 years agopsplash-zap: Recommend virtual-psplash not psplash-angstrom
Tom Rini [Fri, 11 Jun 2010 16:03:27 +0000 (09:03 -0700)]
psplash-zap: Recommend virtual-psplash not psplash-angstrom

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agolinux-2.6.34: add support for Lite5200 board
Dmitry Eremin-Solenikov [Fri, 11 Jun 2010 14:08:46 +0000 (18:08 +0400)]
linux-2.6.34: add support for Lite5200 board

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agolite5200: update machine config
Dmitry Eremin-Solenikov [Fri, 11 Jun 2010 14:07:52 +0000 (18:07 +0400)]
lite5200: update machine config

Update Lite5200 board config with correct console definition, kernel provider
and kernel image.

Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
15 years agopsplash-zap: ${SPLASH} is an image var so don't make a *package* depend on it, it...
Koen Kooi [Fri, 11 Jun 2010 13:39:31 +0000 (15:39 +0200)]
psplash-zap: ${SPLASH} is an image var so don't make a *package* depend on it, it kills the ability to use different splashes in different images

15 years agolinux-zigbee: Bump rev to fix some problems with channel setting in 802154
Stefan Schmidt [Fri, 11 Jun 2010 11:27:40 +0000 (13:27 +0200)]
linux-zigbee: Bump rev to fix some problems with channel setting in 802154

15 years agollvm.inc: fixed typo.
Robert Schuster [Fri, 11 Jun 2010 11:20:00 +0000 (13:20 +0200)]
llvm.inc: fixed typo.
llvm2.7 2.7: Build with shared library, added patch to work around not correctly linking libgcc.

15 years agoSlugOS: task-slugos.bb - Adjust packages to fit in available flash space.
Mike Westerhof [Fri, 11 Jun 2010 11:16:46 +0000 (06:16 -0500)]
SlugOS: task-slugos.bb - Adjust packages to fit in available flash space.
Install only sshd and keygen, rather than the full ssh package,
and (temporarily) remove the RAID/mdadm support.  Necessary to make
space in the flash filesystem until the root cause (util-linux-ng
bogus dependency issue) is located and fixed.

15 years agoshr-e-gadgets: bump SRCREV for more sleep
Martin Jansa [Fri, 11 Jun 2010 09:51:23 +0000 (11:51 +0200)]
shr-e-gadgets: bump SRCREV for more sleep

15 years agoopkg: bump SRCREV for better fix of #50 (incorrect removal of orphaned files)
Martin Jansa [Fri, 11 Jun 2010 06:26:03 +0000 (08:26 +0200)]
opkg: bump SRCREV for better fix of #50 (incorrect removal of orphaned files)

* http://code.google.com/p/opkg/issues/detail?id=50

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agopsplash-zap: default to RRECOMMENDS_${PN} = "${SPLASH}"
Andrea Adami [Thu, 10 Jun 2010 22:57:53 +0000 (00:57 +0200)]
psplash-zap: default to RRECOMMENDS_${PN} = "${SPLASH}"

* console-base-image and gnuradio-image are using psplash-zap but
* some distros do not define SPLASH then image.bbclass provides as
* default SPLASH ?= ""
* We can conclude that if they don't have SPLASH they probably don't want
* psplash-zap.
* bump PR

15 years agoeglibc: Apply backports to 2.11 and 2.12
Khem Raj [Thu, 10 Jun 2010 23:02:56 +0000 (16:02 -0700)]
eglibc: Apply backports to 2.11 and 2.12

* Update version number of svn recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolib/oe/patch.py: Dont import patches but symlink them instead
Khem Raj [Wed, 9 Jun 2010 14:36:15 +0000 (14:36 +0000)]
lib/oe/patch.py: Dont import patches but symlink them instead

* This patch removes the usage of quilt import <patch>
  instead it creasted a symlink to the patch in the patches
  directory and synthesizes the series file which otherwise
  would be done automatically by quilt import.

* This should help a bit in reducing build time as it avoids
  copying of the patch and also other things that quilt import
  would otherwise do.

* Tested by doing minimal-image on qemuarm.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
15 years agoDrop some unnecessary immediate assignments
Chris Larson [Fri, 4 Jun 2010 23:20:01 +0000 (16:20 -0700)]
Drop some unnecessary immediate assignments

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agoscummvm: add version 1.1.1
Denis 'GNUtoo' Carikli [Thu, 10 Jun 2010 20:36:22 +0000 (22:36 +0200)]
scummvm: add version 1.1.1

*removed the useless CCACHE=""
*do_configure_append is still necessary,else you still have issues
  like that:
    | sound/rate_arm_asm.s:713: Error: no such instruction: `ldr PC,[r13,'
*I took the following from DJWillis(John Willis)'s recipe(he sent it to me via mail)
  # Make this a plugin enabled build. Bigger binary, less memory usage. Makes more games run on lower end platforms.
  # These plugins are not normal Linux shared libs so will fall foul of the sanity checker.
  INSANE_SKIP_${PN} = True
  EXTRA_OECONF += " --enable-plugins --default-dynamic "
The comment are self explanatory
Thanks a lot John Willis(who is a scummvm developer)

15 years agoscummvm: convert to INC_PR
Denis 'GNUtoo' Carikli [Wed, 9 Jun 2010 18:30:25 +0000 (20:30 +0200)]
scummvm: convert to INC_PR

15 years agolinux-leviathan: permit booting directly with fastboot
Denis 'GNUtoo' Carikli [Wed, 9 Jun 2010 14:38:42 +0000 (16:38 +0200)]
linux-leviathan: permit booting directly with fastboot

if we don't gzip the empty ramdisk,the bootloader will refuse
to boot our kenrnel when in fastboot mode and will display this message:
  booting... FAILED (remote: reproduce boot image with on-flash ramdisk error)

15 years agonetbase: add support for htcdream
Denis 'GNUtoo' Carikli [Mon, 7 Jun 2010 18:39:41 +0000 (20:39 +0200)]
netbase: add support for htcdream

If we don't add a custom file containing auto usb0,
usb0 is not configured at boot and we can't ssh into the phone

Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
15 years agorecipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVI...
Martin Jansa [Thu, 10 Jun 2010 19:37:43 +0000 (21:37 +0200)]
recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup

* only 769 from 1102 recipes were covered by automatic PR bump, list
  of remaining 333 recipes not using PR/INC_PR is available for manual
  PR add or INC_PR conversion - volunteers?
  http://build.shr-project.org/tests/jama/files.not.PR.bumped
* just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good
  idea without manual check, because sometimes they rely on PR set in
  their .inc file and "r1" could make it go backwards

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agorecipes: conform to OE packaging guidelines with RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES
Martin Jansa [Thu, 10 Jun 2010 13:58:51 +0000 (15:58 +0200)]
recipes: conform to OE packaging guidelines with RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES

* even worse than last RDEPENDS/RRECOMMENDS change, because now ie:
  opkg info coreutils-doc
  Provides: textutils, shellutils, fileutils
  Replaces: textutils, shellutils, fileutils

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
15 years agonavit: split config, dbus, speech, gui, graphics to separate packages
Martin Jansa [Thu, 10 Jun 2010 08:34:57 +0000 (10:34 +0200)]
navit: split config, dbus, speech, gui, graphics to separate packages

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agonavit: bump SRCREV
Martin Jansa [Thu, 10 Jun 2010 08:33:26 +0000 (10:33 +0200)]
navit: bump SRCREV

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoopkg-utils: convert to new staging, BBCLASSEXTEND native, fix QA GNU_HASH error
Martin Jansa [Wed, 9 Jun 2010 14:12:39 +0000 (16:12 +0200)]
opkg-utils: convert to new staging, BBCLASSEXTEND native, fix QA GNU_HASH error

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoiperf 2.0.4: import Debian patches
Roman I Khimov [Fri, 28 May 2010 12:34:33 +0000 (16:34 +0400)]
iperf 2.0.4: import Debian patches

Fixes a lot of real bugs.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoiperf: switch to INC_PR
Roman I Khimov [Fri, 28 May 2010 12:33:42 +0000 (16:33 +0400)]
iperf: switch to INC_PR

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoiperf: remove version 1.7.0
Roman I Khimov [Fri, 28 May 2010 12:30:32 +0000 (16:30 +0400)]
iperf: remove version 1.7.0

Dates back to 2005, doesn't use .inc file.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoiperf.inc: don't disable threads for everyone
Roman I Khimov [Fri, 28 May 2010 12:22:19 +0000 (16:22 +0400)]
iperf.inc: don't disable threads for everyone

As per comment in iperf.inc threading was disabled because it doesn't
work on one particular configuration. I don't think it's right to cripple
everyone's iperf because of that. It also works fine here with NPTL-enabled
uclibc, thus limit this hack to epia machine only.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoxtables-addons: new recipe
Roman I Khimov [Fri, 28 May 2010 08:35:22 +0000 (12:35 +0400)]
xtables-addons: new recipe

Xtables-addons is a package that obsoletes the old patch-o-matic
repository for the Linux kernel and iptables. Instead of patching
the kernel source, extensions are built as modules and thus allow
extending kernels without recompilation.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoiproute2: add version 2.6.34
Roman I Khimov [Tue, 25 May 2010 11:10:21 +0000 (15:10 +0400)]
iproute2: add version 2.6.34

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoebtables: add version 2.0.9-2
Roman I Khimov [Tue, 25 May 2010 10:19:55 +0000 (14:19 +0400)]
ebtables: add version 2.0.9-2

* the ebtables package produced with this version is three times bigger than
  for version 2.0.6, thus not deleting version 2.0.6
* other than that, considered as safe upgrade with nice functional enhancements

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoopenais: update to version 1.1.3
Roman I Khimov [Mon, 24 May 2010 08:41:39 +0000 (12:41 +0400)]
openais: update to version 1.1.3

Bug fix release, considered as safe upgrade

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agocorosync: update to version 1.2.3
Roman I Khimov [Mon, 24 May 2010 08:40:00 +0000 (12:40 +0400)]
corosync: update to version 1.2.3

 * bug fix release, considered as safe upgrade
 * remove init file installed by default (we have our own)

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoclamav: introduce version 0.96.1
Roman I Khimov [Fri, 21 May 2010 12:02:05 +0000 (16:02 +0400)]
clamav: introduce version 0.96.1

This one has llvm built-in and since llvm itself is handled natively
with cmake autoreconf goes mad about missing configure.ac or .in. Thus
this oe_runconf hook. I hope this will be handled by upstream sooner
or later.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoclamav: convert to new staging
Roman I Khimov [Fri, 21 May 2010 11:56:47 +0000 (15:56 +0400)]
clamav: convert to new staging

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibmail-spf-perl: fix bad interpreter in spfquery executable
Roman I Khimov [Thu, 20 May 2010 11:37:52 +0000 (15:37 +0400)]
libmail-spf-perl: fix bad interpreter in spfquery executable

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoutils.bbclass: set close_fds=True by default for the popen helper
Chris Larson [Tue, 8 Jun 2010 14:46:58 +0000 (07:46 -0700)]
utils.bbclass: set close_fds=True by default for the popen helper

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agobitbake.conf: Drop some unnecessary getVar usage in python snippets
Chris Larson [Sun, 23 May 2010 17:41:09 +0000 (10:41 -0700)]
bitbake.conf: Drop some unnecessary getVar usage in python snippets

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agobitbake.conf: make the EXTENDPE bits slightly less disturbing
Chris Larson [Wed, 19 May 2010 20:27:10 +0000 (13:27 -0700)]
bitbake.conf: make the EXTENDPE bits slightly less disturbing

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agobitbake.conf: don't filter out nonexisting paths from FILESPATH
Chris Larson [Sat, 22 May 2010 00:11:48 +0000 (17:11 -0700)]
bitbake.conf: don't filter out nonexisting paths from FILESPATH

It's unnecessary, and can cause problems with amend.bbclass.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agobitbake.conf: use := for BUILD_OS and BUILD_ARCH
Chris Larson [Sun, 23 May 2010 17:43:44 +0000 (10:43 -0700)]
bitbake.conf: use := for BUILD_OS and BUILD_ARCH

These don't change, so their initial values should be just fine.  Apparently,
in a typical build, those os.uname() snippets are called around 46k times,
which seems a tad excessive :)

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agoAdd a rm -rf utility function and use it in packaged-staging.bbclass
Chris Larson [Tue, 8 Jun 2010 23:14:37 +0000 (16:14 -0700)]
Add a rm -rf utility function and use it in packaged-staging.bbclass

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agopackaged-staging.bbclass: fix typo, it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDPDIR_STAGE
Chris Larson [Wed, 9 Jun 2010 00:56:53 +0000 (17:56 -0700)]
packaged-staging.bbclass: fix typo, it's PSTAGE_TMPDIR_STAGE, not PSTAGE_TMDPDIR_STAGE

Signed-off-by: Chris Larson <chris_larson@mentor.com>
15 years agocmake_2.6.4: Patch added to fix compilation when FORTIFY_SOURCE is enabled
Yuri Bushmelev [Thu, 10 Jun 2010 14:55:23 +0000 (18:55 +0400)]
cmake_2.6.4: Patch added to fix compilation when FORTIFY_SOURCE is enabled

15 years agodb4.inc: Change SRC_URI to a FreeBSD mirror (link on Oracle site does not work anymore)
Robert Schuster [Thu, 10 Jun 2010 13:04:46 +0000 (15:04 +0200)]
db4.inc: Change SRC_URI to a FreeBSD mirror (link on Oracle site does not work anymore)
db5.inc: Dito.

15 years agogdb_7.1: Add patch to shut a warning when we boot into shell.
Khem Raj [Thu, 10 Jun 2010 02:04:02 +0000 (19:04 -0700)]
gdb_7.1: Add patch to shut a warning when we boot into shell.

* [tcsetpgrp failed in terminal_inferior: Inappropriate ioctl for
* device]
  this warning is pretty annoying when debugging on a shell which
  does not have a proper console device allocated and no job control.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoRevert "lib/oe/patch.py: Dont import patches but symlink them instead"
Khem Raj [Thu, 10 Jun 2010 01:04:09 +0000 (18:04 -0700)]
Revert "lib/oe/patch.py: Dont import patches but symlink them instead"

pushed wrong branch. It needs to be reviewed before pushing.

This reverts commit 428c2de6d27dd49274b9884c3123b053c42af0ce.

15 years agouclibc_git: keep PV at "git"
Bernhard Reutner-Fischer [Wed, 9 Jun 2010 07:10:36 +0000 (07:10 +0000)]
uclibc_git: keep PV at "git"

With this change, you can put
PREFERRED_UCLIBC_VERSION="git" into your conf/local.conf
once or set PREFERRED_VERSION_uclibc{*}="git" and need
not adjust local.conf if the git revision was changed.

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolib/oe/patch.py: Dont import patches but symlink them instead
Khem Raj [Thu, 10 Jun 2010 00:30:04 +0000 (17:30 -0700)]
lib/oe/patch.py: Dont import patches but symlink them instead

* This patch removes the usage of quilt import <patch>
  instead it creasted a symlink to the patch in the patches
  directory and synthesizes the series file which otherwise
  would be done automatically by quilt import.

* This should help a bit in reducing build time as it avoids
  copying of the patch and also other things that quilt import
  would otherwise do.

* Tested by doing minimal-image on qemuarm.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agominimal-uclibc.conf: Add pam to DISTRO_FEATURES
Khem Raj [Wed, 9 Jun 2010 20:45:43 +0000 (13:45 -0700)]
minimal-uclibc.conf: Add pam to DISTRO_FEATURES

* if pam is not in the DISTRO_FEATURES then pam
  modules dont end up in th root file system but
  when using shadow pam is used for authentication
  and uclibc needs these modules otherwise login
  fails.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoncurses: Switch to INC_PR and BBCLASSEXTEND. Fix ncurses-sdk and terminfo
Tom Rini [Wed, 9 Jun 2010 18:08:07 +0000 (11:08 -0700)]
ncurses: Switch to INC_PR and BBCLASSEXTEND.  Fix ncurses-sdk and terminfo

RSUGGESTS needs to use ${PN} not ncurses otherwise ncurses-sdk will try
ncurses-terminfo (wrong) not ncurses-sdk-terminfo (right).

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agorun-qemu.sh: Suppport option to boot into single user shell.
Khem Raj [Wed, 9 Jun 2010 20:39:26 +0000 (13:39 -0700)]
run-qemu.sh: Suppport option to boot into single user shell.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoshadow-4.1.4.2: Add patches to support dots in login id.
Khem Raj [Wed, 9 Jun 2010 20:37:03 +0000 (13:37 -0700)]
shadow-4.1.4.2: Add patches to support dots in login id.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolibio-zlib-perl: add missing dependency
Roman I Khimov [Wed, 19 May 2010 12:22:35 +0000 (16:22 +0400)]
libio-zlib-perl: add missing dependency

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agospamassassin: add prepackaged rules
Roman I Khimov [Wed, 19 May 2010 13:58:21 +0000 (17:58 +0400)]
spamassassin: add prepackaged rules

sa-update is preferred way to get rules with spamassassin 3.3.1, but then
you have no rules at all out-of-the-box which is undesired in some situations.
Pack default rules to spamassassin-rules.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agospamassassin: remove lsb bits from init script
Roman I Khimov [Wed, 19 May 2010 12:58:42 +0000 (16:58 +0400)]
spamassassin: remove lsb bits from init script

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agospamassassin: add missing perl dependencies
Roman I Khimov [Fri, 14 May 2010 14:01:37 +0000 (18:01 +0400)]
spamassassin: add missing perl dependencies

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoperl 5.10.1: a bit more module runtime dependencies
Roman I Khimov [Fri, 14 May 2010 14:01:27 +0000 (18:01 +0400)]
perl 5.10.1: a bit more module runtime dependencies

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibmail-spf-perl: add missing perl dependencies
Roman I Khimov [Fri, 14 May 2010 14:01:11 +0000 (18:01 +0400)]
libmail-spf-perl: add missing perl dependencies

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoprocps: handle pgrep through alternatives
Roman I Khimov [Tue, 18 May 2010 09:37:38 +0000 (13:37 +0400)]
procps: handle pgrep through alternatives

 * pgrep can be provided by busybox
 * remove useless FILES definition along the way

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoperl 5.10.1: fix sporadic "Use of uninitialized value $x in scalar assignment"
Roman I Khimov [Mon, 17 May 2010 13:56:24 +0000 (17:56 +0400)]
perl 5.10.1: fix sporadic "Use of uninitialized value $x in scalar assignment"

See this for further details:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480533

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibxml-simple-perl: s/RDEPENDS/RDEPENDS_${PN}/
Roman I Khimov [Wed, 9 Jun 2010 19:58:44 +0000 (23:58 +0400)]
libxml-simple-perl: s/RDEPENDS/RDEPENDS_${PN}/

Sorry, slipped through.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibcompress-zlib-perl: add missing dependencies
Roman I Khimov [Mon, 17 May 2010 12:00:52 +0000 (16:00 +0400)]
libcompress-zlib-perl: add missing dependencies

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibio-compress-zlib-perl: remove useless FILES
Roman I Khimov [Mon, 17 May 2010 11:59:22 +0000 (15:59 +0400)]
libio-compress-zlib-perl: remove useless FILES

Already included by cpan-base.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibio-compress-base-perl: remove useless FILES definition
Roman I Khimov [Mon, 17 May 2010 11:49:10 +0000 (15:49 +0400)]
libio-compress-base-perl: remove useless FILES definition

Already included by cpan-base.

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agolibxml-simple-perl: add missing runtime dependency
Vladimir Sorokin [Wed, 5 May 2010 12:57:28 +0000 (16:57 +0400)]
libxml-simple-perl: add missing runtime dependency

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agorp-pppoe: fix GNU hash QA error (force LDFLAGS)
Vladimir Sorokin [Fri, 16 Apr 2010 13:57:07 +0000 (17:57 +0400)]
rp-pppoe: fix GNU hash QA error (force LDFLAGS)

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoat: fix GNU hash QA error (force LDFLAGS)
Vladimir Sorokin [Fri, 16 Apr 2010 13:55:49 +0000 (17:55 +0400)]
at: fix GNU hash QA error (force LDFLAGS)

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
15 years agovsftpd-charconv: Switch to FILESPATHPKG
Tom Rini [Wed, 9 Jun 2010 17:49:31 +0000 (10:49 -0700)]
vsftpd-charconv: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agounionfs: Switch to FILESPATHPKG
Tom Rini [Wed, 9 Jun 2010 17:49:20 +0000 (10:49 -0700)]
unionfs: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agophp-native: Drop unnecessary FILESPATH
Tom Rini [Wed, 9 Jun 2010 17:49:08 +0000 (10:49 -0700)]
php-native: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agoncurses{,-native,-sdk}: Drop unnecessary FILESPATH
Tom Rini [Wed, 9 Jun 2010 17:48:47 +0000 (10:48 -0700)]
ncurses{,-native,-sdk}: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agogtk+-fastscaling: Switch to FILESPATHPKG
Tom Rini [Wed, 9 Jun 2010 17:48:31 +0000 (10:48 -0700)]
gtk+-fastscaling: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agogcc-csl-arm-2007q3: Switch to FILESPATHPKG
Tom Rini [Wed, 9 Jun 2010 17:48:19 +0000 (10:48 -0700)]
gcc-csl-arm-2007q3: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agodpkg-native: Drop unnecessary FILESPATH
Tom Rini [Wed, 9 Jun 2010 17:48:06 +0000 (10:48 -0700)]
dpkg-native: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agoclutter-gtk: Drop unnecessary FILESPATH
Tom Rini [Wed, 9 Jun 2010 17:47:13 +0000 (10:47 -0700)]
clutter-gtk: Drop unnecessary FILESPATH

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agobluez: Switch to FILESPATHPKG
Tom Rini [Wed, 9 Jun 2010 17:46:50 +0000 (10:46 -0700)]
bluez: Switch to FILESPATHPKG

Signed-off-by: Tom Rini <tom_rini@mentor.com>
15 years agoqt4: first part of mediaservices packaging
Koen Kooi [Wed, 9 Jun 2010 17:38:21 +0000 (19:38 +0200)]
qt4: first part of mediaservices packaging

15 years agoqt-4.6.2.inc: solved a bug when trying to append an empty string to the qtdemo file...
Marco Cavallini [Wed, 9 Jun 2010 14:46:37 +0000 (16:46 +0200)]
qt-4.6.2.inc: solved a bug when trying to append an empty string to the qtdemo file when building Qt/X11 (QT != Qt/E)

 * Now checking if [ -n ${QT_LIBINFIX} ] before mv qtdemo

15 years agokaeilos-2009-preferred-versions.inc: some distro version updates and mainly automake...
Marco Cavallini [Wed, 9 Jun 2010 14:45:15 +0000 (16:45 +0200)]
kaeilos-2009-preferred-versions.inc: some distro version updates and mainly automake-native 1.11

15 years agogcc_4.5.bb: Add lto to gcc package.
Khem Raj [Wed, 9 Jun 2010 13:53:44 +0000 (06:53 -0700)]
gcc_4.5.bb: Add lto to gcc package.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoqt-4.7.0-beta1: build fix for demos/browser
Martin Jansa [Wed, 9 Jun 2010 13:20:12 +0000 (15:20 +0200)]
qt-4.7.0-beta1: build fix for demos/browser

* to fix it properly someone should package libQtMediaServices (now it's built but not packaged)
  and results to NOTE: Couldn't find shared library provider for libQtMediaServices.so.4
* so demos/browser won't probably work on target as it's now

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoelementary: try to fix upgrade path from older -themes and -configs subpackage
Martin Jansa [Wed, 9 Jun 2010 09:02:52 +0000 (11:02 +0200)]
elementary: try to fix upgrade path from older -themes and -configs subpackage

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agonavit: bump PR after libgps naming fix
Martin Jansa [Wed, 9 Jun 2010 07:35:11 +0000 (09:35 +0200)]
navit: bump PR after libgps naming fix

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agolibtree-simple-perl: Initial commit
Vladimir Sorokin [Wed, 5 May 2010 12:53:19 +0000 (16:53 +0400)]
libtree-simple-perl: Initial commit

A simple tree object in Perl.

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agodropbear: support comma-separated list of addresses in port spec
Roman I Khimov [Thu, 3 Jun 2010 14:18:05 +0000 (18:18 +0400)]
dropbear: support comma-separated list of addresses in port spec

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agodropbear: switch to INC_PR
Roman I Khimov [Thu, 3 Jun 2010 14:17:36 +0000 (18:17 +0400)]
dropbear: switch to INC_PR

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoflex: convert to INC_PR
Roman I Khimov [Wed, 9 Jun 2010 07:14:09 +0000 (11:14 +0400)]
flex: convert to INC_PR

Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoflex-2.5.35: create lex and flex++ symlinks
Vladimir Sorokin [Fri, 16 Apr 2010 13:57:49 +0000 (17:57 +0400)]
flex-2.5.35: create lex and flex++ symlinks

Were missing in this version, which for example lead to build failures
for packages depending on flex-native.

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agoipset: Initial commit
Vladimir Sorokin [Tue, 20 Apr 2010 11:36:09 +0000 (15:36 +0400)]
ipset: Initial commit

If you want to
 * store multiple IP addresses or port numbers and match against the collection
   by iptables at one swoop;
 * dynamically update iptables rules against IP addresses or ports without
   performance penalty;
 * express complex IP address and ports based rulesets with one single iptables
   rule and benefit from the speed of IP sets
then ipset may be the proper tool for you.

Signed-off-by: Vladimir Sorokin <sorokin@altell.ru>
Signed-off-by: Roman I Khimov <khimov@altell.ru>
15 years agogcc-cross_4.5.bb: Add libelf-native to DEPENDS
Khem Raj [Wed, 9 Jun 2010 05:40:31 +0000 (22:40 -0700)]
gcc-cross_4.5.bb: Add libelf-native to DEPENDS

* libelf is needed for LTO

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolibelf_0.8.13.bb: Provide libelf-native using BBCLASSEXTEND.
Khem Raj [Wed, 9 Jun 2010 05:38:38 +0000 (22:38 -0700)]
libelf_0.8.13.bb: Provide libelf-native using BBCLASSEXTEND.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agogcc-4.5: flto requires libelf as dependency
Khem Raj [Wed, 9 Jun 2010 00:03:35 +0000 (17:03 -0700)]
gcc-4.5: flto requires libelf as dependency

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolibpam-1.1.1: Add recipe.
Khem Raj [Wed, 9 Jun 2010 00:02:00 +0000 (17:02 -0700)]
libpam-1.1.1: Add recipe.

* Tested build on arm*uclibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolibelf_0.8.13.bb: Add recipe
Khem Raj [Wed, 9 Jun 2010 00:00:20 +0000 (17:00 -0700)]
libelf_0.8.13.bb: Add recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agolinux_2.6.34: add defconfig for c7x0 and akita
Andrea Adami [Tue, 8 Jun 2010 22:39:58 +0000 (00:39 +0200)]
linux_2.6.34: add defconfig for c7x0 and akita

* minor fixes to spitz config, which is reused for akita
* added uinput module

15 years agogcc-4.5.inc: Enable -flto on 4.5 so it can be used but its not on by default.
Khem Raj [Tue, 8 Jun 2010 22:12:08 +0000 (15:12 -0700)]
gcc-4.5.inc: Enable -flto on 4.5 so it can be used but its not on by default.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 years agoopkg: bump SRCREV for fix preventing overeager removing of files which were after...
Martin Jansa [Tue, 8 Jun 2010 21:30:43 +0000 (23:30 +0200)]
opkg: bump SRCREV for fix preventing overeager removing of files which were after opkg upgrade owned by different package

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agopackages: PR bump after EFL SRCREV change resulting to different .so names.
Martin Jansa [Mon, 7 Jun 2010 06:47:02 +0000 (08:47 +0200)]
packages: PR bump after EFL SRCREV change resulting to different .so names.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoEFL: bump SRCREV to new snapshots
Martin Jansa [Tue, 25 May 2010 06:59:42 +0000 (08:59 +0200)]
EFL: bump SRCREV to new snapshots

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 years agoevas: don't use SRCNAME in FILES and RREPLACES as efl.bbclass is using PN
Martin Jansa [Mon, 7 Jun 2010 08:53:10 +0000 (10:53 +0200)]
evas: don't use SRCNAME in FILES and RREPLACES as efl.bbclass is using PN

* it results to not packaging /usr/lib/.debug/libevas-ver-svn-06.so.0.9.9 to evas-dbg

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>