diff options
Diffstat (limited to 'meta-moblin/packages/librest/librest_git.bb')
| -rw-r--r-- | meta-moblin/packages/librest/librest_git.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-moblin/packages/librest/librest_git.bb b/meta-moblin/packages/librest/librest_git.bb new file mode 100644 index 0000000000..ec2d676fd5 --- /dev/null +++ b/meta-moblin/packages/librest/librest_git.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | |||
| 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
| 3 | PV = "0.0+git${SRCREV}" | ||
| 4 | PR = "r0" | ||
| 5 | |||
| 6 | DEPENDS = "libsoup-2.4" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | inherit autotools_stage | ||
| 11 | |||
| 12 | do_configure_prepend () { | ||
| 13 | echo "EXTRA_DIST=" > ${S}/gtk-doc.make | ||
| 14 | } | ||
