surpport seeking the recorded video
[vuplus_openembedded] / recipes / desktop-file-utils / desktop-file-utils-native_0.14.bb
1 SECTION = "console/utils"
2 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
3 DESCRIPTION = "command line utilities to work with *.desktop files"
4 LICENSE = "GPL"
5
6 DEPENDS = "glib-2.0-native"
7
8 SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.gz"
9
10 inherit autotools native
11
12 S = "${WORKDIR}/desktop-file-utils-${PV}"