diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-21 13:22:18 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-21 13:29:36 -0400 |
| commit | 2b297e2d196171a086f614fe2ece79c21206cdbb (patch) | |
| tree | fad05a9c6708def9f482d8ba77b9d267dcb25fe6 /meta-openstack | |
| parent | 2cdfbbe2c830171a21b9e15b2ec91e21ad265118 (diff) | |
| download | meta-cloud-services-2b297e2d196171a086f614fe2ece79c21206cdbb.tar.gz | |
autotools: B != S build fixes
Since oe-core introduced the autotools separated build and source
directory changes, some package builds broke.
With this change, we can build against the latest oe-core master.
It should be noted that this masks the build issues, and the bbappends
should be removed as dependency layers update or "real" fixes are
generated.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
11 files changed, 11 insertions, 3 deletions
diff --git a/meta-openstack/recipes-containers/lxc/lxc_1.0.1.bbappend b/meta-openstack/recipes-containers/lxc/lxc_1.0.1.bbappend new file mode 100644 index 0000000..7447c56 --- /dev/null +++ b/meta-openstack/recipes-containers/lxc/lxc_1.0.1.bbappend | |||
| @@ -0,0 +1 @@ | |||
| inherit autotools-brokensep | |||
diff --git a/meta-openstack/recipes-devtools/erlang/erlang.inc b/meta-openstack/recipes-devtools/erlang/erlang.inc index 32ee135..8dd2478 100644 --- a/meta-openstack/recipes-devtools/erlang/erlang.inc +++ b/meta-openstack/recipes-devtools/erlang/erlang.inc | |||
| @@ -15,4 +15,4 @@ S = "${WORKDIR}/otp_src_${UPSTREAM_VERSION}" | |||
| 15 | 15 | ||
| 16 | PARALLEL_MAKE = "" | 16 | PARALLEL_MAKE = "" |
| 17 | 17 | ||
| 18 | inherit autotools | 18 | inherit autotools autotools-brokensep |
diff --git a/meta-openstack/recipes-graphics/xorg-lib/libxaw_1.0.10.bbappend b/meta-openstack/recipes-graphics/xorg-lib/libxaw_1.0.10.bbappend new file mode 100644 index 0000000..7447c56 --- /dev/null +++ b/meta-openstack/recipes-graphics/xorg-lib/libxaw_1.0.10.bbappend | |||
| @@ -0,0 +1 @@ | |||
| inherit autotools-brokensep | |||
diff --git a/meta-openstack/recipes-support/bash-completion/bash-completion_2.1.bbappend b/meta-openstack/recipes-support/bash-completion/bash-completion_2.1.bbappend new file mode 100644 index 0000000..7447c56 --- /dev/null +++ b/meta-openstack/recipes-support/bash-completion/bash-completion_2.1.bbappend | |||
| @@ -0,0 +1 @@ | |||
| inherit autotools-brokensep | |||
diff --git a/meta-openstack/recipes-support/cyrus-sasl/cyrus-sasl_2.1.26.bbappend b/meta-openstack/recipes-support/cyrus-sasl/cyrus-sasl_2.1.26.bbappend new file mode 100644 index 0000000..7447c56 --- /dev/null +++ b/meta-openstack/recipes-support/cyrus-sasl/cyrus-sasl_2.1.26.bbappend | |||
| @@ -0,0 +1 @@ | |||
| inherit autotools-brokensep | |||
diff --git a/meta-openstack/recipes-support/fuse/fuse_2.9.3.bbappend b/meta-openstack/recipes-support/fuse/fuse_2.9.3.bbappend new file mode 100644 index 0000000..7447c56 --- /dev/null +++ b/meta-openstack/recipes-support/fuse/fuse_2.9.3.bbappend | |||
| @@ -0,0 +1 @@ | |||
| inherit autotools-brokensep | |||
diff --git a/meta-openstack/recipes-support/libbsd/libbsd_0.6.0.bbappend b/meta-openstack/recipes-support/libbsd/libbsd_0.6.0.bbappend new file mode 100644 index 0000000..7447c56 --- /dev/null +++ b/meta-openstack/recipes-support/libbsd/libbsd_0.6.0.bbappend | |||
| @@ -0,0 +1 @@ | |||
| inherit autotools-brokensep | |||
diff --git a/meta-openstack/recipes-support/memcached/memcached_1.4.17.bb b/meta-openstack/recipes-support/memcached/memcached_1.4.17.bb index 07d5183..43c826f 100644 --- a/meta-openstack/recipes-support/memcached/memcached_1.4.17.bb +++ b/meta-openstack/recipes-support/memcached/memcached_1.4.17.bb | |||
| @@ -19,7 +19,7 @@ LICENSE = "BSD" | |||
| 19 | 19 | ||
| 20 | LIC_FILES_CHKSUM = "file://COPYING;md5=7e5ded7363d335e1bb18013ca08046ff" | 20 | LIC_FILES_CHKSUM = "file://COPYING;md5=7e5ded7363d335e1bb18013ca08046ff" |
| 21 | 21 | ||
| 22 | inherit autotools | 22 | inherit autotools autotools-brokensep |
| 23 | 23 | ||
| 24 | DEPENDS += "libevent" | 24 | DEPENDS += "libevent" |
| 25 | RDEPENDS_${PN} += "perl perl-module-posix perl-module-autoloader perl-module-tie-hash" | 25 | RDEPENDS_${PN} += "perl perl-module-posix perl-module-autoloader perl-module-tie-hash" |
diff --git a/meta-openstack/recipes-support/ntp/ntp_4.2.6p5.bbappend b/meta-openstack/recipes-support/ntp/ntp_4.2.6p5.bbappend new file mode 100644 index 0000000..7447c56 --- /dev/null +++ b/meta-openstack/recipes-support/ntp/ntp_4.2.6p5.bbappend | |||
| @@ -0,0 +1 @@ | |||
| inherit autotools-brokensep | |||
diff --git a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend index 66a12fa..d2dbd91 100644 --- a/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend +++ b/meta-openstack/recipes-support/postgresql/postgresql_9.2.4.bbappend | |||
| @@ -4,7 +4,7 @@ PRINC := "${@int(PRINC) + 1}" | |||
| 4 | SRC_URI += "file://postgresql \ | 4 | SRC_URI += "file://postgresql \ |
| 5 | file://postgresql-init" | 5 | file://postgresql-init" |
| 6 | 6 | ||
| 7 | inherit useradd update-rc.d identity hosts | 7 | inherit useradd update-rc.d identity hosts autotools-brokensep |
| 8 | 8 | ||
| 9 | # default | 9 | # default |
| 10 | DB_DATADIR ?= "/var/lib/postgres/data" | 10 | DB_DATADIR ?= "/var/lib/postgres/data" |
diff --git a/meta-openstack/recipes-support/xmlto/xmlto_0.0.25.bbappend b/meta-openstack/recipes-support/xmlto/xmlto_0.0.25.bbappend new file mode 100644 index 0000000..7447c56 --- /dev/null +++ b/meta-openstack/recipes-support/xmlto/xmlto_0.0.25.bbappend | |||
| @@ -0,0 +1 @@ | |||
| inherit autotools-brokensep | |||
