summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity
AgeCommit message (Collapse)AuthorFiles
2010-12-01resolvconf: update license infoQing He1
Signed-off-by: Qing He <qing.he@intel.com>
2010-11-23gssdp:Add license checksum and update the GPL informationMei Lei1
Add COPYING file checksum to bb file and update the "LGPL" to "LGPLv2" according to the COPYING file Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-23galago-daemon: Add license file checksum and update GPL informationMei Lei1
Add COPYING file checksum to bb file and update the "GPL" to "GPLv2" according to the COPYING Signed-off-by: Mei Lei <lei.mei@intel.com>
2010-11-22Meta: Recipe ReogranizationSaul Wold37
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>
2010-11-22avahi: Update to 0.6.28Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-22msynctool: Upgrade to version 0.38Dongxiao Xu1
Fixed its metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-18openssl: upgrade to version 0.9.8pQing He24
from 0.9.8o Signed-off-by: Qing He <qing.he@intel.com>
2010-11-18dhcp: upgrade to version 4.2.0Qing He6
from 4.1.1-P1 Signed-off-by: Qing He <qing.he@intel.com>
2010-11-18telepathy: Update telepathy-glib and telepathy-idle for world buildSaul Wold2
Updated telepathy-glib to 0.9.2 Updated telepathy-idle to 0.1.2 Added LIC_FILES_CHKSUM and corrected LICENSE metadata Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-11-18bluez4: Upgraded to version 4.79.Dongxiao Xu5
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-11-14iproute2: update LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-14libnss-mdns: fix package removalQing He1
Fixes [BUGID #510] Signed-off-by: Qing He <qing.he@intel.com>
2010-11-14iproute2: upgrade to version 2.6.35Qing He2
from 2.6.34 Signed-off-by: Qing He <qing.he@intel.com>
2010-11-14nfs-utils: upgrade to version 1.2.3Qing He1
from 1.2.2 Signed-off-by: Qing He <qing.he@intel.com>
2010-11-03openssl: Use STAGING_BINDIR_NATIVE as the path to perl, not bindir which can ↵Richard Purdie1
point to incorrect places Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-11-02openssl/db/gdbm: Extend to provide BBCLASSEXTEND nativesdkRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-10-20nfs-utils: fix nfs server initscriptQing He1
fixes [BUGID #483] Signed-off-by: Qing He <qing.he@intel.com>
2010-10-15gupnp: fix broken SRC_URIsScott Garman5
This fixes [BUGID #469] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-10-11recipes-connectivity: Cleanup package descriptions and summariesMark Hatle40
[BUGID #281] Evaluate and update each package in recipes-connectivity to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
2010-10-11connman: Do not take over ethernet interface if target is boot by nfsDongxiao Xu2
Detect if target system is booting by nfs, connman will not take over the ethernet interface. This fixes [BUGID #364] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-30libopensync: Fixup a couple of LICENSE fieldsRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-30libopensync: Added LICNESE fields to pluginsSaul Wold4
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-30farsight: Added LICENSE fieldSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-28connman: fix the issue that connman could not disconnect from shutdown APDongxiao Xu3
Upstream has a fix for MeeGo/Carrick which has the same phenomenon as our side, therefore port the patch into poky. This fixes [BUGID #266] and [BUGID #267]. Remove the option "--enable-fake" since it sometimes causes offline mode failure. Launch connmand in initlevel 3. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-27iproute2: Disable PARALLEL_MAKESaul Wold2
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-17avahi: explicit depends on libcapQing He2
This avoids possible host contamination, fixes [BUGID #288] Signed-off-by: Qing He <qing.he@intel.com>
2010-09-10connman-gnome: Add some functionality.Dongxiao Xu2
Add offline mode. Add ethernet/wifi enable/disable functionality. Classify each service (ethernet, wifi) into certain group. Do some code clean up. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-09-03Fix broken references to libcheckScott Garman4
* check has been renamed to libcheck Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-02openssh: new recipe additionScott Garman5
OpenSSH v5.6p1, derived from OpenEmbedded's recipe. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie120
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-27connman: Use connman as default network management toolDongxiao Xu12
Upgrade connman to version 0.56 Modify connman-gnome to match the recent version of connman Deprecate networkmanager Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-27wpa-supplicant: Add latest stable version 0.6.10Dongxiao Xu8
Connman doesn't work well with wpa-supplicant development version 0.7.2, thus import its latest stable version. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-27Major layout change to the packages directoryRichard Purdie76
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>