mirror of
https://git.yoctoproject.org/poky
synced 2026-06-09 03:40:18 +00:00
e6d96312f5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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
|