From 37fa49a91d92c252c6fa8b97f6262cdbf5318f98 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 1 Mar 2014 12:55:02 +0100 Subject: update todo --- TODO | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 6f2cb0c96..0bbbfaa62 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,12 @@ - move tools to package host infrastructure, resolve dependency handling for host tools +- finish miniconfig + cleanup +- qemu-sh serial +- choice qemu with graphic +- x32 musl +- socat openssl flavour + update +- hash-style=gnu for non-mips and non-musl - add misp64 n32/n64 toolchains - hash-style=gnu for non-mips and non-musl -- socat openssl flavour + update - add fb full screen logo - port opkg with gpg signing - restart network (kill wpa_supplicant) -- cgit v1.2.3 From f1954c18585215024c878a636b2f0987ab34da1d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 1 Mar 2014 13:24:04 +0100 Subject: no suffix for mips32 --- target/config/Config.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/target/config/Config.in b/target/config/Config.in index a3f0edf54..5868a4363 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -119,12 +119,10 @@ config ADK_n64 config ADK_TARGET_ABI string - default "o32" if ADK_o32 default "n32" if ADK_n32 default "n64" if ADK_n64 default "32" if ADK_32 default "x32" if ADK_x32 - default "64" if ADK_64 default "eabi" if ADK_EABI default "eabihf" if ADK_EABIHF @@ -737,7 +735,6 @@ config ADK_TARGET_SUFFIX default "musl" if ADK_TARGET_LIB_MUSL && !ADK_EABI default "n64" if ADK_n64 default "n32" if ADK_n32 - default "o32" if ADK_o32 default "32" if ADK_32 default "x32" if ADK_x32 default "gnu" -- cgit v1.2.3 From 406ccf8df407e0292ee85d259a363c63e2be40a7 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 1 Mar 2014 13:24:52 +0100 Subject: gpm needs bison host --- package/gpm/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/gpm/Makefile b/package/gpm/Makefile index 8ea741164..7f9e1852d 100644 --- a/package/gpm/Makefile +++ b/package/gpm/Makefile @@ -5,11 +5,11 @@ include ${TOPDIR}/rules.mk PKG_NAME:= gpm PKG_VERSION:= 1.20.7 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= e9a4ba2711753c89b37950aada7aed4a PKG_DESCR:= console mouse support PKG_SECTION:= misc -PKG_BUILDDEP:= autotool +PKG_BUILDDEP:= autotool bison-host PKG_URL:= http://launchpad.net/gpm PKG_SITES:= http://www.nico.schottelius.org/software/gpm/archives/ PKG_NOPARALLEL:= 1 -- cgit v1.2.3 From 3fb48a22aefde16bea62f7b8b5da3be1078a15c8 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 1 Mar 2014 15:32:28 +0100 Subject: fix host dependency --- package/libXrender/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/libXrender/Makefile b/package/libXrender/Makefile index 45de708ad..2067b1f8b 100644 --- a/package/libXrender/Makefile +++ b/package/libXrender/Makefile @@ -9,7 +9,9 @@ PKG_RELEASE:= 2 PKG_MD5SUM:= b6702e6f56f9d9103dc688f4336529a9 PKG_DESCR:= X11 rendering library PKG_SECTION:= x11/libs -PKG_BUILDDEP:= renderproto-host libXrender-host renderproto libX11 +PKG_BUILDDEP:= renderproto-host xproto-host xextproto-host libXau-host +PKG_BUILDDEP+= xcb-proto-host libpthread-stubs-host libxcb-host kbproto-host +PKG_BUILDDEP+= inputproto-host xtrans-host libX11-host libXrender-host renderproto libX11 PKG_SITES:= ${MASTER_SITE_XORG} PKG_LIBNAME:= libxrender PKG_OPTS:= dev -- cgit v1.2.3