omniorb: remove autoreconf
authorBaruch Siach <baruch@tkos.co.il>
Sat, 5 Mar 2016 21:04:09 +0000 (23:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 6 Mar 2016 12:19:42 +0000 (13:19 +0100)
Commit 03ee7f9823af (package/omniorb: bump version to 4.2.1) removed the patch
to configure.ac, making autoreconf redundant.

Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/omniorb/omniorb.mk

index ef4faec6d22612fc8d1117c7d5f050c703e8c59f..98bae20a71eb274df23d9fe37b77b10a4f9a1bd0 100644 (file)
@@ -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