blob: 4c06e2fbd3203e8e9953c339faf39034db010a63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
LICENSE = "LiPS"
DESCRIPTION = "LiPS voice call library."
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "glib-2.0 sqlite3 librecord"
PR = "r1"
GPE_TARBALL_SUFFIX = "gz"
inherit gpephone pkgconfig autotools
SRC_URI += "file://po.patch;patch=1"
FILES_${PN} += " ${datadir}/vochistory"
do_configure_prepend () {
mkdir "${S}/po"
touch "${S}/po/POTFILES.in"
}
do_stage () {
autotools_stage_all
}
|