diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-21 00:41:50 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-02-21 00:42:47 -0500 |
| commit | 441977d076e5c0aeace44ba65d301b5c6c61d59f (patch) | |
| tree | d3cd21ff7d4aed5e65ff243cd5966b01970e9462 /meta-openstack/recipes-support/memcached | |
| parent | dc8c4840c582677c7bfcb8870b3041d3e62c86f9 (diff) | |
| download | meta-cloud-services-441977d076e5c0aeace44ba65d301b5c6c61d59f.tar.gz | |
QA: fix build and runtime warnings
oe-core now warns on detected missing runtime and build time warnings.
So we update our recipes to have these missingn deps (largely bash).
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 5d37df0..6097693 100644 --- a/meta-openstack/recipes-support/memcached/memcached_1.4.17.bb +++ b/meta-openstack/recipes-support/memcached/memcached_1.4.17.bb | |||
| @@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7e5ded7363d335e1bb18013ca08046ff" | |||
| 15 | inherit autotools | 15 | inherit autotools |
| 16 | 16 | ||
| 17 | DEPENDS += "libevent" | 17 | DEPENDS += "libevent" |
| 18 | RDEPENDS_${PN} += "perl perl-module-posix perl-module-autoloader perl-module-tie-hash" | 18 | RDEPENDS_${PN} += "bash perl perl-module-posix perl-module-autoloader perl-module-tie-hash" |
| 19 | 19 | ||
| 20 | SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz \ | 20 | SRC_URI = "http://www.memcached.org/files/${BP}.tar.gz \ |
| 21 | file://configure.patch" | 21 | file://configure.patch" |
