projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[ar7] refresh patches and remove trailing whitespaces
[openwrt.git]
/
package
/
opkg
/
Makefile
diff --git
a/package/opkg/Makefile
b/package/opkg/Makefile
index
3a5ba44
..
2870abd
100644
(file)
--- a/
package/opkg/Makefile
+++ b/
package/opkg/Makefile
@@
-8,7
+8,7
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=opkg
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=opkg
-PKG_REV:=5
28
+PKG_REV:=5
76
PKG_VERSION:=$(PKG_REV)
PKG_RELEASE:=1
PKG_VERSION:=$(PKG_REV)
PKG_RELEASE:=1
@@
-26,6
+26,7
@@
define Package/opkg
SECTION:=base
CATEGORY:=Base system
TITLE:=opkg package management system
SECTION:=base
CATEGORY:=Base system
TITLE:=opkg package management system
+ MAINTAINER:=Jo-Philipp Wich <xm@subsignal.org>
URL:=http://wiki.openmoko.org/wiki/Opkg
endef
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
$(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 \
--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)
define Host/Configure
(cd $(HOST_BUILD_DIR); autoreconf -v --install || exit 1)
- $(call Host/Configure/Default)
+ $(call Host/Configure/Default)
endef
define Host/Compile
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
$(INSTALL_BIN) $(HOST_BUILD_DIR)/src/opkg-cl $(STAGING_DIR_HOST)/bin/opkg
endef
+$(eval $(call BuildPackage,opkg))
$(eval $(call HostBuild))
$(eval $(call HostBuild))
This page took
0.032434 seconds
and
4
git commands to generate.