mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 04:33:03 +01:00
17 lines
372 B
BlitzBasic
17 lines
372 B
BlitzBasic
|
|
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
|
|
PV = "0.1+git${SRCPV}"
|
|
PR = "r4"
|
|
|
|
DEPENDS = "libsoup-2.4 gconf-dbus librest glib-2.0 twitter-glib gnome-keyring"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools_stage
|
|
|
|
FILES_${PN} += "${datadir}/dbus-1/services"
|
|
FILES_${PN}-dbg += "${libdir}/mojito/sources/.debug/* ${libdir}/mojito/services/.debug/"
|
|
|
|
PARALLEL_MAKE = ""
|
|
|