diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-07-16 14:42:13 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2025-07-16 14:42:13 -0400 |
commit | 24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d (patch) | |
tree | 985a716004a41396bbbcaa4c6e01d7d69848fb13 | |
parent | ff75057ed28f942543c951f7af22b891752557f1 (diff) | |
download | meta-cloud-services-24f0b028ecdd3740a4a7b2e961d00bc4587f6e7d.tar.gz |
layer/global: update S assignments
Updating meta-cloud-services and sublayers to comply with the UNPACKDIR
changes. The techniques mentioned in the following commit are used:
Author: Alexander Kanavin <alex@linutronix.de>
Date: Tue Jun 24 13:53:51 2025 +0200
migration-guides/migration-5.3.rst: add guidance for breaking WORKDIR changes
(From yocto-docs rev: f59504d8706a817e0b5a6235ebb69cb3b3ebb277)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
123 files changed, 7 insertions, 220 deletions
diff --git a/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-kernel_2.0-873.bb b/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-kernel_2.0-873.bb index 6941234..81b3cd0 100644 --- a/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-kernel_2.0-873.bb +++ b/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-kernel_2.0-873.bb | |||
@@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833" | |||
8 | 8 | ||
9 | SRC_URI = " http://www.open-iscsi.org/bits/open-iscsi-${PV}.tar.gz " | 9 | SRC_URI = " http://www.open-iscsi.org/bits/open-iscsi-${PV}.tar.gz " |
10 | 10 | ||
11 | 11 | S = "${UNPACKDIR}/open-iscsi-${PV}" | |
12 | S = "${WORKDIR}/open-iscsi-${PV}" | ||
13 | TARGET_CC_ARCH += "${LDFLAGS}" | 12 | TARGET_CC_ARCH += "${LDFLAGS}" |
14 | 13 | ||
15 | inherit module | 14 | inherit module |
@@ -22,6 +21,5 @@ do_install() { | |||
22 | oe_runmake 'KSRC=${STAGING_KERNEL_DIR}' LDFLAGS="" DESTDIR="${D}" install_kernel | 21 | oe_runmake 'KSRC=${STAGING_KERNEL_DIR}' LDFLAGS="" DESTDIR="${D}" install_kernel |
23 | } | 22 | } |
24 | 23 | ||
25 | |||
26 | SRC_URI[md5sum] = "8b8316d7c9469149a6cc6234478347f7" | 24 | SRC_URI[md5sum] = "8b8316d7c9469149a6cc6234478347f7" |
27 | SRC_URI[sha256sum] = "7dd9f2f97da417560349a8da44ea4fcfe98bfd5ef284240a2cc4ff8e88ac7cd9" | 25 | SRC_URI[sha256sum] = "7dd9f2f97da417560349a8da44ea4fcfe98bfd5ef284240a2cc4ff8e88ac7cd9" |
diff --git a/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.1.7.bb b/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.1.7.bb index d92404a..9401ca4 100644 --- a/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.1.7.bb +++ b/meta-openstack/recipes-connectivity/open-iscsi/open-iscsi-user_2.1.7.bb | |||
@@ -18,7 +18,6 @@ SRC_URI = "git://github.com/open-iscsi/open-iscsi.git;protocol=https;branch=mast | |||
18 | 18 | ||
19 | SRCREV = "7b53fcc502da8617110fd64d675b476772c28a6f" | 19 | SRCREV = "7b53fcc502da8617110fd64d675b476772c28a6f" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | ||
22 | B = "${S}" | 21 | B = "${S}" |
23 | 22 | ||
24 | PARALLEL_MAKEINST = "" | 23 | PARALLEL_MAKEINST = "" |
diff --git a/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.bb b/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.bb index 51ce60c..d96196c 100644 --- a/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.bb +++ b/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.63.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/${SRCNAME}-${PV}. | |||
11 | SRC_URI[md5sum] = "e3ea2a6dc76931cf638b5227aceabf60" | 11 | SRC_URI[md5sum] = "e3ea2a6dc76931cf638b5227aceabf60" |
12 | SRC_URI[sha256sum] = "0a9bf977b8aabe76343e88095d2296c8a422410fd2a05a1901f2b20e2e1f6fad" | 12 | SRC_URI[sha256sum] = "0a9bf977b8aabe76343e88095d2296c8a422410fd2a05a1901f2b20e2e1f6fad" |
13 | 13 | ||
14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${UNPACKDIR}/${SRCNAME}-${PV}" |
15 | 15 | ||
16 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | 16 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" |
17 | 17 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-barbican_git.bb b/meta-openstack/recipes-devtools/python/python-barbican_git.bb index c71229d..90ed8d7 100644 --- a/meta-openstack/recipes-devtools/python/python-barbican_git.bb +++ b/meta-openstack/recipes-devtools/python/python-barbican_git.bb | |||
@@ -17,7 +17,6 @@ SRC_URI = "git://github.com/openstack/barbican.git;branch=master;protocol=https | |||
17 | 17 | ||
18 | SRCREV = "e6f05febbe18a86e4e6b05acc5f4868fa3beb291" | 18 | SRCREV = "e6f05febbe18a86e4e6b05acc5f4868fa3beb291" |
19 | PV = "2015.1.0+git${SRCPV}" | 19 | PV = "2015.1.0+git${SRCPV}" |
20 | S = "${WORKDIR}/git" | ||
21 | 20 | ||
22 | inherit update-rc.d setuptools3 identity hosts useradd default_configs monitor | 21 | inherit update-rc.d setuptools3 identity hosts useradd default_configs monitor |
23 | 22 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb index ca5d62f..1592cd2 100644 --- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | |||
@@ -14,10 +14,8 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
14 | # dropped for juno: | 14 | # dropped for juno: |
15 | # file://ceilometer-builtin-tests-config-location.patch | 15 | # file://ceilometer-builtin-tests-config-location.patch |
16 | 16 | ||
17 | |||
18 | SRCREV = "026a5d475e1958bf761e41c2bb426b09e0f3d270" | 17 | SRCREV = "026a5d475e1958bf761e41c2bb426b09e0f3d270" |
19 | PV = "5.0.0+git${SRCPV}" | 18 | PV = "5.0.0+git${SRCPV}" |
20 | S = "${WORKDIR}/git" | ||
21 | 19 | ||
22 | CEILOMETER_SECRET ?= "12121212" | 20 | CEILOMETER_SECRET ?= "12121212" |
23 | 21 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb index 2a3ef47..5f56024 100644 --- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb | |||
@@ -23,7 +23,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
23 | 23 | ||
24 | SRCREV = "4fb3a702ba8c3de24c41a6f706597bfa81e60435" | 24 | SRCREV = "4fb3a702ba8c3de24c41a6f706597bfa81e60435" |
25 | PV = "11.1.0+git${SRCPV}" | 25 | PV = "11.1.0+git${SRCPV}" |
26 | S = "${WORKDIR}/git" | ||
27 | 26 | ||
28 | inherit setuptools3 systemd useradd identity default_configs hosts monitor | 27 | inherit setuptools3 systemd useradd identity default_configs hosts monitor |
29 | 28 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index bd360ed..2f62677 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |||
@@ -14,7 +14,6 @@ SRC_URI = "\ | |||
14 | 14 | ||
15 | PV="3.1.0+git${SRCPV}" | 15 | PV="3.1.0+git${SRCPV}" |
16 | SRCREV="3640aeab6e11987288a2f149fbeedb1c026045e2" | 16 | SRCREV="3640aeab6e11987288a2f149fbeedb1c026045e2" |
17 | S = "${WORKDIR}/git" | ||
18 | 17 | ||
19 | inherit setuptools3 monitor | 18 | inherit setuptools3 monitor |
20 | 19 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index 9fa23ed..06e4d93 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb | |||
@@ -17,8 +17,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
17 | SRCREV = "06af2eb5abe0332f7035a7d7c2fbfd19fbc4dae7" | 17 | SRCREV = "06af2eb5abe0332f7035a7d7c2fbfd19fbc4dae7" |
18 | PV = "15.0.0+git${SRCPV}" | 18 | PV = "15.0.0+git${SRCPV}" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | inherit setuptools3 identity default_configs hosts monitor useradd systemd | 20 | inherit setuptools3 identity default_configs hosts monitor useradd systemd |
23 | 21 | ||
24 | USER = "glance" | 22 | USER = "glance" |
@@ -35,7 +33,6 @@ GLANCE_KNOWN_STORES ?= "glance.store.rbd.Store,\ | |||
35 | glance.store.filesystem.Store,\ | 33 | glance.store.filesystem.Store,\ |
36 | glance.store.http.Store" | 34 | glance.store.http.Store" |
37 | 35 | ||
38 | |||
39 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup" | 36 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup" |
40 | KEYSTONE_HOST="${CONTROLLER_IP}" | 37 | KEYSTONE_HOST="${CONTROLLER_IP}" |
41 | 38 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index 01be0cf..36062e8 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |||
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/python-glanceclient.git;branch=master;prot | |||
9 | 9 | ||
10 | PV = "2.17.0+git${SRCPV}" | 10 | PV = "2.17.0+git${SRCPV}" |
11 | SRCREV = "40c19aa44361e13ac997d325d357d3e4748fa063" | 11 | SRCREV = "40c19aa44361e13ac997d325d357d3e4748fa063" |
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | DEPENDS += " \ | 13 | DEPENDS += " \ |
15 | gmp \ | 14 | gmp \ |
diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb index 9ae104a..2f3ec2a 100644 --- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb | |||
@@ -11,8 +11,6 @@ SRC_URI = "\ | |||
11 | git://github.com/openstack/glance_store.git;branch=master;protocol=https \ | 11 | git://github.com/openstack/glance_store.git;branch=master;protocol=https \ |
12 | " | 12 | " |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit setuptools3 | 14 | inherit setuptools3 |
17 | 15 | ||
18 | DEPENDS += " \ | 16 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python-heat_git.bb b/meta-openstack/recipes-devtools/python/python-heat_git.bb index 0070928..c46fc7a 100644 --- a/meta-openstack/recipes-devtools/python/python-heat_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heat_git.bb | |||
@@ -17,7 +17,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
17 | 17 | ||
18 | SRCREV = "4348b7ababd1048e17ec354ca38c903c908cd74e" | 18 | SRCREV = "4348b7ababd1048e17ec354ca38c903c908cd74e" |
19 | PV = "5.0.0+git${SRCPV}" | 19 | PV = "5.0.0+git${SRCPV}" |
20 | S = "${WORKDIR}/git" | ||
21 | 20 | ||
22 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" | 21 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-templates ${SRCNAME}-cfn" |
23 | KEYSTONE_HOST="${CONTROLLER_IP}" | 22 | KEYSTONE_HOST="${CONTROLLER_IP}" |
diff --git a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb index 0c15380..b1f7b4f 100644 --- a/meta-openstack/recipes-devtools/python/python-heatclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-heatclient_git.bb | |||
@@ -31,11 +31,9 @@ SRC_URI = "git://github.com/openstack/python-heatclient.git;branch=master;protoc | |||
31 | 31 | ||
32 | PV = "1.17.0+git${SRCPV}" | 32 | PV = "1.17.0+git${SRCPV}" |
33 | SRCREV = "8af5deb458d51f4ec16e769d7fd6c94655f82f5f" | 33 | SRCREV = "8af5deb458d51f4ec16e769d7fd6c94655f82f5f" |
34 | S = "${WORKDIR}/git" | ||
35 | 34 | ||
36 | inherit setuptools3 | 35 | inherit setuptools3 |
37 | 36 | ||
38 | |||
39 | PACKAGECONFIG ?= "bash-completion" | 37 | PACKAGECONFIG ?= "bash-completion" |
40 | PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" | 38 | PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" |
41 | 39 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-horizon_git.bb b/meta-openstack/recipes-devtools/python/python-horizon_git.bb index 4eedead..4a2fb11 100644 --- a/meta-openstack/recipes-devtools/python/python-horizon_git.bb +++ b/meta-openstack/recipes-devtools/python/python-horizon_git.bb | |||
@@ -88,7 +88,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
88 | 88 | ||
89 | SRCREV = "246ff9f81248a00a434e66d18fad70519ba811cc" | 89 | SRCREV = "246ff9f81248a00a434e66d18fad70519ba811cc" |
90 | PV = "12.0.0+git${SRCPV}" | 90 | PV = "12.0.0+git${SRCPV}" |
91 | S = "${WORKDIR}/git" | ||
92 | 91 | ||
93 | inherit setuptools3 systemd python3-dir default_configs monitor useradd | 92 | inherit setuptools3 systemd python3-dir default_configs monitor useradd |
94 | 93 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb b/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb index 72f5a04..375969b 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone-hybrid-backend_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "git://github.com/SUSE-Cloud/keystone-hybrid-backend.git;branch=havana | |||
10 | 10 | ||
11 | PV="git${SRCPV}" | 11 | PV="git${SRCPV}" |
12 | SRCREV="0bd376242f8522edef7031d2339b9533b86c17aa" | 12 | SRCREV="0bd376242f8522edef7031d2339b9533b86c17aa" |
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit python3-dir | 14 | inherit python3-dir |
16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-keystone_git.bb b/meta-openstack/recipes-devtools/python/python-keystone_git.bb index a1b5dd0..5ec5af2 100644 --- a/meta-openstack/recipes-devtools/python/python-keystone_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystone_git.bb | |||
@@ -24,8 +24,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
24 | SRCREV = "d07677aba54362a4a3aa2d165b155105ffe30d73" | 24 | SRCREV = "d07677aba54362a4a3aa2d165b155105ffe30d73" |
25 | PV = "12.0.0+git${SRCPV}" | 25 | PV = "12.0.0+git${SRCPV}" |
26 | 26 | ||
27 | S = "${WORKDIR}/git" | ||
28 | |||
29 | inherit setuptools3 identity hosts default_configs monitor useradd systemd | 27 | inherit setuptools3 identity hosts default_configs monitor useradd systemd |
30 | 28 | ||
31 | SERVICE_TOKEN = "password" | 29 | SERVICE_TOKEN = "password" |
diff --git a/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb b/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb index 343942f..84e766d 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron-lib_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "\ | |||
10 | 10 | ||
11 | PV="1.9.1+git${SRCPV}" | 11 | PV="1.9.1+git${SRCPV}" |
12 | SRCREV="f0d7e470c2ef1702b2715ceb2fd8a00fce2a23be" | 12 | SRCREV="f0d7e470c2ef1702b2715ceb2fd8a00fce2a23be" |
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit setuptools3 | 14 | inherit setuptools3 |
16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-neutron_git.bb b/meta-openstack/recipes-devtools/python/python-neutron_git.bb index 11dbb84..7229e47 100644 --- a/meta-openstack/recipes-devtools/python/python-neutron_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutron_git.bb | |||
@@ -30,8 +30,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
30 | SRCREV = "7fd30cb652fb5d516b4c1f5415f18f54d7a40c2a" | 30 | SRCREV = "7fd30cb652fb5d516b4c1f5415f18f54d7a40c2a" |
31 | PV = "11.0.2+git${SRCPV}" | 31 | PV = "11.0.2+git${SRCPV}" |
32 | 32 | ||
33 | S = "${WORKDIR}/git" | ||
34 | |||
35 | inherit setuptools3 systemd useradd identity hosts default_configs monitor | 33 | inherit setuptools3 systemd useradd identity hosts default_configs monitor |
36 | 34 | ||
37 | USER = "neutron" | 35 | USER = "neutron" |
@@ -106,7 +104,6 @@ do_install:append() { | |||
106 | sed -e "/^#connection = .*/aconnection = postgresql+psycopg2://${DB_USER}:${DB_PASSWORD}@localhost/neutron" \ | 104 | sed -e "/^#connection = .*/aconnection = postgresql+psycopg2://${DB_USER}:${DB_PASSWORD}@localhost/neutron" \ |
107 | -i ${CONF_FILE} | 105 | -i ${CONF_FILE} |
108 | 106 | ||
109 | |||
110 | # ml2_conf.ini changes (replace with .ini file editing) | 107 | # ml2_conf.ini changes (replace with .ini file editing) |
111 | CONF_FILE=${NEUTRON_CONF_DIR}/plugins/ml2/ml2_conf.ini | 108 | CONF_FILE=${NEUTRON_CONF_DIR}/plugins/ml2/ml2_conf.ini |
112 | sed -e "/#type_drivers =/atype_drivers = flat,vlan" -i ${CONF_FILE} | 109 | sed -e "/#type_drivers =/atype_drivers = flat,vlan" -i ${CONF_FILE} |
@@ -262,7 +259,6 @@ FILES:${PN} = "${libdir}/*" | |||
262 | FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" | 259 | FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" |
263 | RDEPENDS:${SRCNAME}-tests += " bash" | 260 | RDEPENDS:${SRCNAME}-tests += " bash" |
264 | 261 | ||
265 | |||
266 | FILES:${SRCNAME} = " \ | 262 | FILES:${SRCNAME} = " \ |
267 | ${bindir}/neutron-db-manage \ | 263 | ${bindir}/neutron-db-manage \ |
268 | ${bindir}/neutron-rootwrap \ | 264 | ${bindir}/neutron-rootwrap \ |
@@ -429,6 +425,5 @@ SYSTEMD_AUTO_ENABLE:${SRCNAME}-dhcp-agent = "disable" | |||
429 | SYSTEMD_AUTO_ENABLE:${SRCNAME}-linuxbridge-agent = "disable" | 425 | SYSTEMD_AUTO_ENABLE:${SRCNAME}-linuxbridge-agent = "disable" |
430 | SYSTEMD_AUTO_ENABLE:${SRCNAME}-metadata-agent = "disable" | 426 | SYSTEMD_AUTO_ENABLE:${SRCNAME}-metadata-agent = "disable" |
431 | 427 | ||
432 | |||
433 | MONITOR_SERVICE_PACKAGES = "${SRCNAME}" | 428 | MONITOR_SERVICE_PACKAGES = "${SRCNAME}" |
434 | MONITOR_SERVICE_${SRCNAME} = "neutron" | 429 | MONITOR_SERVICE_${SRCNAME} = "neutron" |
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb index 42993e6..6984d3e 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |||
@@ -41,7 +41,6 @@ SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/pik | |||
41 | 41 | ||
42 | PV = "6.5.0+git${SRCPV}" | 42 | PV = "6.5.0+git${SRCPV}" |
43 | SRCREV = "e145c4ef8a0e8390f0468df422a757760e77f823" | 43 | SRCREV = "e145c4ef8a0e8390f0468df422a757760e77f823" |
44 | S = "${WORKDIR}/git" | ||
45 | 44 | ||
46 | inherit setuptools3 monitor rmargparse | 45 | inherit setuptools3 monitor rmargparse |
47 | 46 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 7afe347..fc96b51 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
@@ -36,8 +36,6 @@ SRC_URI += " \ | |||
36 | SRCREV = "b535f0808526c8eba37f15e83cede536e4e06029" | 36 | SRCREV = "b535f0808526c8eba37f15e83cede536e4e06029" |
37 | PV = "16.0.4+git${SRCPV}" | 37 | PV = "16.0.4+git${SRCPV}" |
38 | 38 | ||
39 | S = "${WORKDIR}/git" | ||
40 | |||
41 | inherit systemd setuptools3 identity hosts useradd default_configs monitor | 39 | inherit systemd setuptools3 identity hosts useradd default_configs monitor |
42 | 40 | ||
43 | LIBVIRT_IMAGES_TYPE ?= "default" | 41 | LIBVIRT_IMAGES_TYPE ?= "default" |
@@ -229,7 +227,6 @@ PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion python-nova- | |||
229 | PACKAGES =+ "${BPN}-bash-completion" | 227 | PACKAGES =+ "${BPN}-bash-completion" |
230 | FILES:${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" | 228 | FILES:${BPN}-bash-completion = "${sysconfdir}/bash_completion.d/*" |
231 | 229 | ||
232 | |||
233 | ALLOW_EMPTY:${SRCNAME}-setup = "1" | 230 | ALLOW_EMPTY:${SRCNAME}-setup = "1" |
234 | ALLOW_EMPTY:${SRCNAME}-ec2 = "1" | 231 | ALLOW_EMPTY:${SRCNAME}-ec2 = "1" |
235 | ALLOW_EMPTY:${SRCNAME}-api = "1" | 232 | ALLOW_EMPTY:${SRCNAME}-api = "1" |
@@ -242,8 +239,6 @@ ALLOW_EMPTY:${SRCNAME}-novncproxy = "1" | |||
242 | ALLOW_EMPTY:${SRCNAME}-scheduler = "1" | 239 | ALLOW_EMPTY:${SRCNAME}-scheduler = "1" |
243 | ALLOW_EMPTY:${SRCNAME}-spicehtml5proxy = "1" | 240 | ALLOW_EMPTY:${SRCNAME}-spicehtml5proxy = "1" |
244 | 241 | ||
245 | |||
246 | |||
247 | FILES:${PN} = "${libdir}/*" | 242 | FILES:${PN} = "${libdir}/*" |
248 | 243 | ||
249 | # MAA FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" | 244 | # MAA FILES:${SRCNAME}-tests = "${sysconfdir}/${SRCNAME}/run_tests.sh" |
@@ -357,7 +352,6 @@ RDEPENDS:${SRCNAME}-tests = " \ | |||
357 | bash \ | 352 | bash \ |
358 | " | 353 | " |
359 | 354 | ||
360 | |||
361 | SYSTEMD_PACKAGES = " \ | 355 | SYSTEMD_PACKAGES = " \ |
362 | ${SRCNAME}-setup \ | 356 | ${SRCNAME}-setup \ |
363 | ${SRCNAME}-compute \ | 357 | ${SRCNAME}-compute \ |
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index af9c601..a46c032 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |||
@@ -11,7 +11,6 @@ SRC_URI = "\ | |||
11 | 11 | ||
12 | PV = "9.1.1+git${SRCPV}" | 12 | PV = "9.1.1+git${SRCPV}" |
13 | SRCREV = "204eff6dc7b234d2807a6caa24a2fc58ebee520b" | 13 | SRCREV = "204eff6dc7b234d2807a6caa24a2fc58ebee520b" |
14 | S = "${WORKDIR}/git" | ||
15 | 14 | ||
16 | inherit setuptools3 monitor rmargparse | 15 | inherit setuptools3 monitor rmargparse |
17 | 16 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb b/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb index e989567..e84a9a9 100644 --- a/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb +++ b/meta-openstack/recipes-devtools/python/python-oauth2_1.5.211.bb | |||
@@ -16,7 +16,6 @@ RDEPENDS:${PN} += "python-prettytable \ | |||
16 | python-pep8 \ | 16 | python-pep8 \ |
17 | python-pyflakes" | 17 | python-pyflakes" |
18 | 18 | ||
19 | |||
20 | do_install:append() { | 19 | do_install:append() { |
21 | perm_files=$(find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "PKG-INFO") | 20 | perm_files=$(find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "PKG-INFO") |
22 | for f in $perm_files; do | 21 | for f in $perm_files; do |
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb index b345c39..a2b194e 100644 --- a/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-openstackclient_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = " \ | |||
10 | 10 | ||
11 | PV = "3.12.0+git${SRCPV}" | 11 | PV = "3.12.0+git${SRCPV}" |
12 | SRCREV = "ff4abb7d19829efa0209cb67faf01011d9c841c5" | 12 | SRCREV = "ff4abb7d19829efa0209cb67faf01011d9c841c5" |
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit setuptools3 | 14 | inherit setuptools3 |
16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config.inc b/meta-openstack/recipes-devtools/python/python-os-client-config.inc index e05746d..d7dd14c 100644 --- a/meta-openstack/recipes-devtools/python/python-os-client-config.inc +++ b/meta-openstack/recipes-devtools/python/python-os-client-config.inc | |||
@@ -10,8 +10,6 @@ SRCREV = "261c05f0057d556a8910457f1e22ca4d81801081" | |||
10 | SRCNAME = "os-client-config" | 10 | SRCNAME = "os-client-config" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | DEPENDS += " \ | 13 | DEPENDS += " \ |
16 | ${PYTHON_PN}-pbr \ | 14 | ${PYTHON_PN}-pbr \ |
17 | " | 15 | " |
diff --git a/meta-openstack/recipes-devtools/python/python-rally_git.bb b/meta-openstack/recipes-devtools/python/python-rally_git.bb index 9327ff5..11bd331 100644 --- a/meta-openstack/recipes-devtools/python/python-rally_git.bb +++ b/meta-openstack/recipes-devtools/python/python-rally_git.bb | |||
@@ -22,7 +22,6 @@ SRC_URI = "git://github.com/stackforge/${SRCNAME}.git;branch=master;protocol=htt | |||
22 | 22 | ||
23 | SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a" | 23 | SRCREV="b297cf00750f263b8b5bdeb71f6952f672e87f5a" |
24 | PV="git${SRCPV}" | 24 | PV="git${SRCPV}" |
25 | S = "${WORKDIR}/git" | ||
26 | 25 | ||
27 | inherit setuptools3 update-rc.d hosts identity default_configs | 26 | inherit setuptools3 update-rc.d hosts identity default_configs |
28 | 27 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-ryu_git.bb b/meta-openstack/recipes-devtools/python/python-ryu_git.bb index 8b4fa84..f02d36f 100644 --- a/meta-openstack/recipes-devtools/python/python-ryu_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ryu_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "51a1130f6cdcb029a51b6a75d43ac5e4cdde7072" | |||
10 | SRCNAME = "ryu" | 10 | SRCNAME = "ryu" |
11 | SRC_URI = "git://github.com/osrg/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/osrg/${SRCNAME}.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools3 | 13 | inherit setuptools3 |
16 | 14 | ||
17 | FILES:${PN} += "${datadir}/etc/${SRCNAME}/*" | 15 | FILES:${PN} += "${datadir}/etc/${SRCNAME}/*" |
diff --git a/meta-openstack/recipes-devtools/python/python-swift_git.bb b/meta-openstack/recipes-devtools/python/python-swift_git.bb index a62d6ab..e734d24 100644 --- a/meta-openstack/recipes-devtools/python/python-swift_git.bb +++ b/meta-openstack/recipes-devtools/python/python-swift_git.bb | |||
@@ -18,7 +18,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
18 | 18 | ||
19 | SRCREV="4ca08cc395e686265574366497a6869e94eebcb2" | 19 | SRCREV="4ca08cc395e686265574366497a6869e94eebcb2" |
20 | PV="2.2.2+git${SRCPV}" | 20 | PV="2.2.2+git${SRCPV}" |
21 | S = "${WORKDIR}/git" | ||
22 | 21 | ||
23 | inherit setuptools3 python3-dir update-rc.d hosts identity | 22 | inherit setuptools3 python3-dir update-rc.d hosts identity |
24 | 23 | ||
diff --git a/meta-openstack/recipes-devtools/python/python-trove_git.bb b/meta-openstack/recipes-devtools/python/python-trove_git.bb index b9045e2..a0dfaa4 100755 --- a/meta-openstack/recipes-devtools/python/python-trove_git.bb +++ b/meta-openstack/recipes-devtools/python/python-trove_git.bb | |||
@@ -12,7 +12,6 @@ SRC_URI = "git://github.com/openstack/trove.git;branch=master;protocol=https \ | |||
12 | 12 | ||
13 | SRCREV="11996635299396f181f5aec3c6825f8011d45e2c" | 13 | SRCREV="11996635299396f181f5aec3c6825f8011d45e2c" |
14 | PV="4.0.0+git${SRCPV}" | 14 | PV="4.0.0+git${SRCPV}" |
15 | S = "${WORKDIR}/git" | ||
16 | 15 | ||
17 | inherit update-rc.d setuptools3 identity hosts useradd default_configs | 16 | inherit update-rc.d setuptools3 identity hosts useradd default_configs |
18 | 17 | ||
@@ -60,7 +59,6 @@ do_install:append() { | |||
60 | done | 59 | done |
61 | fi | 60 | fi |
62 | 61 | ||
63 | |||
64 | install -d ${D}${localstatedir}/lib/trove | 62 | install -d ${D}${localstatedir}/lib/trove |
65 | 63 | ||
66 | cp -r ${TEMPLATE_CONF_DIR}/* ${TROVE_CONF_DIR} | 64 | cp -r ${TEMPLATE_CONF_DIR}/* ${TROVE_CONF_DIR} |
@@ -116,10 +114,8 @@ do_install:append() { | |||
116 | -i ${TROVE_CONF_DIR}/$file | 114 | -i ${TROVE_CONF_DIR}/$file |
117 | done | 115 | done |
118 | 116 | ||
119 | |||
120 | done | 117 | done |
121 | 118 | ||
122 | |||
123 | # Modify api-paste.ini | 119 | # Modify api-paste.ini |
124 | sed -e "s:%SERVICE_TENANT_NAME%:${TROVE_TENANT}:g" \ | 120 | sed -e "s:%SERVICE_TENANT_NAME%:${TROVE_TENANT}:g" \ |
125 | -i ${TROVE_CONF_DIR}/api-paste.ini | 121 | -i ${TROVE_CONF_DIR}/api-paste.ini |
@@ -140,10 +136,8 @@ do_install:append() { | |||
140 | sed "/^${delete}\(.*\)/d" -i ${TROVE_CONF_DIR}/api-paste.ini | 136 | sed "/^${delete}\(.*\)/d" -i ${TROVE_CONF_DIR}/api-paste.ini |
141 | done | 137 | done |
142 | 138 | ||
143 | |||
144 | } | 139 | } |
145 | 140 | ||
146 | |||
147 | pkg_postinst:${SRCNAME}-setup () { | 141 | pkg_postinst:${SRCNAME}-setup () { |
148 | # python-trove-setup postinst start | 142 | # python-trove-setup postinst start |
149 | if [ -z "$D" ]; then | 143 | if [ -z "$D" ]; then |
@@ -171,7 +165,6 @@ pkg_postinst:${SRCNAME}-setup () { | |||
171 | fi | 165 | fi |
172 | } | 166 | } |
173 | 167 | ||
174 | |||
175 | USERADD_PACKAGES = "${PN}" | 168 | USERADD_PACKAGES = "${PN}" |
176 | GROUPADD_PARAM:${PN} = "--system trove" | 169 | GROUPADD_PARAM:${PN} = "--system trove" |
177 | USERADD_PARAM:${PN} = "--system --home /var/lib/trove -g trove \ | 170 | USERADD_PARAM:${PN} = "--system --home /var/lib/trove -g trove \ |
@@ -231,8 +224,6 @@ FILES:${SRCNAME}-setup = " \ | |||
231 | ${sysconfdir}/${SRCNAME}/* \ | 224 | ${sysconfdir}/${SRCNAME}/* \ |
232 | " | 225 | " |
233 | 226 | ||
234 | |||
235 | |||
236 | DEPENDS += " \ | 227 | DEPENDS += " \ |
237 | python-pbr \ | 228 | python-pbr \ |
238 | python-pip \ | 229 | python-pip \ |
@@ -315,7 +306,6 @@ RDEPENDS:${SRCNAME}-tests += " \ | |||
315 | python-pexpect \ | 306 | python-pexpect \ |
316 | " | 307 | " |
317 | 308 | ||
318 | |||
319 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-conductor ${SRCNAME}-taskmanager" | 309 | INITSCRIPT_PACKAGES = "${SRCNAME}-api ${SRCNAME}-conductor ${SRCNAME}-taskmanager" |
320 | 310 | ||
321 | INITSCRIPT_NAME:${SRCNAME}-api = "trove-api" | 311 | INITSCRIPT_NAME:${SRCNAME}-api = "trove-api" |
diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb index a9d20ed..0c68a5d 100644 --- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb | |||
@@ -12,11 +12,9 @@ SRC_URI = "\ | |||
12 | 12 | ||
13 | PV = "3.0.0+git${SRCPV}" | 13 | PV = "3.0.0+git${SRCPV}" |
14 | SRCREV = "960843de8142db6e61cc4d148a51f55862acbba0" | 14 | SRCREV = "960843de8142db6e61cc4d148a51f55862acbba0" |
15 | S = "${WORKDIR}/git" | ||
16 | 15 | ||
17 | inherit setuptools3 hosts default_configs rmargparse | 16 | inherit setuptools3 hosts default_configs rmargparse |
18 | 17 | ||
19 | |||
20 | USERADD_PACKAGES = "${PN}" | 18 | USERADD_PACKAGES = "${PN}" |
21 | 19 | ||
22 | PROVIDES += " \ | 20 | PROVIDES += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb index 5e7c140..cd11d2c 100644 --- a/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb +++ b/meta-openstack/recipes-devtools/python/python3-amqplib_1.0.2.bb | |||
@@ -12,6 +12,6 @@ SRC_URI = "https://github.com/barryp/py-amqplib/archive/${PV}.tar.gz" | |||
12 | SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29" | 12 | SRC_URI[md5sum] = "ff405a7b57aa98cdf07d02bd8090fa29" |
13 | SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936" | 13 | SRC_URI[sha256sum] = "9461d73f75ca704e6b656738b5dad42a1948e61dfbc8233077d84d00f74c3936" |
14 | 14 | ||
15 | S = "${WORKDIR}/py-amqplib-${PV}" | 15 | S = "${UNPACKDIR}/py-amqplib-${PV}" |
16 | 16 | ||
17 | inherit setuptools3 | 17 | inherit setuptools3 |
diff --git a/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb b/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb index 614c4eb..07ef1f4 100644 --- a/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb +++ b/meta-openstack/recipes-devtools/python/python3-avahi_0.6.32.bb | |||
@@ -11,7 +11,7 @@ SRC_URI = "https://github.com/lathiat/avahi/releases/download/v${PV}/avahi-${PV} | |||
11 | SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013" | 11 | SRC_URI[md5sum] = "22b5e705d3eabb31d26f2e1e7b074013" |
12 | SRC_URI[sha256sum] = "d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454" | 12 | SRC_URI[sha256sum] = "d54991185d514a0aba54ebeb408d7575b60f5818a772e28fa0e18b98bc1db454" |
13 | 13 | ||
14 | S = "${WORKDIR}/avahi-${PV}" | 14 | S = "${UNPACKDIR}/avahi-${PV}" |
15 | 15 | ||
16 | inherit python3native python3-dir | 16 | inherit python3native python3-dir |
17 | 17 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb b/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb index 7a0fc81..31eb14e 100644 --- a/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-barbicanclient_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "\ | |||
10 | 10 | ||
11 | PV = "5.0.1+git${SRCPV}" | 11 | PV = "5.0.1+git${SRCPV}" |
12 | SRCREV = "1f0feb30ccd3b19bc23453d85d3266c85fcf04d6" | 12 | SRCREV = "1f0feb30ccd3b19bc23453d85d3266c85fcf04d6" |
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit setuptools3 | 14 | inherit setuptools3 |
16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb b/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb index 7e50557..7b88632 100644 --- a/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb +++ b/meta-openstack/recipes-devtools/python/python3-django-compressor_2.1.bb | |||
@@ -23,5 +23,4 @@ do_install:append() { | |||
23 | find -L "${D}${PYTHON_SITEPACKAGES_DIR}/compressor" -type d -exec chmod 755 {} \; | 23 | find -L "${D}${PYTHON_SITEPACKAGES_DIR}/compressor" -type d -exec chmod 755 {} \; |
24 | } | 24 | } |
25 | 25 | ||
26 | |||
27 | CLEANBROKEN = "1" | 26 | CLEANBROKEN = "1" |
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.2.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.2.bb index 745de51..41e3633 100644 --- a/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.2.bb +++ b/meta-openstack/recipes-devtools/python/python3-dogpile.cache_1.1.2.bb | |||
@@ -16,4 +16,3 @@ RDEPENDS:${PN} += " \ | |||
16 | python3-stevedore \ | 16 | python3-stevedore \ |
17 | " | 17 | " |
18 | 18 | ||
19 | |||
diff --git a/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb b/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb index 9592660..28d9b8a 100644 --- a/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb +++ b/meta-openstack/recipes-devtools/python/python3-dogpile.core_0.4.1.bb | |||
@@ -9,4 +9,3 @@ SRC_URI[sha256sum] = "be652fb11a8eaf66f7e5c94d418d2eaa60a2fe81dae500f3743a863cc9 | |||
9 | 9 | ||
10 | inherit setuptools3 pypi | 10 | inherit setuptools3 pypi |
11 | 11 | ||
12 | |||
diff --git a/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb b/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb index 7dc729c..9c923f6 100644 --- a/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-glance-store_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "\ | |||
10 | 10 | ||
11 | PV="0.22.0+git${SRCPV}" | 11 | PV="0.22.0+git${SRCPV}" |
12 | SRCREV="49c915f498fc8d91c98fcf4e07ceecdcf167fc5a" | 12 | SRCREV="49c915f498fc8d91c98fcf4e07ceecdcf167fc5a" |
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit setuptools3 | 14 | inherit setuptools3 |
16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-kafka_git.bb b/meta-openstack/recipes-devtools/python/python3-kafka_git.bb index 24b3220..7298f97 100644 --- a/meta-openstack/recipes-devtools/python/python3-kafka_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-kafka_git.bb | |||
@@ -11,8 +11,6 @@ SRCNAME = "kafka-python" | |||
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=22efebb1e053dcc946f4b9d17f3cbbea" | 11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=22efebb1e053dcc946f4b9d17f3cbbea" |
12 | SRC_URI = "git://github.com/mumrah/${SRCNAME}.git;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/mumrah/${SRCNAME}.git;branch=master;protocol=https" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit setuptools3 | 14 | inherit setuptools3 |
17 | 15 | ||
18 | DEPENDS += " \ | 16 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb index 689cb0d..e704d03 100644 --- a/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-keystoneclient_git.bb | |||
@@ -15,7 +15,6 @@ SRC_URI = "\ | |||
15 | 15 | ||
16 | PV = "4.1.0+git${SRCPV}" | 16 | PV = "4.1.0+git${SRCPV}" |
17 | SRCREV = "7ff05baa1fa56f152173651f16fc6fd181291292" | 17 | SRCREV = "7ff05baa1fa56f152173651f16fc6fd181291292" |
18 | S = "${WORKDIR}/git" | ||
19 | 18 | ||
20 | inherit setuptools3 monitor | 19 | inherit setuptools3 monitor |
21 | 20 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python3-keystonemiddleware_git.bb index 66ed642..133b784 100644 --- a/meta-openstack/recipes-devtools/python/python3-keystonemiddleware_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-keystonemiddleware_git.bb | |||
@@ -12,7 +12,6 @@ SRC_URI = "\ | |||
12 | 12 | ||
13 | PV = "4.17.1+git${SRCPV}" | 13 | PV = "4.17.1+git${SRCPV}" |
14 | SRCREV = "6712e8b7125fcbcf891b7e89ecb240798dad28ac" | 14 | SRCREV = "6712e8b7125fcbcf891b7e89ecb240798dad28ac" |
15 | S = "${WORKDIR}/git" | ||
16 | 15 | ||
17 | inherit setuptools3 | 16 | inherit setuptools3 |
18 | 17 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb index aaa5d68..e6477a4 100644 --- a/meta-openstack/recipes-devtools/python/python3-memcached_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-memcached_git.bb | |||
@@ -13,8 +13,6 @@ SRCREV = "959e068fec8b4c956b0d82269336818e667726e7" | |||
13 | 13 | ||
14 | SRC_URI = "git://github.com/linsomniac/python-memcached.git;branch=master;protocol=https" | 14 | SRC_URI = "git://github.com/linsomniac/python-memcached.git;branch=master;protocol=https" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | inherit setuptools3 | 16 | inherit setuptools3 |
19 | 17 | ||
20 | RDEPENDS:${PN} += " \ | 18 | RDEPENDS:${PN} += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb b/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb index 0860aae..ad3d7c8 100644 --- a/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "\ | |||
10 | 10 | ||
11 | PV = "1.0.1+git${SRCPV}" | 11 | PV = "1.0.1+git${SRCPV}" |
12 | SRCREV = "2c36df6bf33e42c379fbd8228fbe63c77b3714b1" | 12 | SRCREV = "2c36df6bf33e42c379fbd8228fbe63c77b3714b1" |
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit setuptools3 | 14 | inherit setuptools3 |
16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-novnc_git.bb b/meta-openstack/recipes-devtools/python/python3-novnc_git.bb index b41b587..39336c6 100644 --- a/meta-openstack/recipes-devtools/python/python3-novnc_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-novnc_git.bb | |||
@@ -11,8 +11,6 @@ PV = "1.3.0" | |||
11 | SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https \ | 11 | SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https \ |
12 | file://python-distutils.patch" | 12 | file://python-distutils.patch" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit setuptools3 | 14 | inherit setuptools3 |
17 | 15 | ||
18 | DEPENDS += " python3-websockify" | 16 | DEPENDS += " python3-websockify" |
diff --git a/meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb b/meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb index 5e5035d..7528d57 100644 --- a/meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-openstacksdk_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = " \ | |||
10 | 10 | ||
11 | PV = "0.52.0+git${SRCPV}" | 11 | PV = "0.52.0+git${SRCPV}" |
12 | SRCREV = "e169c495de39a2d97ef1d8bb7894b18e4ef268dd" | 12 | SRCREV = "e169c495de39a2d97ef1d8bb7894b18e4ef268dd" |
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit setuptools3 | 14 | inherit setuptools3 |
16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb b/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb index cef666d..5c67d6d 100644 --- a/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-os-brick_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "\ | |||
10 | SRCREV = "f0cf77672fed70f20896c23015cb50341f311f38" | 10 | SRCREV = "f0cf77672fed70f20896c23015cb50341f311f38" |
11 | 11 | ||
12 | PV = "4.0.1+git${SRCPV}" | 12 | PV = "4.0.1+git${SRCPV}" |
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit setuptools3 | 14 | inherit setuptools3 |
16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb b/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb index a8fe3c0..337abe0 100644 --- a/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-os-vif_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "\ | |||
10 | 10 | ||
11 | PV = "2.2.0+git${SRCPV}" | 11 | PV = "2.2.0+git${SRCPV}" |
12 | SRCREV = "d7928102d69dadf653c9f734e5cf8fd504335849" | 12 | SRCREV = "d7928102d69dadf653c9f734e5cf8fd504335849" |
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit setuptools3 | 14 | inherit setuptools3 |
16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-os-win_git.bb b/meta-openstack/recipes-devtools/python/python3-os-win_git.bb index b8a23fb..8c59c26 100644 --- a/meta-openstack/recipes-devtools/python/python3-os-win_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-os-win_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "\ | |||
10 | 10 | ||
11 | PV = "5.1.0+git${SRCPV}" | 11 | PV = "5.1.0+git${SRCPV}" |
12 | SRCREV = "066c1c49b52de17217edfdbefe9c96e457ad23d2" | 12 | SRCREV = "066c1c49b52de17217edfdbefe9c96e457ad23d2" |
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit setuptools3 | 14 | inherit setuptools3 |
16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb index 5ce82ed..910f5f8 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.cache_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "df075b2465195de53e42897e7d9be6c6c375ce5e" | |||
10 | SRCNAME = "oslo.cache" | 10 | SRCNAME = "oslo.cache" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools3 | 13 | inherit setuptools3 |
16 | 14 | ||
17 | # DEPENDS_default: python-pip | 15 | # DEPENDS_default: python-pip |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb index abcff6b..276efff 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.concurrency_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "1b25351d1c63e573068fff3d16faca440bbdcabf" | |||
10 | SRCNAME = "oslo.concurrency" | 10 | SRCNAME = "oslo.concurrency" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools3 | 13 | inherit setuptools3 |
16 | 14 | ||
17 | # DEPENDS_default: python3-pip | 15 | # DEPENDS_default: python3-pip |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb index 2aa318f..abecac5 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.context_git.bb | |||
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
9 | 9 | ||
10 | PV = "2.17.0+git${SRCPV}" | 10 | PV = "2.17.0+git${SRCPV}" |
11 | SRCREV = "f4b6914db02e6bcf0de4a97bbc3dc85dd6e06d91" | 11 | SRCREV = "f4b6914db02e6bcf0de4a97bbc3dc85dd6e06d91" |
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | inherit setuptools3 | 13 | inherit setuptools3 |
15 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb index 0a5a05d..ea2b530 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.db_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "e42c73343f640eaacb0a76d204eb55c85de4f5d5" | |||
10 | SRCNAME = "oslo.db" | 10 | SRCNAME = "oslo.db" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools3 | 13 | inherit setuptools3 |
16 | 14 | ||
17 | DEPENDS += " \ | 15 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb index 49709d6..d12dd3b 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.i18n_git.bb | |||
@@ -12,8 +12,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
12 | 12 | ||
13 | inherit setuptools3 | 13 | inherit setuptools3 |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | # DEPENDS_default: python-pip | 15 | # DEPENDS_default: python-pip |
18 | 16 | ||
19 | DEPENDS += " \ | 17 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb index c702e5c..3447658 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.log_git.bb | |||
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
9 | 9 | ||
10 | PV = "3.30.3+git${SRCPV}" | 10 | PV = "3.30.3+git${SRCPV}" |
11 | SRCREV = "76d1dee7b80c62172ea3900b75a47edf5b64cab4" | 11 | SRCREV = "76d1dee7b80c62172ea3900b75a47edf5b64cab4" |
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | inherit setuptools3 | 13 | inherit setuptools3 |
15 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb index 0dc65be..9ac3b42 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.messaging_git.bb | |||
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
9 | 9 | ||
10 | PV = "12.5.0+git${SRCPV}" | 10 | PV = "12.5.0+git${SRCPV}" |
11 | SRCREV = "62e104bdb57714a0754f788795d1b4faf8ebb74d" | 11 | SRCREV = "62e104bdb57714a0754f788795d1b4faf8ebb74d" |
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | inherit setuptools3 | 13 | inherit setuptools3 |
15 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb index 51b3e7c..d651330 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.middleware_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "7355d905bc0e6b7d8884e290cc26895eed0f7179" | |||
10 | SRCNAME = "oslo.middleware" | 10 | SRCNAME = "oslo.middleware" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools3 | 13 | inherit setuptools3 |
16 | 14 | ||
17 | # DEPENDS_default: python3-pip | 15 | # DEPENDS_default: python3-pip |
@@ -25,7 +23,6 @@ DEPENDS += " \ | |||
25 | python3-pbr-native \ | 23 | python3-pbr-native \ |
26 | " | 24 | " |
27 | 25 | ||
28 | |||
29 | # RDEPENDS:default: | 26 | # RDEPENDS:default: |
30 | RDEPENDS:${PN} += " \ | 27 | RDEPENDS:${PN} += " \ |
31 | python3-pbr \ | 28 | python3-pbr \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb index e567432..b326b49 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.policy_git.bb | |||
@@ -11,8 +11,6 @@ SRCREV = "cab28649c689067970a51a2f9b329bdd6a0f0501" | |||
11 | SRCNAME = "oslo.policy" | 11 | SRCNAME = "oslo.policy" |
12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | inherit setuptools3 | 14 | inherit setuptools3 |
17 | 15 | ||
18 | DEPENDS += " \ | 16 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb index f6e5102..5ddb650 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.privsep_git.bb | |||
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
9 | 9 | ||
10 | PV = "2.4.0+git${SRCPV}" | 10 | PV = "2.4.0+git${SRCPV}" |
11 | SRCREV = "512b5d9f6b79b798474d8bb2dac2462b0f705cb9" | 11 | SRCREV = "512b5d9f6b79b798474d8bb2dac2462b0f705cb9" |
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | inherit setuptools3 | 13 | inherit setuptools3 |
15 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb index 1b9e493..b767a67 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.reports_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "bc631aedef131bc45225720e5c8f8e4ca35ff020" | |||
10 | SRCNAME = "oslo.reports" | 10 | SRCNAME = "oslo.reports" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools3 | 13 | inherit setuptools3 |
16 | 14 | ||
17 | DEPENDS += " \ | 15 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb index b873afd..08d0212 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.rootwrap_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "ff61e1577c3aaec6242951876263108559d1a203" | |||
10 | SRCNAME = "oslo.rootwrap" | 10 | SRCNAME = "oslo.rootwrap" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools3 | 13 | inherit setuptools3 |
16 | 14 | ||
17 | # DEPENDS_default: python3-pip | 15 | # DEPENDS_default: python3-pip |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb index 542404a..27c0819 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.serialization_git.bb | |||
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
9 | 9 | ||
10 | PV = "2.20.0+git${SRCPV}" | 10 | PV = "2.20.0+git${SRCPV}" |
11 | SRCREV = "e56d91427c11a3813a0154d47e804018e580086e" | 11 | SRCREV = "e56d91427c11a3813a0154d47e804018e580086e" |
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | inherit setuptools3 | 13 | inherit setuptools3 |
15 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb index 7ea4373..d63fb5b 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.service_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "8481ce67951aa1b44203c03639b79e06f65bd8bc" | |||
10 | SRCNAME = "oslo.service" | 10 | SRCNAME = "oslo.service" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools3 | 13 | inherit setuptools3 |
16 | 14 | ||
17 | DEPENDS += " \ | 15 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb index 7bec980..e2ab168 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.utils_git.bb | |||
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
9 | 9 | ||
10 | PV = "3.28.0+git${SRCPV}" | 10 | PV = "3.28.0+git${SRCPV}" |
11 | SRCREV = "8b3965b9bbe1e31a4939f2f69c5239d6d5c7f72c" | 11 | SRCREV = "8b3965b9bbe1e31a4939f2f69c5239d6d5c7f72c" |
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | # DEPENDS_default: python3-pip | 13 | # DEPENDS_default: python3-pip |
15 | inherit setuptools3 | 14 | inherit setuptools3 |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb index b24158e..1c12284 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.versionedobjects_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "8db69628834332ed2df6690135be5d5c1ebd3ca1" | |||
10 | SRCNAME = "oslo.versionedobjects" | 10 | SRCNAME = "oslo.versionedobjects" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools3 | 13 | inherit setuptools3 |
16 | 14 | ||
17 | DEPENDS += " \ | 15 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb b/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb index e748a1f..08f6aef 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslo.vmware_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "32c8d43a20cb6a29f03324fbc2e6cad3bfb5a294" | |||
10 | SRCNAME = "oslo.vmware" | 10 | SRCNAME = "oslo.vmware" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools3 | 13 | inherit setuptools3 |
16 | 14 | ||
17 | DEPENDS += " \ | 15 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb index c441650..9821c35 100644 --- a/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-oslotest_git.bb | |||
@@ -12,8 +12,6 @@ SRCREV = "54ac29c3edd46530c1ee90eb860a7e686d9a3740" | |||
12 | SRCNAME = "oslotest" | 12 | SRCNAME = "oslotest" |
13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" | 13 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol=https" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | inherit setuptools3 | 15 | inherit setuptools3 |
18 | 16 | ||
19 | DEPENDS += "\ | 17 | DEPENDS += "\ |
diff --git a/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb b/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb index b5de262..4024656 100644 --- a/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-ovsdbapp_git.bb | |||
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike;protocol | |||
9 | 9 | ||
10 | PV = "0.4.4+git${SRCPV}" | 10 | PV = "0.4.4+git${SRCPV}" |
11 | SRCREV = "40064ca2d99389f278028508a17f2e38d6df6f10" | 11 | SRCREV = "40064ca2d99389f278028508a17f2e38d6df6f10" |
12 | S = "${WORKDIR}/git" | ||
13 | 12 | ||
14 | inherit setuptools3 | 13 | inherit setuptools3 |
15 | 14 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb index 4f9618d..0beb99b 100644 --- a/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-pycadf_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "2402013a8719873d65136fc283e1855166adbc26" | |||
10 | SRCNAME = "pycadf" | 10 | SRCNAME = "pycadf" |
11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools3 | 13 | inherit setuptools3 |
16 | 14 | ||
17 | FILES:${PN} += "${datadir}/etc/${SRCNAME}/*" | 15 | FILES:${PN} += "${datadir}/etc/${SRCNAME}/*" |
diff --git a/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb index 7dfd0f8..f131259 100644 --- a/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-saharaclient_git.bb | |||
@@ -26,5 +26,4 @@ SRC_URI = "git://github.com/openstack/python-saharaclient.git;branch=master;prot | |||
26 | 26 | ||
27 | PV = "3.2.1+git${SRCPV}" | 27 | PV = "3.2.1+git${SRCPV}" |
28 | SRCREV = "a9fee07108c432e20a3ca7760541d4fcb4f14811" | 28 | SRCREV = "a9fee07108c432e20a3ca7760541d4fcb4f14811" |
29 | S = "${WORKDIR}/git" | ||
30 | 29 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb b/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb index 51cf18e..a939d5f 100644 --- a/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb | |||
@@ -11,8 +11,6 @@ SRC_URI = "git://github.com/saltstack/salt-testing.git;branch=develop;protocol=h | |||
11 | SRCREV = "8d21627a4eef316d22cc424deeca16a0ec8472e9" | 11 | SRCREV = "8d21627a4eef316d22cc424deeca16a0ec8472e9" |
12 | PV = "2018.9.21+git${SRCPV}" | 12 | PV = "2018.9.21+git${SRCPV}" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | ||
15 | |||
16 | RDEPENDS:${PN} = "\ | 14 | RDEPENDS:${PN} = "\ |
17 | python3-mock \ | 15 | python3-mock \ |
18 | python3-unittest \ | 16 | python3-unittest \ |
diff --git a/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb b/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb index 193f80e..7425580 100644 --- a/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "\ | |||
10 | 10 | ||
11 | PV="2.14.1+git${SRCPV}" | 11 | PV="2.14.1+git${SRCPV}" |
12 | SRCREV="ed867c4fd17e4102a133c313a13af37baccf14a4" | 12 | SRCREV="ed867c4fd17e4102a133c313a13af37baccf14a4" |
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit setuptools3 | 14 | inherit setuptools3 |
16 | 15 | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-trollius_git.bb b/meta-openstack/recipes-devtools/python/python3-trollius_git.bb index 12941ba..964a699 100644 --- a/meta-openstack/recipes-devtools/python/python3-trollius_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-trollius_git.bb | |||
@@ -10,8 +10,6 @@ SRCREV = "7b2d8abfce1d7ef18ef516f9b1b7032172630375" | |||
10 | SRCNAME = "trollius" | 10 | SRCNAME = "trollius" |
11 | SRC_URI = "git://github.com/haypo/${SRCNAME}.git;branch=trollius;protocol=https" | 11 | SRC_URI = "git://github.com/haypo/${SRCNAME}.git;branch=trollius;protocol=https" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit setuptools3 | 13 | inherit setuptools3 |
16 | 14 | ||
17 | DEPENDS += " \ | 15 | DEPENDS += " \ |
diff --git a/meta-openstack/recipes-devtools/ruby/bundler_git.bb b/meta-openstack/recipes-devtools/ruby/bundler_git.bb index a4300a2..5c5148d 100644 --- a/meta-openstack/recipes-devtools/ruby/bundler_git.bb +++ b/meta-openstack/recipes-devtools/ruby/bundler_git.bb | |||
@@ -22,8 +22,6 @@ BPV = "1.6.2" | |||
22 | PV = "${BPV}" | 22 | PV = "${BPV}" |
23 | SRCREV = "06e3647c117da210ffd15a174624497830addd7b" | 23 | SRCREV = "06e3647c117da210ffd15a174624497830addd7b" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | ||
26 | |||
27 | SRC_URI = " \ | 25 | SRC_URI = " \ |
28 | git://github.com/bundler/bundler.git;branch=1-7-stable;protocol=https \ | 26 | git://github.com/bundler/bundler.git;branch=1-7-stable;protocol=https \ |
29 | " | 27 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb b/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb index 199fd41..41e0fd0 100644 --- a/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb +++ b/meta-openstack/recipes-devtools/ruby/chef-zero_git.bb | |||
@@ -18,8 +18,6 @@ BPV = "4.2.3" | |||
18 | PV = "${BPV}" | 18 | PV = "${BPV}" |
19 | SRCREV = "28fe2928469885b0138de4d4270c6eccac8ab482" | 19 | SRCREV = "28fe2928469885b0138de4d4270c6eccac8ab482" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | ||
22 | |||
23 | SRC_URI = " \ | 21 | SRC_URI = " \ |
24 | git://github.com/opscode/chef-zero.git;branch=master;protocol=https \ | 22 | git://github.com/opscode/chef-zero.git;branch=master;protocol=https \ |
25 | " | 23 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/coderay_git.bb b/meta-openstack/recipes-devtools/ruby/coderay_git.bb index a45942f..b7dc822 100644 --- a/meta-openstack/recipes-devtools/ruby/coderay_git.bb +++ b/meta-openstack/recipes-devtools/ruby/coderay_git.bb | |||
@@ -13,8 +13,6 @@ BPV = "1.1.0" | |||
13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
14 | SRCREV = "a48037b85a12228431b32103786456f36beb355f" | 14 | SRCREV = "a48037b85a12228431b32103786456f36beb355f" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | SRC_URI = " \ | 16 | SRC_URI = " \ |
19 | git://github.com/rubychan/coderay.git;branch=master;protocol=https \ | 17 | git://github.com/rubychan/coderay.git;branch=master;protocol=https \ |
20 | " | 18 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb b/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb index e2c99d7..8ae17fc 100644 --- a/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb +++ b/meta-openstack/recipes-devtools/ruby/concurrent-ruby_1.1.9.bb | |||
@@ -9,8 +9,6 @@ SRC_URI = "git://github.com/ruby-concurrency/concurrent-ruby.git;protocol=https; | |||
9 | " | 9 | " |
10 | SRCREV = "52c08fca13cc3811673ea2f6fdb244a0e42e0ebe" | 10 | SRCREV = "52c08fca13cc3811673ea2f6fdb244a0e42e0ebe" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | do_install:append () { | 12 | do_install:append () { |
15 | rmdir --ignore-fail-on-non-empty ${D}${libdir}/ruby/gems/${RUBY_GEM_VERSION}/plugins | 13 | rmdir --ignore-fail-on-non-empty ${D}${libdir}/ruby/gems/${RUBY_GEM_VERSION}/plugins |
16 | } | 14 | } |
diff --git a/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb b/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb index 6f6758c..ba95753 100644 --- a/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb +++ b/meta-openstack/recipes-devtools/ruby/diff-lcs_git.bb | |||
@@ -17,8 +17,6 @@ PV = "${BPV}" | |||
17 | #SRCREV = "d53e92242b9dd6745e56a0ff4ba15d2f62052b91" | 17 | #SRCREV = "d53e92242b9dd6745e56a0ff4ba15d2f62052b91" |
18 | SRCREV = "704bc2c0000b5f9bf49d607dcd0d3989b63b2595" | 18 | SRCREV = "704bc2c0000b5f9bf49d607dcd0d3989b63b2595" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
23 | git://github.com/halostatue/diff-lcs.git;branch=master;protocol=https \ | 21 | git://github.com/halostatue/diff-lcs.git;branch=master;protocol=https \ |
24 | " | 22 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/erubis_git.bb b/meta-openstack/recipes-devtools/ruby/erubis_git.bb index 16fd542..afa41dc 100644 --- a/meta-openstack/recipes-devtools/ruby/erubis_git.bb +++ b/meta-openstack/recipes-devtools/ruby/erubis_git.bb | |||
@@ -13,8 +13,6 @@ BPV = "2.7.0" | |||
13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
14 | SRCREV = "1f0b38d9e66885f8af0244d12d1a6702fc04a8de" | 14 | SRCREV = "1f0b38d9e66885f8af0244d12d1a6702fc04a8de" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | SRC_URI = " \ | 16 | SRC_URI = " \ |
19 | git://github.com/kwatch/erubis.git;branch=master;protocol=https \ | 17 | git://github.com/kwatch/erubis.git;branch=master;protocol=https \ |
20 | " | 18 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb b/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb index cfc6828..e36f0de 100644 --- a/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb +++ b/meta-openstack/recipes-devtools/ruby/fluentd_1.17.1.bb | |||
@@ -7,8 +7,6 @@ SRCREV = "b4814cb672f8d0fef2bf441214aae368a4091662" | |||
7 | 7 | ||
8 | SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;branch=master" | 8 | SRC_URI = "git://github.com/fluent/fluentd.git;protocol=https;branch=master" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | RDEPENDS:${PN} = "cool.io http-parser.rb msgpack serverengine sigdump strptime tzinfo tzinfo-data yajl-ruby" | 10 | RDEPENDS:${PN} = "cool.io http-parser.rb msgpack serverengine sigdump strptime tzinfo tzinfo-data yajl-ruby" |
13 | 11 | ||
14 | inherit ruby | 12 | inherit ruby |
diff --git a/meta-openstack/recipes-devtools/ruby/hashie_git.bb b/meta-openstack/recipes-devtools/ruby/hashie_git.bb index 65ccb11..8226a60 100644 --- a/meta-openstack/recipes-devtools/ruby/hashie_git.bb +++ b/meta-openstack/recipes-devtools/ruby/hashie_git.bb | |||
@@ -13,8 +13,6 @@ BPV = "3.4.2" | |||
13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
14 | SRCREV = "02df8918dd07ef2da1aceba5fd17e8757027345a" | 14 | SRCREV = "02df8918dd07ef2da1aceba5fd17e8757027345a" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | SRC_URI = " \ | 16 | SRC_URI = " \ |
19 | git://github.com/intridea/hashie.git;branch=master;protocol=https \ | 17 | git://github.com/intridea/hashie.git;branch=master;protocol=https \ |
20 | " | 18 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/highline_git.bb b/meta-openstack/recipes-devtools/ruby/highline_git.bb index 546bfc9..897610c 100644 --- a/meta-openstack/recipes-devtools/ruby/highline_git.bb +++ b/meta-openstack/recipes-devtools/ruby/highline_git.bb | |||
@@ -19,8 +19,6 @@ BPV = "1.7.3" | |||
19 | PV = "${BPV}" | 19 | PV = "${BPV}" |
20 | SRCREV = "327051c1c217df2880c3a53f31484f7e815e847f" | 20 | SRCREV = "327051c1c217df2880c3a53f31484f7e815e847f" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | ||
23 | |||
24 | SRC_URI = " \ | 22 | SRC_URI = " \ |
25 | git://github.com/JEG2/highline.git;branch=master;protocol=https \ | 23 | git://github.com/JEG2/highline.git;branch=master;protocol=https \ |
26 | " | 24 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb index 4823003..fdf3c6d 100644 --- a/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb +++ b/meta-openstack/recipes-devtools/ruby/http-parser.rb_0.8.0.bb | |||
@@ -8,8 +8,6 @@ SRCREV = "71ecce2a498f87ba83ea3d77322a001132610a6e" | |||
8 | 8 | ||
9 | SRC_URI = "gitsm://github.com/tmm1/http_parser.rb.git;protocol=https;branch=master" | 9 | SRC_URI = "gitsm://github.com/tmm1/http_parser.rb.git;protocol=https;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | # Bitbake doesn't allow the underscore in file name, hence the dash | 11 | # Bitbake doesn't allow the underscore in file name, hence the dash |
14 | SRCNAME = "http_parser.rb" | 12 | SRCNAME = "http_parser.rb" |
15 | 13 | ||
diff --git a/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb b/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb index 29a8933..af06892 100644 --- a/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb +++ b/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb | |||
@@ -17,8 +17,6 @@ PV = "${BPV}" | |||
17 | # SRCREV is one above release as upstream tag was off | 17 | # SRCREV is one above release as upstream tag was off |
18 | SRCREV = "96aaf68210d644157bd57a6ec3e38c49f38bfc34" | 18 | SRCREV = "96aaf68210d644157bd57a6ec3e38c49f38bfc34" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
23 | git://github.com/ipaddress-gem/ipaddress.git;branch=master;protocol=https \ | 21 | git://github.com/ipaddress-gem/ipaddress.git;branch=master;protocol=https \ |
24 | " | 22 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/json_git.bb b/meta-openstack/recipes-devtools/ruby/json_git.bb index 61655e5..583fa86 100644 --- a/meta-openstack/recipes-devtools/ruby/json_git.bb +++ b/meta-openstack/recipes-devtools/ruby/json_git.bb | |||
@@ -13,8 +13,6 @@ BPV = "1.8.5" | |||
13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
14 | SRCREV = "4cf6c6270f52888997ec1b626b9f557db4f26f2e" | 14 | SRCREV = "4cf6c6270f52888997ec1b626b9f557db4f26f2e" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | SRC_URI = " \ | 16 | SRC_URI = " \ |
19 | git://github.com/flori/json.git;branch=v1.8;protocol=https \ | 17 | git://github.com/flori/json.git;branch=v1.8;protocol=https \ |
20 | " | 18 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/method-source_git.bb b/meta-openstack/recipes-devtools/ruby/method-source_git.bb index 6756f99..7fcc6ef 100644 --- a/meta-openstack/recipes-devtools/ruby/method-source_git.bb +++ b/meta-openstack/recipes-devtools/ruby/method-source_git.bb | |||
@@ -13,8 +13,6 @@ BPV = "0.8.2" | |||
13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
14 | SRCREV = "1b1f8323a7c25f29331fe32511f50697e5405dbd" | 14 | SRCREV = "1b1f8323a7c25f29331fe32511f50697e5405dbd" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | SRC_URI = " \ | 16 | SRC_URI = " \ |
19 | git://github.com/banister/method_source.git;branch=master;protocol=https \ | 17 | git://github.com/banister/method_source.git;branch=master;protocol=https \ |
20 | file://gemspec-bump-version.patch \ | 18 | file://gemspec-bump-version.patch \ |
diff --git a/meta-openstack/recipes-devtools/ruby/mime-types_git.bb b/meta-openstack/recipes-devtools/ruby/mime-types_git.bb index 989cb62..db34777 100644 --- a/meta-openstack/recipes-devtools/ruby/mime-types_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mime-types_git.bb | |||
@@ -16,8 +16,6 @@ BPV = "2.5" | |||
16 | PV = "${BPV}" | 16 | PV = "${BPV}" |
17 | SRCREV = "bc15d62118b59aabbc9cb6e5734b65bf3bc273f0" | 17 | SRCREV = "bc15d62118b59aabbc9cb6e5734b65bf3bc273f0" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | SRC_URI = " \ | 19 | SRC_URI = " \ |
22 | git://github.com/halostatue/mime-types.git;branch=master;protocol=https \ | 20 | git://github.com/halostatue/mime-types.git;branch=master;protocol=https \ |
23 | " | 21 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-authentication_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-authentication_git.bb index d10835d..c9f3d91 100644 --- a/meta-openstack/recipes-devtools/ruby/mixlib-authentication_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mixlib-authentication_git.bb | |||
@@ -14,8 +14,6 @@ BPV = "1.3.0" | |||
14 | PV = "${BPV}" | 14 | PV = "${BPV}" |
15 | SRCREV = "db24a56c6f5b99114998a50942220a7023060229" | 15 | SRCREV = "db24a56c6f5b99114998a50942220a7023060229" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | SRC_URI = " \ | 17 | SRC_URI = " \ |
20 | git://github.com/opscode/mixlib-authentication.git;branch=master;protocol=https \ | 18 | git://github.com/opscode/mixlib-authentication.git;branch=master;protocol=https \ |
21 | " | 19 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-cli_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-cli_git.bb index 44309c4..c16c614 100644 --- a/meta-openstack/recipes-devtools/ruby/mixlib-cli_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mixlib-cli_git.bb | |||
@@ -14,8 +14,6 @@ BPV = "1.5.0" | |||
14 | PV = "${BPV}" | 14 | PV = "${BPV}" |
15 | SRCREV = "b3b3c12141b5380ec61945770690fc1ae31d92b0" | 15 | SRCREV = "b3b3c12141b5380ec61945770690fc1ae31d92b0" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | SRC_URI = " \ | 17 | SRC_URI = " \ |
20 | git://github.com/opscode/mixlib-cli.git;branch=master;protocol=https \ | 18 | git://github.com/opscode/mixlib-cli.git;branch=master;protocol=https \ |
21 | " | 19 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-config_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-config_git.bb index 68eb393..fae4e96 100644 --- a/meta-openstack/recipes-devtools/ruby/mixlib-config_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mixlib-config_git.bb | |||
@@ -14,8 +14,6 @@ BPV = "2.2.1" | |||
14 | PV = "${BPV}" | 14 | PV = "${BPV}" |
15 | SRCREV = "d7bdd7c999e13a0bd67607011731a536323dd51c" | 15 | SRCREV = "d7bdd7c999e13a0bd67607011731a536323dd51c" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | SRC_URI = " \ | 17 | SRC_URI = " \ |
20 | git://github.com/opscode/mixlib-config.git;branch=master;protocol=https \ | 18 | git://github.com/opscode/mixlib-config.git;branch=master;protocol=https \ |
21 | " | 19 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb index 52a95d6..59190d5 100644 --- a/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mixlib-log_git.bb | |||
@@ -14,8 +14,6 @@ BPV = "1.4.1" | |||
14 | PV = "${BPV}" | 14 | PV = "${BPV}" |
15 | SRCREV = "b750625a79cc46fffe6b886320f96e7874497fa0" | 15 | SRCREV = "b750625a79cc46fffe6b886320f96e7874497fa0" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | SRC_URI = " \ | 17 | SRC_URI = " \ |
20 | git://github.com/opscode/mixlib-log.git;branch=master;protocol=https \ | 18 | git://github.com/opscode/mixlib-log.git;branch=master;protocol=https \ |
21 | " | 19 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb b/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb index 70e316e..9f96c23 100644 --- a/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb +++ b/meta-openstack/recipes-devtools/ruby/mixlib-shellout_git.bb | |||
@@ -17,8 +17,6 @@ BPV = "2.1.0" | |||
17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
18 | SRCREV = "27ba1e882dcab280527aa1764d1b45aca3ef5961" | 18 | SRCREV = "27ba1e882dcab280527aa1764d1b45aca3ef5961" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
23 | git://github.com/opscode/mixlib-shellout.git;branch=master;protocol=https \ | 21 | git://github.com/opscode/mixlib-shellout.git;branch=master;protocol=https \ |
24 | " | 22 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb b/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb index f883556..bc59a50 100644 --- a/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb +++ b/meta-openstack/recipes-devtools/ruby/msgpack_1.7.3.bb | |||
@@ -8,8 +8,6 @@ SRCREV = "6bbaa97600430c438675540e1f970d61ce5ccd9e" | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/msgpack/msgpack-ruby.git;protocol=https;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit rubyv2 | 11 | inherit rubyv2 |
14 | 12 | ||
15 | GEM_NAME = "msgpack" | 13 | GEM_NAME = "msgpack" |
diff --git a/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb b/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb index 160237c..de0e2c8 100644 --- a/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb +++ b/meta-openstack/recipes-devtools/ruby/net-ssh-gateway_git.bb | |||
@@ -17,8 +17,6 @@ BPV = "1.2.0" | |||
17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
18 | SRCREV = "1de7611a7f7cedbe7a4c6cf3798c88d00637582d" | 18 | SRCREV = "1de7611a7f7cedbe7a4c6cf3798c88d00637582d" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
23 | git://github.com/net-ssh/net-ssh-gateway.git;branch=master;protocol=https \ | 21 | git://github.com/net-ssh/net-ssh-gateway.git;branch=master;protocol=https \ |
24 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ | 22 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ |
diff --git a/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb b/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb index d95042e..f07fbd6 100644 --- a/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb +++ b/meta-openstack/recipes-devtools/ruby/net-ssh-multi_git.bb | |||
@@ -17,8 +17,6 @@ BPV = "1.2.1" | |||
17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
18 | SRCREV = "5b668d5ef34102c9ac159a8f21c889fdc7f99f1b" | 18 | SRCREV = "5b668d5ef34102c9ac159a8f21c889fdc7f99f1b" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
23 | git://github.com/net-ssh/net-ssh-multi.git;branch=master;protocol=https \ | 21 | git://github.com/net-ssh/net-ssh-multi.git;branch=master;protocol=https \ |
24 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ | 22 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ |
diff --git a/meta-openstack/recipes-devtools/ruby/net-ssh_git.bb b/meta-openstack/recipes-devtools/ruby/net-ssh_git.bb index 344b34b..252ddd9 100644 --- a/meta-openstack/recipes-devtools/ruby/net-ssh_git.bb +++ b/meta-openstack/recipes-devtools/ruby/net-ssh_git.bb | |||
@@ -15,8 +15,6 @@ BPV = "2.9.1" | |||
15 | PV = "${BPV}" | 15 | PV = "${BPV}" |
16 | SRCREV = "9f8607984d8e904f211cc5edb39ab2a2ca94008e" | 16 | SRCREV = "9f8607984d8e904f211cc5edb39ab2a2ca94008e" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | SRC_URI = " \ | 18 | SRC_URI = " \ |
21 | git://github.com/net-ssh/net-ssh.git;branch=master;protocol=https \ | 19 | git://github.com/net-ssh/net-ssh.git;branch=master;protocol=https \ |
22 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ | 20 | file://gemspec-don-t-force-the-use-of-gem-private_key.pem.patch \ |
diff --git a/meta-openstack/recipes-devtools/ruby/ohai_git.bb b/meta-openstack/recipes-devtools/ruby/ohai_git.bb index f7bad07..7f219d3 100644 --- a/meta-openstack/recipes-devtools/ruby/ohai_git.bb +++ b/meta-openstack/recipes-devtools/ruby/ohai_git.bb | |||
@@ -17,8 +17,6 @@ BPV = "8.5.0" | |||
17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
18 | SRCREV = "5c166cf3fa4b2af541ee54855aae73c809044b3d" | 18 | SRCREV = "5c166cf3fa4b2af541ee54855aae73c809044b3d" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
23 | git://github.com/opscode/ohai.git;branch=master;protocol=https \ | 21 | git://github.com/opscode/ohai.git;branch=master;protocol=https \ |
24 | " | 22 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/pry_git.bb b/meta-openstack/recipes-devtools/ruby/pry_git.bb index d2c3325..4b9eb03 100644 --- a/meta-openstack/recipes-devtools/ruby/pry_git.bb +++ b/meta-openstack/recipes-devtools/ruby/pry_git.bb | |||
@@ -15,8 +15,6 @@ BPV = "0.10.1" | |||
15 | PV = "${BPV}" | 15 | PV = "${BPV}" |
16 | SRCREV = "191dc519813402acd6db0d7f73e652ed61f8111f" | 16 | SRCREV = "191dc519813402acd6db0d7f73e652ed61f8111f" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | SRC_URI = " \ | 18 | SRC_URI = " \ |
21 | git://github.com/pry/pry.git;branch=master;protocol=https \ | 19 | git://github.com/pry/pry.git;branch=master;protocol=https \ |
22 | file://rdoc-fixup-opt.banner-heredoc.patch \ | 20 | file://rdoc-fixup-opt.banner-heredoc.patch \ |
diff --git a/meta-openstack/recipes-devtools/ruby/rack_git.bb b/meta-openstack/recipes-devtools/ruby/rack_git.bb index 2c03cff..0af803f 100644 --- a/meta-openstack/recipes-devtools/ruby/rack_git.bb +++ b/meta-openstack/recipes-devtools/ruby/rack_git.bb | |||
@@ -17,8 +17,6 @@ BPV = "1.6.3" | |||
17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
18 | SRCREV = "134d6218d0881d87ae6a522e88eafbddb6cd1bb7" | 18 | SRCREV = "134d6218d0881d87ae6a522e88eafbddb6cd1bb7" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
23 | git://github.com/rack/rack.git;branch=1-6-stable;protocol=https \ | 21 | git://github.com/rack/rack.git;branch=1-6-stable;protocol=https \ |
24 | " | 22 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/rest-client_git.bb b/meta-openstack/recipes-devtools/ruby/rest-client_git.bb index 706af39..7d28ea7 100644 --- a/meta-openstack/recipes-devtools/ruby/rest-client_git.bb +++ b/meta-openstack/recipes-devtools/ruby/rest-client_git.bb | |||
@@ -15,8 +15,6 @@ BPV = "2.0.0.rc1" | |||
15 | PV = "${BPV}" | 15 | PV = "${BPV}" |
16 | SRCREV = "40eddc184a7b3fe79f9b68f291e06df4c1fbcb0b" | 16 | SRCREV = "40eddc184a7b3fe79f9b68f291e06df4c1fbcb0b" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | SRC_URI = " \ | 18 | SRC_URI = " \ |
21 | git://github.com/rest-client/rest-client.git;branch=master;protocol=https \ | 19 | git://github.com/rest-client/rest-client.git;branch=master;protocol=https \ |
22 | " | 20 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb b/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb index fc5152e..b4c1354 100644 --- a/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb +++ b/meta-openstack/recipes-devtools/ruby/sigdump_0.2.4.bb | |||
@@ -8,8 +8,6 @@ SRCREV = "57570f04456560512e4efc1c6fa695b76c17dc0d" | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/frsyuki/sigdump.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/frsyuki/sigdump.git;protocol=https;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit ruby | 11 | inherit ruby |
14 | 12 | ||
15 | FILES:${PN} += "${libdir}/*" | 13 | FILES:${PN} += "${libdir}/*" |
diff --git a/meta-openstack/recipes-devtools/ruby/slop_git.bb b/meta-openstack/recipes-devtools/ruby/slop_git.bb index 14debbf..a878866 100644 --- a/meta-openstack/recipes-devtools/ruby/slop_git.bb +++ b/meta-openstack/recipes-devtools/ruby/slop_git.bb | |||
@@ -13,8 +13,6 @@ BPV = "4.2.0" | |||
13 | PV = "${BPV}" | 13 | PV = "${BPV}" |
14 | SRCREV = "50c4d5a6553c9d0b78dee35a092ea3a40c136fa1" | 14 | SRCREV = "50c4d5a6553c9d0b78dee35a092ea3a40c136fa1" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | ||
17 | |||
18 | SRC_URI = " \ | 16 | SRC_URI = " \ |
19 | git://github.com/leejarvis/slop.git;branch=master;protocol=https \ | 17 | git://github.com/leejarvis/slop.git;branch=master;protocol=https \ |
20 | " | 18 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb b/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb index 900e0f2..f7fd72e 100644 --- a/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb +++ b/meta-openstack/recipes-devtools/ruby/strptime_0.2.5.bb | |||
@@ -8,8 +8,6 @@ SRCREV = "1583aaa510cae4660907b22c8262ab31b1eb1864" | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/nurse/strptime.git;protocol=https;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | RDEPENDS:${PN} = "bash" | 11 | RDEPENDS:${PN} = "bash" |
14 | 12 | ||
15 | inherit rubyv2 | 13 | inherit rubyv2 |
diff --git a/meta-openstack/recipes-devtools/ruby/systemu_git.bb b/meta-openstack/recipes-devtools/ruby/systemu_git.bb index fa407f1..611189e 100644 --- a/meta-openstack/recipes-devtools/ruby/systemu_git.bb +++ b/meta-openstack/recipes-devtools/ruby/systemu_git.bb | |||
@@ -14,8 +14,6 @@ BPV = "2.5.2" | |||
14 | PV = "${BPV}" | 14 | PV = "${BPV}" |
15 | SRCREV = "cb253a8bf213beea69f27418202e936a22d7308f" | 15 | SRCREV = "cb253a8bf213beea69f27418202e936a22d7308f" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | ||
18 | |||
19 | SRC_URI = " \ | 17 | SRC_URI = " \ |
20 | git://github.com/ahoward/systemu.git;branch=master;protocol=https \ | 18 | git://github.com/ahoward/systemu.git;branch=master;protocol=https \ |
21 | " | 19 | " |
diff --git a/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb b/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb index 7fb9cba..e86638d 100644 --- a/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb +++ b/meta-openstack/recipes-devtools/ruby/tzinfo-data_1.2024.2.bb | |||
@@ -8,8 +8,6 @@ SRCREV = "7645b92dccf2c13e3958fedff7b0d105e1c6bb72" | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/tzinfo/tzinfo-data.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/tzinfo/tzinfo-data.git;protocol=https;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit ruby | 11 | inherit ruby |
14 | 12 | ||
15 | FILES:${PN} += "${libdir}/*" | 13 | FILES:${PN} += "${libdir}/*" |
diff --git a/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.6.bb b/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.6.bb index ee41c7e..180e2e5 100644 --- a/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.6.bb +++ b/meta-openstack/recipes-devtools/ruby/tzinfo_2.0.6.bb | |||
@@ -8,8 +8,6 @@ SRCREV = "5fc278676efde3c85a788fa85ddabddcd91b846f" | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/tzinfo/tzinfo.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/tzinfo/tzinfo.git;protocol=https;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | RDEPENDS:${PN} = "concurrent-ruby" | 11 | RDEPENDS:${PN} = "concurrent-ruby" |
14 | 12 | ||
15 | inherit ruby | 13 | inherit ruby |
diff --git a/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb index e25be73..9199301 100644 --- a/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb +++ b/meta-openstack/recipes-devtools/ruby/yajl-ruby_1.4.0.bb | |||
@@ -8,8 +8,6 @@ SRCREV = "8830754ac1ca04a0c14f71f6e7c1d240934366fe" | |||
8 | 8 | ||
9 | SRC_URI = "git://github.com/brianmario/yajl-ruby.git;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/brianmario/yajl-ruby.git;protocol=https;branch=master" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit rubyv2 | 11 | inherit rubyv2 |
14 | 12 | ||
15 | GEM_NAME = "yajl-ruby" | 13 | GEM_NAME = "yajl-ruby" |
diff --git a/meta-openstack/recipes-devtools/ruby/yard_git.bb b/meta-openstack/recipes-devtools/ruby/yard_git.bb index 2728802..8fcec19 100644 --- a/meta-openstack/recipes-devtools/ruby/yard_git.bb +++ b/meta-openstack/recipes-devtools/ruby/yard_git.bb | |||
@@ -17,8 +17,6 @@ BPV = "0.8.7.6" | |||
17 | PV = "${BPV}" | 17 | PV = "${BPV}" |
18 | SRCREV = "d83194e1a09098ec5be28b616cde3b9a15380873" | 18 | SRCREV = "d83194e1a09098ec5be28b616cde3b9a15380873" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | SRC_URI = " \ | 20 | SRC_URI = " \ |
23 | git://github.com/lsegal/yard.git;branch=main;protocol=https \ | 21 | git://github.com/lsegal/yard.git;branch=main;protocol=https \ |
24 | " | 22 | " |
diff --git a/meta-openstack/recipes-extended/novnc/novnc_git.bb b/meta-openstack/recipes-extended/novnc/novnc_git.bb index 82dcd4b..f7c03fc 100644 --- a/meta-openstack/recipes-extended/novnc/novnc_git.bb +++ b/meta-openstack/recipes-extended/novnc/novnc_git.bb | |||
@@ -9,8 +9,6 @@ PV = "1.2.0+git${SRCPV}" | |||
9 | 9 | ||
10 | SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https" | 10 | SRC_URI = "git://github.com/kanaka/noVNC.git;branch=master;protocol=https" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | ||
13 | |||
14 | do_compile() { | 12 | do_compile() { |
15 | : | 13 | : |
16 | } | 14 | } |
diff --git a/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-debug.bb b/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-debug.bb index 4806b2b..bff5d98 100644 --- a/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-debug.bb +++ b/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-debug.bb | |||
@@ -10,4 +10,3 @@ RDEPENDS:${PN} = " \ | |||
10 | packagegroup-core-tools-debug \ | 10 | packagegroup-core-tools-debug \ |
11 | " | 11 | " |
12 | 12 | ||
13 | |||
diff --git a/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-extras.bb b/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-extras.bb index 0d561e0..8289a6c 100644 --- a/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-extras.bb +++ b/meta-openstack/recipes-extended/packagegroups/packagegroup-cloud-extras.bb | |||
@@ -13,4 +13,3 @@ RDEPENDS:${PN} = " \ | |||
13 | 13 | ||
14 | IMAGE_FEATURES += "package-management" | 14 | IMAGE_FEATURES += "package-management" |
15 | 15 | ||
16 | |||
diff --git a/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb b/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb index 3a486b4..1427114 100644 --- a/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb +++ b/meta-openstack/recipes-extended/qpid/qpid-python_0.20.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "http://archive.apache.org/dist/qpid/${PV}/${PN}-${PV}.tar.gz" | |||
10 | SRC_URI[md5sum] = "d4dc28a3d68e4b364e54d8fe7f244e5d" | 10 | SRC_URI[md5sum] = "d4dc28a3d68e4b364e54d8fe7f244e5d" |
11 | SRC_URI[sha256sum] = "3ca55a5aa11fbbd4e26cb4cdafc9658489c159acadceac60c89d4bfb5c9e1c90" | 11 | SRC_URI[sha256sum] = "3ca55a5aa11fbbd4e26cb4cdafc9658489c159acadceac60c89d4bfb5c9e1c90" |
12 | 12 | ||
13 | S = "${WORKDIR}/qpid-${PV}/python" | 13 | S = "${UNPACKDIR}/qpid-${PV}/python" |
14 | 14 | ||
15 | inherit setuptools3 | 15 | inherit setuptools3 |
16 | 16 | ||
diff --git a/meta-openstack/recipes-extended/qpid/qpid_0.20.bb b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb index 9d8bfc6..b879dcc 100644 --- a/meta-openstack/recipes-extended/qpid/qpid_0.20.bb +++ b/meta-openstack/recipes-extended/qpid/qpid_0.20.bb | |||
@@ -15,7 +15,7 @@ SRC_URI = "http://archive.apache.org/dist/${PN}/${PV}/qpid-cpp-0.20.tar.gz \ | |||
15 | SRC_URI[md5sum] = "566132c5939ca31a32a0e80cc4124122" | 15 | SRC_URI[md5sum] = "566132c5939ca31a32a0e80cc4124122" |
16 | SRC_URI[sha256sum] = "31b80ba3c4773d288b4e6245e3b2048438386331d460f7a7b0794cbd200301de" | 16 | SRC_URI[sha256sum] = "31b80ba3c4773d288b4e6245e3b2048438386331d460f7a7b0794cbd200301de" |
17 | 17 | ||
18 | S = "${WORKDIR}/${PN}c-${PV}" | 18 | S = "${UNPACKDIR}/${PN}c-${PV}" |
19 | 19 | ||
20 | inherit autotools python3-dir perlnative cpan-base update-rc.d pkgconfig | 20 | inherit autotools python3-dir perlnative cpan-base update-rc.d pkgconfig |
21 | 21 | ||
diff --git a/meta-openstack/recipes-extended/tempest/tempest_git.bb b/meta-openstack/recipes-extended/tempest/tempest_git.bb index 4854516..545d71f 100644 --- a/meta-openstack/recipes-extended/tempest/tempest_git.bb +++ b/meta-openstack/recipes-extended/tempest/tempest_git.bb | |||
@@ -16,7 +16,6 @@ SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master;protocol=http | |||
16 | 16 | ||
17 | SRCREV="2707a0f065e52d8331d12c983ead95de1224cb32" | 17 | SRCREV="2707a0f065e52d8331d12c983ead95de1224cb32" |
18 | PV="2014.1+git${SRCPV}" | 18 | PV="2014.1+git${SRCPV}" |
19 | S = "${WORKDIR}/git" | ||
20 | 19 | ||
21 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-setup-altdemo ${SRCNAME}-setup-admin" | 20 | SERVICECREATE_PACKAGES = "${SRCNAME}-setup ${SRCNAME}-setup-altdemo ${SRCNAME}-setup-admin" |
22 | KEYSTONE_HOST="${CONTROLLER_IP}" | 21 | KEYSTONE_HOST="${CONTROLLER_IP}" |
diff --git a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb index 62e0df4..c6e225c 100644 --- a/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb +++ b/meta-openstack/recipes-extended/uwsgi/uwsgi_git.bb | |||
@@ -12,7 +12,6 @@ SRC_URI = "git://github.com/unbit/uwsgi.git;branch=uwsgi-2.0;protocol=https \ | |||
12 | 12 | ||
13 | SRCREV="af44211739136e22471a2897383f34586284bf86" | 13 | SRCREV="af44211739136e22471a2897383f34586284bf86" |
14 | PV="2.0.14+git${SRCPV}" | 14 | PV="2.0.14+git${SRCPV}" |
15 | S = "${WORKDIR}/git" | ||
16 | 15 | ||
17 | inherit setuptools3 pkgconfig | 16 | inherit setuptools3 pkgconfig |
18 | 17 | ||
diff --git a/meta-openstack/recipes-support/chef/chef_git.bb b/meta-openstack/recipes-support/chef/chef_git.bb index 8a88152..1240907 100644 --- a/meta-openstack/recipes-support/chef/chef_git.bb +++ b/meta-openstack/recipes-support/chef/chef_git.bb | |||
@@ -15,8 +15,6 @@ BPV = "12.4.1" | |||
15 | PV = "${BPV}" | 15 | PV = "${BPV}" |
16 | SRCREV = "1dc20627aa5d742376269dc5b4d5c67f34d08008" | 16 | SRCREV = "1dc20627aa5d742376269dc5b4d5c67f34d08008" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | SRC_URI = " \ | 18 | SRC_URI = " \ |
21 | git://github.com/opscode/chef.git;branch=12.4-stable;protocol=https \ | 19 | git://github.com/opscode/chef.git;branch=12.4-stable;protocol=https \ |
22 | file://0001-chang-ksh-to-sh.patch \ | 20 | file://0001-chang-ksh-to-sh.patch \ |
diff --git a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb index f22a242..13fd67f 100644 --- a/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb +++ b/meta-openstack/recipes-support/mod-wsgi/mod-wsgi_git.bb | |||
@@ -12,8 +12,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
12 | SRCREV = "1b645ebd7d87f7a27d23690c19e97dbf8dafe6b4" | 12 | SRCREV = "1b645ebd7d87f7a27d23690c19e97dbf8dafe6b4" |
13 | PV = "5.0.2+git${SRCPV}" | 13 | PV = "5.0.2+git${SRCPV}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | SRCNAME = "mod_wsgi" | 15 | SRCNAME = "mod_wsgi" |
18 | SRC_URI = "\ | 16 | SRC_URI = "\ |
19 | git://github.com/GrahamDumpleton/mod_wsgi.git;branch=master;protocol=https \ | 17 | git://github.com/GrahamDumpleton/mod_wsgi.git;branch=master;protocol=https \ |
diff --git a/meta-openstack/recipes-support/salt/salt_3001.1.bb b/meta-openstack/recipes-support/salt/salt_3001.1.bb index 4a77fb8..967ee6f 100644 --- a/meta-openstack/recipes-support/salt/salt_3001.1.bb +++ b/meta-openstack/recipes-support/salt/salt_3001.1.bb | |||
@@ -24,12 +24,11 @@ SRC_URI = "https://files.pythonhosted.org/packages/source/s/${BPN}/${BPN}-${PV}. | |||
24 | SRC_URI[md5sum] = "4174a6dd2c7eee808086ca06bdd928c9" | 24 | SRC_URI[md5sum] = "4174a6dd2c7eee808086ca06bdd928c9" |
25 | SRC_URI[sha256sum] = "e9ebb4d92fae8dabf21b8749dc126e4a4048bf8f613f5b1b851fe4b8226b5abc" | 25 | SRC_URI[sha256sum] = "e9ebb4d92fae8dabf21b8749dc126e4a4048bf8f613f5b1b851fe4b8226b5abc" |
26 | 26 | ||
27 | |||
28 | SYSTEMD_AUTO_ENABLE:${PN}-master = "disable" | 27 | SYSTEMD_AUTO_ENABLE:${PN}-master = "disable" |
29 | SYSTEMD_AUTO_ENABLE:${PN}-minion = "disable" | 28 | SYSTEMD_AUTO_ENABLE:${PN}-minion = "disable" |
30 | SYSTEMD_AUTO_ENABLE:${PN}-api = "disable" | 29 | SYSTEMD_AUTO_ENABLE:${PN}-api = "disable" |
31 | 30 | ||
32 | S = "${WORKDIR}/${PN}-${PV}" | 31 | S = "${UNPACKDIR}/${PN}-${PV}" |
33 | 32 | ||
34 | inherit setuptools3 systemd | 33 | inherit setuptools3 systemd |
35 | 34 | ||
@@ -124,7 +123,6 @@ RSUGGESTS:${PN}-api = "python3-cherrypy" | |||
124 | CONFFILES:${PN}-api = "${sysconfdir}/init.d/${PN}-api" | 123 | CONFFILES:${PN}-api = "${sysconfdir}/init.d/${PN}-api" |
125 | FILES:${PN}-api = "${bindir}/${PN}-api ${CONFFILES_${PN}-api} ${systemd_system_unitdir}/${PN}-api.service" | 124 | FILES:${PN}-api = "${bindir}/${PN}-api ${CONFFILES_${PN}-api} ${systemd_system_unitdir}/${PN}-api.service" |
126 | 125 | ||
127 | |||
128 | SUMMARY:${PN}-master = "remote manager to administer servers via salt" | 126 | SUMMARY:${PN}-master = "remote manager to administer servers via salt" |
129 | DESCRIPTION:${PN}-master ="${DESCRIPTION_COMMON} This particular package provides the salt controller." | 127 | DESCRIPTION:${PN}-master ="${DESCRIPTION_COMMON} This particular package provides the salt controller." |
130 | RDEPENDS:${PN}-master = "${PN}-common (= ${EXTENDPKGV}) python3-msgpack python3-pycryptodomex (>= 3.9.7)" | 128 | RDEPENDS:${PN}-master = "${PN}-common (= ${EXTENDPKGV}) python3-msgpack python3-pycryptodomex (>= 3.9.7)" |
@@ -134,7 +132,6 @@ CONFFILES:${PN}-master="${sysconfdir}/init.d/${PN}-master ${sysconfdir}/${PN}/m | |||
134 | RSUGGESTS:${PN}-master = "python3-git" | 132 | RSUGGESTS:${PN}-master = "python3-git" |
135 | FILES:${PN}-master = "${bindir}/${PN} ${bindir}/${PN}-cp ${bindir}/${PN}-key ${bindir}/${PN}-master ${bindir}/${PN}-run ${bindir}/${PN}-unity ${bindir}/spm ${CONFFILES_${PN}-master} ${systemd_system_unitdir}/${PN}-master.service" | 133 | FILES:${PN}-master = "${bindir}/${PN} ${bindir}/${PN}-cp ${bindir}/${PN}-key ${bindir}/${PN}-master ${bindir}/${PN}-run ${bindir}/${PN}-unity ${bindir}/spm ${CONFFILES_${PN}-master} ${systemd_system_unitdir}/${PN}-master.service" |
136 | 134 | ||
137 | |||
138 | SUMMARY:${PN}-syndic = "master-of-masters for salt, the distributed remote execution system" | 135 | SUMMARY:${PN}-syndic = "master-of-masters for salt, the distributed remote execution system" |
139 | DESCRIPTION:${PN}-syndic = "${DESCRIPTION_COMMON} This particular package provides the master of masters for \ | 136 | DESCRIPTION:${PN}-syndic = "${DESCRIPTION_COMMON} This particular package provides the master of masters for \ |
140 | salt; it enables the management of multiple masters at a time." | 137 | salt; it enables the management of multiple masters at a time." |
diff --git a/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb b/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb index b69b08c..d3b8f66 100644 --- a/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb +++ b/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb | |||
@@ -21,8 +21,6 @@ PV = "0.1.4" | |||
21 | SRCREV = "19ade3cf38cc5f5b61fd038f5ce5f4cdb080e9ca" | 21 | SRCREV = "19ade3cf38cc5f5b61fd038f5ce5f4cdb080e9ca" |
22 | SRC_URI = "git://anongit.freedesktop.org/spice/spice-html5;branch=master" | 22 | SRC_URI = "git://anongit.freedesktop.org/spice/spice-html5;branch=master" |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | ||
25 | |||
26 | RDEPENDS:${PN} = "python-websockify" | 24 | RDEPENDS:${PN} = "python-websockify" |
27 | 25 | ||
28 | do_install() { | 26 | do_install() { |
diff --git a/meta-openstack/recipes-support/tgt/tgt_git.bb b/meta-openstack/recipes-support/tgt/tgt_git.bb index 9c5c24b..8a055a9 100644 --- a/meta-openstack/recipes-support/tgt/tgt_git.bb +++ b/meta-openstack/recipes-support/tgt/tgt_git.bb | |||
@@ -17,8 +17,6 @@ SRC_URI += "file://tgtd.init \ | |||
17 | file://tgtd \ | 17 | file://tgtd \ |
18 | " | 18 | " |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | ||
21 | |||
22 | CONFFILES:${PN} += "${sysconfdir}/tgt/targets.conf" | 20 | CONFFILES:${PN} += "${sysconfdir}/tgt/targets.conf" |
23 | 21 | ||
24 | inherit update-rc.d systemd | 22 | inherit update-rc.d systemd |
diff --git a/recipes-connectivity/consul/consul-migrate_git.bb b/recipes-connectivity/consul/consul-migrate_git.bb index 1393c91..9d4544a 100644 --- a/recipes-connectivity/consul/consul-migrate_git.bb +++ b/recipes-connectivity/consul/consul-migrate_git.bb | |||
@@ -7,8 +7,6 @@ GO_IMPORT = "github.com/hashicorp/consul-migrate" | |||
7 | SRC_URI = "https://${GO_IMPORT}.git;branch=master" | 7 | SRC_URI = "https://${GO_IMPORT}.git;branch=master" |
8 | SRCREV = "678fb10cdeae25ab309e99e655148f0bf65f9710" | 8 | SRCREV = "678fb10cdeae25ab309e99e655148f0bf65f9710" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | SRCREV_raft = "057b893fd996696719e98b6c44649ea14968c811" | 10 | SRCREV_raft = "057b893fd996696719e98b6c44649ea14968c811" |
13 | SRCREV_go-metrics = "f303b03b91d770a11a39677f1d3b55da4002bbcb" | 11 | SRCREV_go-metrics = "f303b03b91d770a11a39677f1d3b55da4002bbcb" |
14 | SRCREV_raft-boltdb = "d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee" | 12 | SRCREV_raft-boltdb = "d1e82c1ec3f15ee991f7cc7ffd5b67ff6f5bbaee" |
diff --git a/recipes-connectivity/consul/consul_git.bb b/recipes-connectivity/consul/consul_git.bb index 0d084b0..cfebac4 100644 --- a/recipes-connectivity/consul/consul_git.bb +++ b/recipes-connectivity/consul/consul_git.bb | |||
@@ -10,8 +10,6 @@ SRC_URI = "git://${GO_IMPORT}.git;branch=main;protocol=https \ | |||
10 | file://consul.service \ | 10 | file://consul.service \ |
11 | " | 11 | " |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | RDEPENDS:${PN}-dev:append = " bash" | 13 | RDEPENDS:${PN}-dev:append = " bash" |
16 | 14 | ||
17 | # Temporarily workaround an issue with GO 1.12.1 | 15 | # Temporarily workaround an issue with GO 1.12.1 |
diff --git a/recipes-connectivity/serf/hashicorp-serf_0.9.4.bb b/recipes-connectivity/serf/hashicorp-serf_0.9.4.bb index 8318400..d498691 100644 --- a/recipes-connectivity/serf/hashicorp-serf_0.9.4.bb +++ b/recipes-connectivity/serf/hashicorp-serf_0.9.4.bb | |||
@@ -22,8 +22,6 @@ SRC_URI = "git://${GO_IMPORT}.git;protocol=https;branch=master" | |||
22 | PV = "0.8.5+git${SRCPV}" | 22 | PV = "0.8.5+git${SRCPV}" |
23 | SRCREV = "1d3fdf93bbe5002c5023da50402368a817488691" | 23 | SRCREV = "1d3fdf93bbe5002c5023da50402368a817488691" |
24 | 24 | ||
25 | S = "${WORKDIR}/git" | ||
26 | |||
27 | inherit go | 25 | inherit go |
28 | 26 | ||
29 | RDEPENDS:${PN}-dev += "bash make" | 27 | RDEPENDS:${PN}-dev += "bash make" |
diff --git a/recipes-devtools/python/python-ansible.inc b/recipes-devtools/python/python-ansible.inc index 4bb90cb..0889659 100644 --- a/recipes-devtools/python/python-ansible.inc +++ b/recipes-devtools/python/python-ansible.inc | |||
@@ -10,8 +10,6 @@ SRC_URI = "git://github.com/ansible/ansible.git;protocol=https;branch=stable-2.1 | |||
10 | 10 | ||
11 | SRCREV = "dc0e3bd16cc7ded081bc46c88e4e3d1997ca9bb0" | 11 | SRCREV = "dc0e3bd16cc7ded081bc46c88e4e3d1997ca9bb0" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | ANSIBLE_WHITELIST_MODULES ?= "commands files system network/ovs __pycache__ service" | 13 | ANSIBLE_WHITELIST_MODULES ?= "commands files system network/ovs __pycache__ service" |
16 | 14 | ||
17 | do_install:append() { | 15 | do_install:append() { |
diff --git a/recipes-support/puppet-vswitch/puppet-vswitch_git.bb b/recipes-support/puppet-vswitch/puppet-vswitch_git.bb index b241328..c8482b3 100644 --- a/recipes-support/puppet-vswitch/puppet-vswitch_git.bb +++ b/recipes-support/puppet-vswitch/puppet-vswitch_git.bb | |||
@@ -16,8 +16,6 @@ inherit rubyv2 | |||
16 | GEM_NAME = "puppetlabs-std" | 16 | GEM_NAME = "puppetlabs-std" |
17 | GEM_SPEC_FILE = "puppet-vswitch.gemspec" | 17 | GEM_SPEC_FILE = "puppet-vswitch.gemspec" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | DEPENDS += " \ | 19 | DEPENDS += " \ |
22 | ruby \ | 20 | ruby \ |
23 | facter \ | 21 | facter \ |
diff --git a/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb b/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb index 8a3c1de..9c7ff9e 100644 --- a/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb +++ b/recipes-support/puppetlabs-stdlib/puppetlabs-stdlib_git.bb | |||
@@ -16,8 +16,6 @@ inherit rubyv2 | |||
16 | GEM_NAME = "puppetlabs-std" | 16 | GEM_NAME = "puppetlabs-std" |
17 | GEM_SPEC_FILE = "puppetlabs-stdlib.gemspec" | 17 | GEM_SPEC_FILE = "puppetlabs-stdlib.gemspec" |
18 | 18 | ||
19 | S = "${WORKDIR}/git" | ||
20 | |||
21 | DEPENDS += " \ | 19 | DEPENDS += " \ |
22 | ruby \ | 20 | ruby \ |
23 | facter \ | 21 | facter \ |
diff --git a/recipes-support/ruby-shadow/ruby-shadow_git.bb b/recipes-support/ruby-shadow/ruby-shadow_git.bb index 9a82a5b..c9251aa 100644 --- a/recipes-support/ruby-shadow/ruby-shadow_git.bb +++ b/recipes-support/ruby-shadow/ruby-shadow_git.bb | |||
@@ -10,7 +10,6 @@ SRC_URI = "git://github.com/apalmblad/ruby-shadow.git;branch=master;protocol=htt | |||
10 | file://extconf.rb" | 10 | file://extconf.rb" |
11 | 11 | ||
12 | SRCREV = "f135b3fd52d0a638f2eb9b17a8952a7f0f317688" | 12 | SRCREV = "f135b3fd52d0a638f2eb9b17a8952a7f0f317688" |
13 | S = "${WORKDIR}/git" | ||
14 | 13 | ||
15 | inherit ruby | 14 | inherit ruby |
16 | 15 | ||