diff options
| author | Saul Wold <sgw@linux.intel.com> | 2011-05-09 14:03:32 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 09:56:21 +0100 |
| commit | 54c422a2bcccdf5eda17039d54b9b0421569aa01 (patch) | |
| tree | a51fbfe65b475f73bb08a727985a4dc686b7a182 /meta/recipes-sato/web/web_git.bb | |
| parent | ed18794c37338788a5b18f222c36d21793b1a523 (diff) | |
| download | poky-54c422a2bcccdf5eda17039d54b9b0421569aa01.tar.gz | |
web-sato: Update for svn -> git transtion
(From OE-Core rev: 0818a65266bb382ea308a0c8ee64d61a7b53b707)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/web/web_git.bb')
| -rw-r--r-- | meta/recipes-sato/web/web_git.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-sato/web/web_git.bb b/meta/recipes-sato/web/web_git.bb new file mode 100644 index 0000000000..612a02daba --- /dev/null +++ b/meta/recipes-sato/web/web_git.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | LICENSE = "GPLv2" | ||
| 2 | SECTION = "x11" | ||
| 3 | DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl" | ||
| 4 | DESCRIPTION = "Web is a multi-platform web browsing application." | ||
| 5 | PR = "r0" | ||
| 6 | |||
| 7 | SRCREV = "96da839f65e17ecc6d5261c1d74accd88423dd7a" | ||
| 8 | PV = "0.0+git${SRCPV}" | ||
| 9 | |||
| 10 | SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \ | ||
| 11 | file://owl-window-menu.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/git" | ||
| 17 | |||
| 18 | do_unpack_append () { | ||
| 19 | bb.build.exec_func('do_remove_patches', d) | ||
| 20 | } | ||
| 21 | |||
| 22 | do_remove_patches () { | ||
| 23 | rm -rf ${S}/patches | ||
| 24 | } | ||
| 25 | |||
| 26 | inherit autotools pkgconfig gconf | ||
| 27 | |||
