aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freesmartphone/dbus-hlid_git.bb
blob: 8920480553f8a6caec05ec32410f78fc9800066d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "High Level DBus Introspection Daemon"
HOMEPAGE = "http://www.freesmartphone.org/mediawiki/index.php/Implementations/DbusHlid"
AUTHOR = "Michael 'Mickey' Lauer <mlauer@vanille-media.de>"
SECTION = "console/network"
DEPENDS = "vala-native dbus dbus-glib"
LICENSE = "GPL"
PV = "1.0.1+gitr${SRCPV}"
PR = "r0"
PE = "1"

SRC_URI = "${FREESMARTPHONE_GIT}/dbus-hlid.git;protocol=git;branch=master"
S = "${WORKDIR}/git"

inherit autotools

FILES_${PN} += "${datadir} ${sysconfdir}"