summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/u-boot-cubox-i/Makefile35
-rw-r--r--package/u-boot/Makefile28
-rw-r--r--package/xbmc/Makefile3
-rw-r--r--package/zsh/Makefile9
4 files changed, 72 insertions, 3 deletions
diff --git a/package/u-boot-cubox-i/Makefile b/package/u-boot-cubox-i/Makefile
new file mode 100644
index 000000000..7a32a179e
--- /dev/null
+++ b/package/u-boot-cubox-i/Makefile
@@ -0,0 +1,35 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= u-boot-cubox-i
+PKG_VERSION:= 2014.02.16
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 6f8809f69df21fc2ff1cc692aca82939
+PKG_DESCR:= bootloader for cubox-i (imx6)
+PKG_SECTION:= boot
+PKG_URL:= https://github.com/rabeeh/u-boot-imx6.git
+PKG_SITES:= http://openadk.org/distfiles/
+
+PKG_SYSTEM_DEPENDS:= cubox-i
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,U_BOOT_CUBOX_I,u-boot-cubox-i,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIG_STYLE:= manual
+XAKE_FLAGS+= GCC_HONOUR_COPTS=s
+# u-boot uses ld directly
+TARGET_LDFLAGS:=
+INSTALL_STYLE:= manual
+
+do-configure:
+ cd ${WRKBUILD}; $(MAKE) mx6_cubox-i_config
+
+u-boot-cubox-i-install:
+ $(INSTALL_DIR) ${WRKINST}/boot
+ $(CP) ${WRKBUILD}/SPL ${WRKINST}/boot
+ $(CP) ${WRKBUILD}/u-boot.img ${WRKINST}/boot
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile
new file mode 100644
index 000000000..5546c9063
--- /dev/null
+++ b/package/u-boot/Makefile
@@ -0,0 +1,28 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= u-boot
+PKG_VERSION:= 2014.01
+PKG_RELEASE:= 1
+PKG_MD5SUM:= e531307578f6d32a7ccb1d04f1e08cbc
+PKG_DESCR:= bootloader
+PKG_SECTION:= boot
+PKG_URL:= http://www.denx.de/wiki/U-Boot
+PKG_SITES:= ftp://ftp.denx.de/pub/u-boot/
+
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,U_BOOT,u-boot,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIG_STYLE:= manual
+
+do-configure:
+ echo "no config for your target available"
+
+u-boot-install:
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/xbmc/Makefile b/package/xbmc/Makefile
index a4dd831c7..ffd47a11f 100644
--- a/package/xbmc/Makefile
+++ b/package/xbmc/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= xbmc
PKG_VERSION:= 12.3
-PKG_RELEASE:= 4
+PKG_RELEASE:= 5
PKG_MD5SUM:= 7ae385ebf8e5cfcb917393235e6efbdb
PKG_DESCR:= software media player
PKG_SECTION:= multimedia
@@ -58,6 +58,7 @@ CONFIGURE_ENV+= DESTDIR='${WRKINST}' \
TEXTUREPACKER_NATIVE_ROOT='$(STAGING_HOST_DIR)/usr'
CONFIGURE_ARGS+= --disable-optical-drive \
--disable-mysql \
+ --disable-avahi \
--enable-mid \
--enable-libmp3lame \
--enable-libvorbisenc \
diff --git a/package/zsh/Makefile b/package/zsh/Makefile
index 6c5561763..a9c4c1527 100644
--- a/package/zsh/Makefile
+++ b/package/zsh/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= zsh
-PKG_VERSION:= 4.3.10
+PKG_VERSION:= 5.0.5
PKG_RELEASE:= 1
-PKG_MD5SUM:= 031efc8c8efb9778ffa8afbcd75f0152
+PKG_MD5SUM:= 6fb0e3e52a0f8de5ca63138391b81ce0
PKG_DESCR:= Z Shell
PKG_SECTION:= shells
PKG_URL:= http://www.zsh.org/
@@ -16,6 +16,11 @@ include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,ZSH,zsh,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+CONFIGURE_ARGS+= --disable-gdbm \
+ --disable-pcre \
+ --disable-cap \
+ --disable-locale
+
zsh-install:
$(INSTALL_DIR) $(IDIR_ZSH)/bin
$(INSTALL_BIN) $(WRKINST)/usr/bin/zsh $(IDIR_ZSH)/bin