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:
Bruce Ashfield 2024-02-28 14:14:37 +00:00
parent 8104728436
commit 2961677b6a
18 changed files with 36 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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() {

View File

@ -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}/

View File

@ -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() {
}

View File

@ -13,6 +13,8 @@ SRCREV = "1cbd4c16de64273a6e63fc710b0d89bfad72cd32"
S = "${WORKDIR}/git"
inherit meta-virt-depreciated-warning
do_compile() {
true
}

View File

@ -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}/

View File

@ -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() {
}

View File

@ -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}/

View File

@ -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}/

View File

@ -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}/

View File

@ -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"

View File

@ -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}/

View File

@ -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}/

View File

@ -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}/

View File

@ -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() {
}