[oe-commits] Koen Kooi : libdla: add 0.2.3

git version control git at git.openembedded.org
Tue Jan 5 16:15:16 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jan  5 15:34:01 2010 +0100

libdla: add 0.2.3

---

 recipes/upnp/libdlna/dlna.diff |   19 +++++++++++++++++++
 recipes/upnp/libdlna_0.2.3.bb  |   16 ++++++++++++++++
 2 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/recipes/upnp/libdlna/dlna.diff b/recipes/upnp/libdlna/dlna.diff
new file mode 100644
index 0000000..f79d73d
--- /dev/null
+++ b/recipes/upnp/libdlna/dlna.diff
@@ -0,0 +1,19 @@
+--- /tmp/configure	2010-01-05 15:24:42.000000000 +0100
++++ libdlna-0.2.3/configure	2010-01-05 15:24:49.000000000 +0100
+@@ -427,7 +427,6 @@
+   *)
+   echo "Unknown option \"$opt\"."
+   echo "See $0 --help for available options."
+-  exit 1
+   ;;
+   esac
+ done
+@@ -627,7 +626,7 @@
+   return 0;
+ }
+ EOF
+-VERSION=`$TMPE`
++VERSION='0.2.3'
+ restore_flags
+ 
+ 
diff --git a/recipes/upnp/libdlna_0.2.3.bb b/recipes/upnp/libdlna_0.2.3.bb
new file mode 100644
index 0000000..9c491da
--- /dev/null
+++ b/recipes/upnp/libdlna_0.2.3.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "bdlna aims at being the reference open-source implementation of DLNA (Digital Living Network Alliance) standards."
+LICENSE = "LGPLv2.1"
+
+DEPENDS = "sqlite3 ffmpeg"
+
+SRC_URI = "http://libdlna.geexbox.org/releases/libdlna-${PV}.tar.bz2 \
+           file://dlna.diff;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF = " --cross-prefix=${TARGET_PREFIX} \
+                 --cross-compile \
+                 --disable-strip \
+                 --enable-sqlite \
+"
+





More information about the Openembedded-commits mailing list