mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
subsurface: update to 1.1 release, start using gitpkgv
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -6,8 +6,11 @@ DEPENDS = "libdivecomputer gtk+ libxml2 glib-2.0"
|
|||||||
|
|
||||||
inherit gtk-icon-cache
|
inherit gtk-icon-cache
|
||||||
|
|
||||||
PV = "1.0"
|
inherit gitpkgv
|
||||||
SRCREV = "f2c61aefa762ce2ef7dea61886afeb23b0fe5eff"
|
PKGV = "${GITPKGVTAG}"
|
||||||
|
PV = "1.1"
|
||||||
|
|
||||||
|
SRCREV = "bd275d73ac06823619230915a3aa29deddc996fb"
|
||||||
SRC_URI = "git://subsurface.hohndel.org/subsurface.git"
|
SRC_URI = "git://subsurface.hohndel.org/subsurface.git"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
@@ -18,8 +21,7 @@ EXTRA_OEMAKE = "CC='${CC}' \
|
|||||||
"
|
"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}${datadir}/man/man1
|
oe_runmake install DESTDIR=${D}
|
||||||
oe_runmake install prefix=${D}${prefix}
|
|
||||||
rm ${D}${datadir}/icons/hicolor/icon-theme.cache
|
rm ${D}${datadir}/icons/hicolor/icon-theme.cache
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user