diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-14 15:01:07 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-05-14 15:01:07 +0100 |
commit | e6d96312f5d8d78de3874233b6fa9a891d1a5a76 (patch) | |
tree | 35d054e021a9b2924e529661ac4d8f4bbcafff59 /meta/packages/mozilla-headless/mozilla-headless-services_git.bb | |
parent | 59bb17f5c492e2f3e32df8e1a29b4cb8fddb4b05 (diff) | |
download | poky-e6d96312f5d8d78de3874233b6fa9a891d1a5a76.tar.gz |
mozilla-headless: Convert to hg and add mozilla-headless-services
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/mozilla-headless/mozilla-headless-services_git.bb')
-rw-r--r-- | meta/packages/mozilla-headless/mozilla-headless-services_git.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/mozilla-headless/mozilla-headless-services_git.bb b/meta/packages/mozilla-headless/mozilla-headless-services_git.bb new file mode 100644 index 0000000000..cb538ee3fb --- /dev/null +++ b/meta/packages/mozilla-headless/mozilla-headless-services_git.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SRC_URI = "git://git.moblin.org/mozilla-headless-services.git;protocol=git \ | ||
2 | file://confighack.patch;patch=1" | ||
3 | PV = "0.0+git${SRCREV}" | ||
4 | PR = "r1" | ||
5 | |||
6 | DEPENDS = "glib-2.0 dbus mozilla-headless" | ||
7 | |||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | FILES_${PN} += "${datadir}/dbus-1/services" | ||
11 | |||
12 | inherit autotools_stage | ||