[oe-commits] Marcin Juszkiewicz : gupnp-av: added 0.5.2

git version control git at git.openembedded.org
Wed Jan 20 06:31:30 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 3fb36bf3002f5b8e6f19187ead8567072db53e15
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3fb36bf3002f5b8e6f19187ead8567072db53e15

Author: Marcin Juszkiewicz <marcin at juszkiewicz.com.pl>
Date:   Mon Jan 18 20:45:11 2010 +0100

gupnp-av: added 0.5.2

---

 recipes/upnp/gupnp-av-0.5.2/nodoc.patch |   34 +++++++++++++++++++++++++++++++
 recipes/upnp/gupnp-av_0.5.2.bb          |    7 ++++++
 2 files changed, 41 insertions(+), 0 deletions(-)

diff --git a/recipes/upnp/gupnp-av-0.5.2/nodoc.patch b/recipes/upnp/gupnp-av-0.5.2/nodoc.patch
new file mode 100644
index 0000000..07b469e
--- /dev/null
+++ b/recipes/upnp/gupnp-av-0.5.2/nodoc.patch
@@ -0,0 +1,34 @@
+---
+ Makefile.am  |    2 +-
+ configure.ac |    4 ----
+ 2 files changed, 1 insertion(+), 5 deletions(-)
+
+--- gupnp-av-0.5.2.orig/Makefile.am
++++ gupnp-av-0.5.2/Makefile.am
+@@ -1,6 +1,6 @@
+-SUBDIRS = libgupnp-av tests doc
++SUBDIRS = libgupnp-av tests
+ 
+ pkgconfig_DATA= gupnp-av-1.0.pc
+ pkgconfigdir = $(libdir)/pkgconfig
+ 
+ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
+--- gupnp-av-0.5.2.orig/configure.ac
++++ gupnp-av-0.5.2/configure.ac
+@@ -23,16 +23,12 @@ AC_ARG_ENABLE(debug,
+         enable_debug=no)
+ if test "x$enable_debug" = "xyes"; then
+         CFLAGS="$CFLAGS -g -Wall"
+ fi
+ 
+-GTK_DOC_CHECK([1.0])
+-
+ AC_OUTPUT([
+ Makefile
+ libgupnp-av/Makefile
+ tests/Makefile
+-doc/Makefile
+-doc/version.xml
+ gupnp-av-1.0.pc
+ gupnp-av-1.0-uninstalled.pc
+ ])
diff --git a/recipes/upnp/gupnp-av_0.5.2.bb b/recipes/upnp/gupnp-av_0.5.2.bb
new file mode 100644
index 0000000..d3d6f77
--- /dev/null
+++ b/recipes/upnp/gupnp-av_0.5.2.bb
@@ -0,0 +1,7 @@
+LICENSE = "LGPL"
+DEPENDS = "gupnp"
+
+SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz \
+           file://nodoc.patch;patch=1"
+
+inherit autotools_stage pkgconfig





More information about the Openembedded-commits mailing list