diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 22:15:13 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-30 22:16:10 +0100 |
| commit | c0c657bd92911788b96d9670620eabf024453752 (patch) | |
| tree | 774a5e2d966d6ee87da17cd063580d5970564d00 /meta-moblin/packages/librest | |
| parent | e71a306f9cac8e30e689d607e2092e11a756ef5d (diff) | |
| download | poky-c0c657bd92911788b96d9670620eabf024453752.tar.gz | |
Split meta-extras and meta-moblin out of the main repository
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-moblin/packages/librest')
| -rw-r--r-- | meta-moblin/packages/librest/librest_git.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-moblin/packages/librest/librest_git.bb b/meta-moblin/packages/librest/librest_git.bb deleted file mode 100644 index 33e714d6cf..0000000000 --- a/meta-moblin/packages/librest/librest_git.bb +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | |||
| 2 | SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git" | ||
| 3 | PV = "0.6.1+git${SRCPV}" | ||
| 4 | PR = "r0" | ||
| 5 | |||
| 6 | DEPENDS = "libsoup-2.4" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | inherit autotools | ||
| 11 | |||
| 12 | do_configure_prepend () { | ||
| 13 | echo "EXTRA_DIST=" > ${S}/gtk-doc.make | ||
| 14 | } | ||
