mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 04:18:25 +01:00
add S = "${WORKDIR}/sources" for go recipes
This commit is contained in:
parent
c38db22ef6
commit
21caa0fa42
@ -12,10 +12,11 @@ RDEPENDS:${PN} = "ddcutil"
|
||||
|
||||
GO_IMPORT = "github.com/nwg-piotr/ddcpopup.git"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};nobranch=1;protocol=https"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=https"
|
||||
PV = "0.1"
|
||||
SRCREV = "8fab5132e49e08a1eeaa7a0dd3350d06f4399200"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
|
@ -4,9 +4,11 @@ LIC_FILES_CHKSUM = "file://src/${GO_IMPORT}/LICENSE;md5=22ed6cb3c33862e689e075b4
|
||||
|
||||
GO_IMPORT = "github.com/nwg-piotr/gopsuinfo.git"
|
||||
|
||||
SRC_URI = "git://${GO_IMPORT};branch=main;protocol=https"
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};branch=main;protocol=https"
|
||||
PV = "0.1.5"
|
||||
SRCREV = "60e4f83b6c4d84955e0a07f7bdc63d8089b4ba1e"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod
|
||||
|
||||
|
@ -15,7 +15,8 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
|
||||
|
||||
PV = "0.1.5"
|
||||
SRCREV = "86f75d0856193c1ba1505f6afbc1b73d34c7093a"
|
||||
S = "${UNPACKDIR}"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
|
@ -14,7 +14,8 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
|
||||
|
||||
PV = "0.1.9"
|
||||
SRCREV = "d4cd7439ebfb29238674b94deb120695dd1425f1"
|
||||
S = "${UNPACKDIR}"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
|
@ -14,7 +14,8 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
|
||||
|
||||
PV = "0.3.9"
|
||||
SRCREV = "6fdd055eaff282298ea5496d203514b5f99314a0"
|
||||
S = "${UNPACKDIR}"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
|
@ -15,7 +15,8 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
|
||||
|
||||
PV = "0.4.7"
|
||||
SRCREV = "0cd48d1631eecb3043ee2c1fed9dfa25ca855375"
|
||||
S = "${UNPACKDIR}"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
|
@ -10,7 +10,8 @@ GO_IMPORT = "github.com/nwg-piotr/nwg-look"
|
||||
SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};branch=main;protocol=https"
|
||||
SRCREV = "88f2639445084bf265ad71dba1c7af507c471762"
|
||||
PV = "0.2.7"
|
||||
S = "${UNPACKDIR}"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig gtk-icon-cache
|
||||
|
||||
|
@ -19,7 +19,8 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
|
||||
|
||||
PV = "0.1.3"
|
||||
SRCREV = "fd8b92ad1ad0c0c7a23fc7a0be942ca0cbe7f7e0"
|
||||
S = "${UNPACKDIR}"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig
|
||||
|
||||
|
@ -17,7 +17,8 @@ SRC_URI = "git://${GO_IMPORT};destsuffix=src/${GO_IMPORT};nobranch=1;protocol=ht
|
||||
|
||||
PV = "0.0.1"
|
||||
SRCREV = "782a37014de40f63115825c0b5bd343dee2ba668"
|
||||
S = "${UNPACKDIR}"
|
||||
S = "${WORKDIR}/sources"
|
||||
UNPACKDIR = "${S}"
|
||||
|
||||
inherit go go-mod pkgconfig gtk-icon-cache
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user