mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
devtools: depreciate the go source-only packages
We are now using vendoring from the upstream repos, or creating our own vendor directory. We no longer need these source only recipes. Add an inherit to each recipe to warn that it will be removed in the future. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
8104728436
commit
2961677b6a
|
@ -18,6 +18,8 @@ S = "${WORKDIR}/git"
|
|||
do_compile() {
|
||||
}
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
|
||||
for j in $(cd ${S} && find src/${PKG_NAME} -name "*.go"); do
|
||||
|
|
|
@ -18,6 +18,8 @@ S = "${WORKDIR}/git"
|
|||
do_compile() {
|
||||
}
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
|
||||
for j in $(cd ${S} && find src/${PKG_NAME} -name "*.go" -not -path "*/.tool/*"); do
|
||||
|
|
|
@ -18,6 +18,8 @@ S = "${WORKDIR}/git"
|
|||
do_compile() {
|
||||
}
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
|
||||
for j in $(cd ${S} && find src/${PKG_NAME} -name "*.go" -not -path "*/.tool/*"); do
|
||||
|
|
|
@ -18,6 +18,8 @@ S = "${WORKDIR}/git"
|
|||
do_compile() {
|
||||
}
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
|
||||
for j in $(cd ${S} && find src/${PKG_NAME} -name "*.go" -not -path "*/.tool/*"); do
|
||||
|
|
|
@ -12,6 +12,8 @@ SRC_URI = "git://${PKG_NAME}.git;branch=master;protocol=https"
|
|||
SRCREV = "2c00daeb6c3b45114c80ac44119e7b8801fdd852"
|
||||
PV = "0.0+git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install() {
|
||||
|
|
|
@ -14,6 +14,8 @@ PV = "1.1.0+git"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
|
||||
cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/
|
||||
|
|
|
@ -14,6 +14,8 @@ PV = "0.2.1+git"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
# NO-OP the do compile rule because this recipe is source only.
|
||||
do_compile() {
|
||||
}
|
||||
|
|
|
@ -13,6 +13,8 @@ SRCREV = "1cbd4c16de64273a6e63fc710b0d89bfad72cd32"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_compile() {
|
||||
true
|
||||
}
|
||||
|
|
|
@ -14,6 +14,8 @@ PV = "4.0.0+git"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
|
||||
cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/
|
||||
|
|
|
@ -14,6 +14,8 @@ PV = "2.6.0+git"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
# NO-OP the do compile rule because this recipe is source only.
|
||||
do_compile() {
|
||||
}
|
||||
|
|
|
@ -14,6 +14,8 @@ PV = "v1.5.1+git"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
|
||||
cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/
|
||||
|
|
|
@ -14,6 +14,8 @@ PV = "0.0+git"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
|
||||
cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/
|
||||
|
|
|
@ -14,6 +14,8 @@ PV = "0.11.0+git"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
|
||||
cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/
|
||||
|
|
|
@ -11,6 +11,8 @@ SRC_URI = "git://${PKG_NAME}.git;branch=main;protocol=https"
|
|||
|
||||
SRCREV = "85123bf20e069b156415b871dea10517f6a8938a"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_configure[noexec] = "1"
|
||||
|
|
|
@ -14,6 +14,8 @@ PV = "2.2.6+git"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
|
||||
cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/
|
||||
|
|
|
@ -13,6 +13,8 @@ SRCREV = "05017fcccf23c823bfdea560dcc958a136e54fb7"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
|
||||
cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/
|
||||
|
|
|
@ -16,6 +16,8 @@ RDEPENDS:${PN} += "bash"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
do_install() {
|
||||
install -d ${D}${prefix}/local/go/src/${PKG_NAME}
|
||||
cp -r ${S}/* ${D}${prefix}/local/go/src/${PKG_NAME}/
|
||||
|
|
|
@ -14,6 +14,8 @@ PV = "0.6.1+git"
|
|||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit meta-virt-depreciated-warning
|
||||
|
||||
# NO-OP the do compile rule because this recipe is source only.
|
||||
do_compile() {
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user