mirror of
https://git.yoctoproject.org/poky
synced 2026-02-11 03:03:02 +01:00
13 lines
291 B
BlitzBasic
13 lines
291 B
BlitzBasic
SRC_URI = "git://git.moblin.org/mozilla-headless-services.git;protocol=git \
|
|
file://confighack.patch;patch=1"
|
|
PV = "0.0+git${SRCREV}"
|
|
PR = "r1"
|
|
|
|
DEPENDS = "glib-2.0 dbus mozilla-headless"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
FILES_${PN} += "${datadir}/dbus-1/services"
|
|
|
|
inherit autotools_stage
|