blob: 9c491da9f650087637ce356a59650d585cb6f12f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 \
"
|