mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 00:30:16 +02:00
[package] opkg: remove manual automake invocations and rely and host and target fixups
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24554 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
9ddf39b564
commit
79db441083
@ -18,6 +18,7 @@ PKG_SOURCE_SUBDIR:=opkg-$(PKG_VERSION)
|
|||||||
PKG_SOURCE_URL:=http://opkg.googlecode.com/svn/trunk/
|
PKG_SOURCE_URL:=http://opkg.googlecode.com/svn/trunk/
|
||||||
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
|
PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz
|
||||||
PKG_FIXUP = libtool
|
PKG_FIXUP = libtool
|
||||||
|
PKG_REMOVE_FILES = autogen.sh aclocal.m4
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
@ -53,13 +54,6 @@ CONFIGURE_ARGS += \
|
|||||||
--with-opkgetcdir=/etc \
|
--with-opkgetcdir=/etc \
|
||||||
--with-opkglockfile=/var/lock/opkg.lock
|
--with-opkglockfile=/var/lock/opkg.lock
|
||||||
|
|
||||||
define Build/Configure
|
|
||||||
(cd $(PKG_BUILD_DIR); \
|
|
||||||
autoreconf -v --install || exit 1 \
|
|
||||||
);
|
|
||||||
$(call Build/Configure/Default)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||||
CC="$(TARGET_CC)" \
|
CC="$(TARGET_CC)" \
|
||||||
@ -91,11 +85,6 @@ HOST_CONFIGURE_ARGS+= \
|
|||||||
--with-opkgetcdir=/etc \
|
--with-opkgetcdir=/etc \
|
||||||
--with-opkglockfile=/tmp/opkg.lock
|
--with-opkglockfile=/tmp/opkg.lock
|
||||||
|
|
||||||
define Host/Configure
|
|
||||||
(cd $(HOST_BUILD_DIR); autoreconf -v --install || exit 1)
|
|
||||||
$(call Host/Configure/Default)
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Host/Compile
|
define Host/Compile
|
||||||
$(MAKE) -C $(HOST_BUILD_DIR) CC="$(HOSTCC)" all
|
$(MAKE) -C $(HOST_BUILD_DIR) CC="$(HOSTCC)" all
|
||||||
endef
|
endef
|
||||||
|
Loading…
Reference in New Issue
Block a user