diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2021-11-20 12:16:52 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-11-24 17:02:24 -0500 |
| commit | b9d2f911aeb5c70fc6798f0b6aa13199b28a668f (patch) | |
| tree | ee529bcdc74449d5998bfec625e48326c2ee42c1 /meta-openstack/Documentation/README.OpenLDAP | |
| parent | b6775501bb189810648f5e67c16f52552bbdb20a (diff) | |
| download | meta-cloud-services-b9d2f911aeb5c70fc6798f0b6aa13199b28a668f.tar.gz | |
meta-openstack/README: fix for operator append combined with +=
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/Documentation/README.OpenLDAP')
| -rw-r--r-- | meta-openstack/Documentation/README.OpenLDAP | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/Documentation/README.OpenLDAP b/meta-openstack/Documentation/README.OpenLDAP index a45b769..95c2227 100644 --- a/meta-openstack/Documentation/README.OpenLDAP +++ b/meta-openstack/Documentation/README.OpenLDAP | |||
| @@ -6,7 +6,7 @@ OpenLDAP into DISTRO_FEATURES | |||
| 6 | 6 | ||
| 7 | e.g. in conf/local.conf | 7 | e.g. in conf/local.conf |
| 8 | 8 | ||
| 9 | DISTRO_FEATURES:append += " OpenLDAP" | 9 | DISTRO_FEATURES:append = " OpenLDAP" |
| 10 | 10 | ||
| 11 | A number of variables can be specified during the build phase that configures | 11 | A number of variables can be specified during the build phase that configures |
| 12 | OpenLDAP specific options: | 12 | OpenLDAP specific options: |
