aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gypsy
AgeCommit message (Collapse)Author
2011-12-01gypsy: update to latest upstream version 0.8, and remove version 0.7Steffen Sledz
Bug fixes, enhanced logging, a new debugging system, enhanced device discovery. Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Tom Rini <trini@kernel.crashing.org>
2011-12-01gypsy: move generic SRC_URI part to gypsy.incSteffen Sledz
Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Tom Rini <trini@kernel.crashing.org>
2011-12-01gypsy: fix packaging of DBus starter scriptSteffen Sledz
A wrong path had avoided the packaging of the dbus starter script /usr/share/dbus-1/system-services/org.freedesktop.Gypsy.service. Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Acked-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Tom Rini <trini@kernel.crashing.org>
2010-12-11gypsy: add `bluez4` to `DEPENDS` instead of `bluez-libs`Paul Menzel
Task `configure` when running `bitbake gypsy` failed with the following error. checking pkg-config is at least version 0.9.0... yes checking for GYPSY... configure: error: Package requirements (glib-2.0 dbus-glib-1 >= 0.60 bluez) were not met: No package 'bluez' found Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix. Alternatively, you may set the environment variables GYPSY_CFLAGS and GYPSY_LIBS to avoid the need to call pkg-config. See the pkg-config man page for more details. ERROR: Function do_configure failed `bluez4` is needed in the `DEPENDS` list instead of `bluez-libs`. This patch is build tested with the following configurations. Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "a3f3bc0" TARGET_ARCH = "arm" TARGET_OS = "linux-uclibceabi" MACHINE = "beagleboard" DISTRO = "minimal-uclibc" DISTRO_VERSION = "dev-snapshot-20101210" TARGET_FPU = "hard" Build Configuration: BB_VERSION = "1.10.0" METADATA_BRANCH = "org.openembedded.dev" METADATA_REVISION = "a3f3bc0" TARGET_ARCH = "arm" TARGET_OS = "linux-gnueabi" MACHINE = "beagleboard" DISTRO = "minimal" DISTRO_VERSION = "dev-snapshot-20101210" TARGET_FPU = "hard" Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-11gypsy : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-06-29gypsy_0.7.bb: Point SRC_URI to updated tar file locationKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-03-22gypsy: Add version 0.7, remove broken svn recipeMartyn Welch
Svn package no longer provided at o-hand. Remove it and replace with version 0.7 from the projects website. Signed-off-by: Martyn Welch <martyn@welchs.me.uk> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Philip Balister <philip@balister.org>
2009-12-06gypsy: split package, fix compile error (remove werror)Frederik Sdun
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-17svn recipes: change +svnr${SRCREV} +svnr${SRCPV}Martin Jansa
* Just formal change * No need to bump PE or PR Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>