blob: 06d74c4eb27efa7c26f96548cf6a7329b2a79cfc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
PARALLEL_MAKE = ""
EXTRA_OECONF = " --cross-prefix=${TARGET_PREFIX} \
--cross-compile \
--disable-strip \
--enable-sqlite \
"
|