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:22:18 -0400 |
| commit | b288eb5c2e5961caf57645b246143d3e2e596c55 (patch) | |
| tree | 58c5f2049d8ba8f875c09993ec62e8734106290e /meta-openstack/recipes-support/memcached | |
| parent | 05dc8bd7aef39682c7f2d8e932aaad59dccb8cae (diff) | |
| download | meta-cloud-services-b288eb5c2e5961caf57645b246143d3e2e596c55.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/recipes-support/memcached')
| -rw-r--r-- | meta-openstack/recipes-support/memcached/memcached_1.4.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
