From: Baruch Siach Date: Sat, 5 Mar 2016 21:04:09 +0000 (+0200) Subject: omniorb: remove autoreconf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f14e66143271a5fe533a706404479aa741f18c26;p=buildroot.git omniorb: remove autoreconf Commit 03ee7f9823af (package/omniorb: bump version to 4.2.1) removed the patch to configure.ac, making autoreconf redundant. Cc: Bernd Kuhls Signed-off-by: Baruch Siach Acked-by: Bernd Kuhls Signed-off-by: Thomas Petazzoni --- diff --git a/package/omniorb/omniorb.mk b/package/omniorb/omniorb.mk index ef4faec6d2..98bae20a71 100644 --- a/package/omniorb/omniorb.mk +++ b/package/omniorb/omniorb.mk @@ -13,9 +13,6 @@ OMNIORB_LICENSE_FILES = COPYING COPYING.LIB OMNIORB_DEPENDENCIES = host-omniorb HOST_OMNIORB_DEPENDENCIES = host-python -# 0001-uclinux-is-also-linux.patch touches configure.ac -OMNIORB_AUTORECONF = YES - # omniorb is not python3 friendly, so force the python interpreter OMNIORB_CONF_OPTS = ac_cv_path_PYTHON=$(HOST_DIR)/usr/bin/python2 HOST_OMNIORB_CONF_OPTS = ac_cv_path_PYTHON=$(HOST_DIR)/usr/bin/python2