From 352ca90243985ce369179c27c4a107d66d62b9bd Mon Sep 17 00:00:00 2001 From: Nicholas Smith Date: Wed, 8 Jul 2020 18:51:20 +1000 Subject: [PATCH] modemmanager: remove unnecessary autoreconf and specifications of glib-mkenums and gdbus-codegen Signed-off-by: Nicholas Smith --- net/modemmanager/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/net/modemmanager/Makefile b/net/modemmanager/Makefile index 5bd64bde8..44481500c 100644 --- a/net/modemmanager/Makefile +++ b/net/modemmanager/Makefile @@ -20,7 +20,6 @@ PKG_MAINTAINER:=Nicholas Smith PKG_LICENSE:=GPL-2.0-or-later PKG_LICENSE_FILES:=COPYING -PKG_FIXUP:=autoreconf PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=glib2/host libxslt/host @@ -76,10 +75,6 @@ define Build/Prepare ( cd "$(PKG_BUILD_DIR)"; \ printf "all:\ninstall:\n" >po/Makefile.in.in; \ ) - $(SED) 's|^\(GLIB_MKENUMS\)=.*|\1=$(STAGING_DIR_HOSTPKG)/bin/glib-mkenums|' \ - $(PKG_BUILD_DIR)/configure.ac - $(SED) 's|^\(GDBUS_CODEGEN\)=.*|\1=$(STAGING_DIR_HOSTPKG)/bin/gdbus-codegen|' \ - $(PKG_BUILD_DIR)/configure.ac endef define Build/InstallDev