فهرست منبع

Merge branch 'master' of git+ssh://openadk.org/git/openadk

Waldemar Brodkorb 11 سال پیش
والد
کامیت
2803ef3968
2فایلهای تغییر یافته به همراه2 افزوده شده و 5 حذف شده
  1. 2 2
      package/gpm/Makefile
  2. 0 3
      target/config/Config.in

+ 2 - 2
package/gpm/Makefile

@@ -5,11 +5,11 @@ include ${TOPDIR}/rules.mk
 
 
 PKG_NAME:=		gpm
 PKG_NAME:=		gpm
 PKG_VERSION:=		1.20.7
 PKG_VERSION:=		1.20.7
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		e9a4ba2711753c89b37950aada7aed4a
 PKG_MD5SUM:=		e9a4ba2711753c89b37950aada7aed4a
 PKG_DESCR:=		console mouse support
 PKG_DESCR:=		console mouse support
 PKG_SECTION:=		misc
 PKG_SECTION:=		misc
-PKG_BUILDDEP:=		autotool
+PKG_BUILDDEP:=		autotool bison-host
 PKG_URL:=		http://launchpad.net/gpm
 PKG_URL:=		http://launchpad.net/gpm
 PKG_SITES:=		http://www.nico.schottelius.org/software/gpm/archives/
 PKG_SITES:=		http://www.nico.schottelius.org/software/gpm/archives/
 PKG_NOPARALLEL:=	1
 PKG_NOPARALLEL:=	1

+ 0 - 3
target/config/Config.in

@@ -119,12 +119,10 @@ config ADK_n64
 
 
 config ADK_TARGET_ABI
 config ADK_TARGET_ABI
 	string
 	string
-	default "o32" if ADK_o32
 	default "n32" if ADK_n32
 	default "n32" if ADK_n32
 	default "n64" if ADK_n64
 	default "n64" if ADK_n64
 	default "32" if ADK_32
 	default "32" if ADK_32
 	default "x32" if ADK_x32
 	default "x32" if ADK_x32
-	default "64" if ADK_64
 	default "eabi" if ADK_EABI
 	default "eabi" if ADK_EABI
 	default "eabihf" if ADK_EABIHF
 	default "eabihf" if ADK_EABIHF
 
 
@@ -737,7 +735,6 @@ config ADK_TARGET_SUFFIX
 	default "musl" if ADK_TARGET_LIB_MUSL && !ADK_EABI
 	default "musl" if ADK_TARGET_LIB_MUSL && !ADK_EABI
 	default "n64" if ADK_n64
 	default "n64" if ADK_n64
 	default "n32" if ADK_n32
 	default "n32" if ADK_n32
-	default "o32" if ADK_o32
 	default "32" if ADK_32
 	default "32" if ADK_32
 	default "x32" if ADK_x32
 	default "x32" if ADK_x32
 	default "gnu"
 	default "gnu"