aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/avahi/mango-lassi_git.bb
blob: 049ac24b2aa9f1ebc1c9094112cbc0f2a90f33a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Input sharing, the avahi way"
DEPENDS = "avahi-ui libglade libnotify"

SRCREV = "73638817126a68d62f1233f6e6859ce75a259e93"
PV = "0.0+${PR}+gitr${SRCREV}"
PR = "r2"

SRC_URI = "git://git.0pointer.de/repos/mango-lassi.git/;protocol=http"

S = "${WORKDIR}/git"

inherit autotools

do_configure_prepend() {
    touch config.rpath
}