summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/gupnp
AgeCommit message (Collapse)AuthorFiles
2012-02-21recipes: bump PR to rebuild .la files without libz.laMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-07-07gupnp: Upgrade from 0.16.0 to 0.16.1Mei Lei2
Add introspection.patch from gssdp due to more strict compiler checks in new version Signed-off-by: Mei Lei <lei.mei@intel.com>
2011-05-27gupnp-tools: Add gupnp-av to DEPENDSSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-04-28gupnp-av: upgrade to version 0.8.0Dongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gupnp: upgrade to version 0.16.0Dongxiao Xu1
Remove introspection.patch since it is already in upsteram. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-04-18gssdp: upgrade to version 0.10.0Dongxiao Xu2
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-03-14Update SRC_URIs to use BPN instead of PNRichard Purdie4
[YOCTO #860] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-21staging: Use relative path in sysroot-destdir for target recipesDongxiao Xu1
Original we used absolute path in sysroot-destdir for both native and target recipes. This commit changes target recipes to use relative path which is same as the image directory. [sgw: merged with libtool sysroot work] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold2
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-08gupnp: upgrade to version 0.14.0Dongxiao Xu1
Derive introspection.m4 from gobject-introspection package to solve the autoreconf issue. Add option "--disable-introspection" since gobject-introspection breaks cross compile. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-08gssdp: upgrade to version 0.9.0Dongxiao Xu2
Derive introspection.m4 from gobject-introspection package to solve the autoreconf issue. Add option "--disable-introspection" since gobject-introspection breaks cross compile. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-06gupnp: add gnome-icon-theme to DEPENDSSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-03Revert "gssdp: Upgrade to version 0.9.0"Saul Wold1
This reverts commit 0cd2a26ff6fe573ffcec942f2db4e96db2d391e7. This does not build, so reverting Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-03Revert "gssdp: Disable gobject introspection explicitly"Saul Wold1
This reverts commit 35c948f38495d49dde1043d14a914cf4047a972a. There is not --disable-interospection Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-02gssdp: Disable gobject introspection explicitlyRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-12-02gupnp: Update LICENSE and LIC_FILES_CHKSUM infoDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-02gupnp-av: Upgrade to version 0.7.0Dongxiao Xu3
Fix recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-02gssdp: Upgrade to version 0.9.0Dongxiao Xu1
Fix recipe metadata Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-02gupnp-tools: Upgrade to version 0.8Dongxiao Xu2
Fix recipe metadata. Signed-off-by: Dongxiao Xu <dongxiao.xu@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-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 Hatle5
[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-08-27Major layout change to the packages directoryRichard Purdie5
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>