X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ebd96b67234eec425fa6707b687440ba2fc1d485..f0589f7290ba958bbefaf5394b155d37c72a185e:/package/opkg/Makefile diff --git a/package/opkg/Makefile b/package/opkg/Makefile index 3a5ba449f..2870abdc0 100644 --- a/package/opkg/Makefile +++ b/package/opkg/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=opkg -PKG_REV:=528 +PKG_REV:=576 PKG_VERSION:=$(PKG_REV) PKG_RELEASE:=1 @@ -26,6 +26,7 @@ define Package/opkg SECTION:=base CATEGORY:=Base system TITLE:=opkg package management system + MAINTAINER:=Jo-Philipp Wich URL:=http://wiki.openmoko.org/wiki/Opkg endef @@ -81,10 +82,10 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/include/libopkg $(1)/usr/include/ endef -$(eval $(call BuildPackage,opkg)) +HOST_BUILD_DEPENDS:=libtool/host -HOST_CONFIGURE_ARGS += \ +HOST_CONFIGURE_ARGS+= \ --disable-curl \ --disable-gpg \ --with-opkgetcdir=/etc \ @@ -92,7 +93,7 @@ HOST_CONFIGURE_ARGS += \ define Host/Configure (cd $(HOST_BUILD_DIR); autoreconf -v --install || exit 1) - $(call Host/Configure/Default) + $(call Host/Configure/Default) endef define Host/Compile @@ -103,4 +104,5 @@ define Host/Install $(INSTALL_BIN) $(HOST_BUILD_DIR)/src/opkg-cl $(STAGING_DIR_HOST)/bin/opkg endef +$(eval $(call BuildPackage,opkg)) $(eval $(call HostBuild))