summaryrefslogtreecommitdiff
path: root/meta-demoapps
AgeCommit message (Collapse)AuthorFiles
2011-05-10fuse: drop since it is not used by other recipesOtavio Salvador3
This is unused and a newer version will be made available in meta-oe in meanwhile. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2011-05-10recipes: Replace gconf-dbus with gconfKhem Raj1
Some distributions e.g. angstrom do not support gconf-dbus anymore since its now provided by gconf and in oe-core we have PREFERRED_PROVIDER_gconf tunable, here we replace all dependencies on gconf-dbus with gconf, which should work in both cases where poky defines PREFERRED_PROVIDER-gconf = "gconf-dbus" and for angstrom it is simply gconf Without this meta-toolchain-sdk ends up with conflicts in runqueue and does not build Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-05-04Remove distro-specific metadata for distros not in oe-corePaul Eggleton1
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-05-04poky-default-revisions: move the SRCREV to recipe fileYu Ke4
in this case, those non poky distro can also use these recipe normally Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-04-28tidy: move old clutter demo to meta-demoappsSaul Wold4
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28table: move old clutter demo to meta-demoappsSaul Wold3
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-20Fix git.pokylinux.org urls to git.yoctoproject.orgRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-23Various: Update KERNELORG_MIRROR for consistencyTom Rini1
In mirrors.bbclass we point into /pub but we don't in bitbake.conf. All uses of KERNELORG_MIRROR look into /pub anyhow, so lets make use of that. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-28matchbox: Convert all the matchbox components' repo from svn to git including:Zhai Edwin1
matchbox-wm matchbox-panel-2 matchbox-terminal matchbox-config-gtk matchbox-stroke matchbox-desktop matchbox-keyboard matchbox-themes-extra libfakekey settings-daemon Also remove some old recipes. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-06recpies: use SRCPV instead of SRCREV for PVYu Ke2
SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-12-30RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi10
For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-16recipes-gnome: Add Summary and Description informationMark Hatle1
Add Summary and update description information as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-12-05Drop AUTOTOOLS_STAGE_PKGCONFIG variable as its not used anywhereRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-02table move missing patch back to correct locationSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-22Meta: Recipe ReogranizationSaul Wold118
This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>