mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 18:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
ed18794c37
commit
54c422a2bc
27
meta/recipes-sato/web/web_git.bb
Normal file
27
meta/recipes-sato/web/web_git.bb
Normal file
@@ -0,0 +1,27 @@
|
||||
LICENSE = "GPLv2"
|
||||
SECTION = "x11"
|
||||
DEPENDS = "libxml2 glib-2.0 gtk+ libglade gtkhtml2 curl gconf js libowl"
|
||||
DESCRIPTION = "Web is a multi-platform web browsing application."
|
||||
PR = "r0"
|
||||
|
||||
SRCREV = "96da839f65e17ecc6d5261c1d74accd88423dd7a"
|
||||
PV = "0.0+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/web-sato;protocol=git \
|
||||
file://owl-window-menu.patch \
|
||||
"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_unpack_append () {
|
||||
bb.build.exec_func('do_remove_patches', d)
|
||||
}
|
||||
|
||||
do_remove_patches () {
|
||||
rm -rf ${S}/patches
|
||||
}
|
||||
|
||||
inherit autotools pkgconfig gconf
|
||||
|
||||
Reference in New Issue
Block a user