aboutsummaryrefslogtreecommitdiffstats
path: root/packages/freesmartphone/dbus-hlid_git.bb
blob: af175829de8cdc6fe47ac719a9ac3dcda96963ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "High Level DBus Introspection Daemon"
AUTHOR = "M. Lauer"
SECTION = "console/network"
DEPENDS = "vala-native dbus dbus-glib"
LICENSE = "GPL"
PV = "0.9.0+gitr${SRCREV}"
PR = "r0"

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

inherit autotools

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