diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 15:59:44 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:22 +0200 |
| commit | e4478df1af492861dcb360fbb2158cabef1bf138 (patch) | |
| tree | 9615e8d3a7893c4a569544a51e1969c1f15166c0 | |
| parent | 3341f9637234ba6e09dcdbfe56f2b390d4459f7b (diff) | |
| download | meta-openembedded-e4478df1af492861dcb360fbb2158cabef1bf138.tar.gz | |
start-stop-daemon: remove unrecognized configure option
* fixes following QA warning:
start-stop-daemon-1.16.0.2: start-stop-daemon: configure was passed
unrecognised options: --without-deselect [unknown-configure-option]
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb index 82e5d8a15c..c232474a05 100644 --- a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb +++ b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb | |||
| @@ -17,7 +17,6 @@ S = "${WORKDIR}/dpkg-${PV}" | |||
| 17 | EXTRA_OECONF = " \ | 17 | EXTRA_OECONF = " \ |
| 18 | --with-start-stop-daemon \ | 18 | --with-start-stop-daemon \ |
| 19 | --without-bz2 \ | 19 | --without-bz2 \ |
| 20 | --without-deselect \ | ||
| 21 | --without-install-info \ | 20 | --without-install-info \ |
| 22 | --without-selinux \ | 21 | --without-selinux \ |
| 23 | --without-update-alternatives \ | 22 | --without-update-alternatives \ |
