aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/upnp/libdlna_0.2.3.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-01-05 15:34:01 +0100
committerKoen Kooi <koen@openembedded.org>2010-01-05 16:21:01 +0100
commita2e8b07f62d48f7c21d5883c18c16393d1ce0022 (patch)
tree944852c05f3c9d3f4505980f0ee00d2986009cd6 /recipes/upnp/libdlna_0.2.3.bb
parent86735426ecc1dfca73e8bfa64f2b2a019f8f97e0 (diff)
downloadopenembedded-a2e8b07f62d48f7c21d5883c18c16393d1ce0022.tar.gz
libdla: add 0.2.3
Diffstat (limited to 'recipes/upnp/libdlna_0.2.3.bb')
-rw-r--r--recipes/upnp/libdlna_0.2.3.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/upnp/libdlna_0.2.3.bb b/recipes/upnp/libdlna_0.2.3.bb
new file mode 100644
index 0000000000..9c491da9f6
--- /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 \
+"
+