summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-02-25 09:46:40 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-02-25 09:46:48 +0100
commit3f515ba65b63ac33e2bb586e6ed5af214b2f4538 (patch)
tree8641bffa1155ad5710c0d2fdbe542613fdba2830
parentb07c72dd83ebe90365993ac41097a4c096bc1173 (diff)
kodi: needs liblzma/libbz2, we can not hide it with PKG_BB
-rw-r--r--package/bzip2/Makefile1
-rw-r--r--package/glib/Makefile2
-rw-r--r--package/kodi/Makefile2
-rw-r--r--package/xz/Makefile1
4 files changed, 2 insertions, 4 deletions
diff --git a/package/bzip2/Makefile b/package/bzip2/Makefile
index 4edfc4b7a..7f7336e4b 100644
--- a/package/bzip2/Makefile
+++ b/package/bzip2/Makefile
@@ -16,7 +16,6 @@ PKG_URL:= http://www.bzip.org/
PKG_SITES:= http://www.bzip.org/${PKG_VERSION}/
PKG_LIBNAME:= libbz2
PKG_OPTS:= dev
-PKG_BB:= 1
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
diff --git a/package/glib/Makefile b/package/glib/Makefile
index 026fe1a19..3761bc791 100644
--- a/package/glib/Makefile
+++ b/package/glib/Makefile
@@ -12,7 +12,7 @@ PKG_DESCR:= low-level core library that forms the basis of gtk+
PKG_SECTION:= libs/misc
PKG_DEPENDS:= libpcre zlib
PKG_BUILDDEP:= glib-host libffi zlib libelf dbus pcre
-HOST_BUILDDEP:= libffi-host python2-host
+HOST_BUILDDEP:= libffi-host python2-host gettext-host util-linux-host
PKG_NEEDS:= threads intl
PKG_URL:= http://www.gtk.org/
PKG_SITES:= http://ftp.gnome.org/pub/GNOME/sources/glib/$(PKG_EXTRAVER)/
diff --git a/package/kodi/Makefile b/package/kodi/Makefile
index d94350e59..6ab088e59 100644
--- a/package/kodi/Makefile
+++ b/package/kodi/Makefile
@@ -27,7 +27,7 @@ PKG_BUILDDEP+= eudev alsa-lib glib glu libmodplug libgtk2
PKG_BUILDDEP+= libgpg-error dbus libxslt libvorbis libbluray
PKG_BUILDDEP+= swig-host liblzo-host libpng-host libjpeg-turbo-host
PKG_BUILDDEP+= zip-host unzip-host giflib-host libsquish libdcadec
-PKG_BUILDDEP+= libcrossguid libressl libxshmfence xz
+PKG_BUILDDEP+= libcrossguid libressl libxshmfence xz bzip2
PKG_NEEDS:= threads c++
PKG_URL:= http://kodi.tv/
PKG_SITES:= https://github.com/xbmc/xbmc/archive/
diff --git a/package/xz/Makefile b/package/xz/Makefile
index cce0f93bf..961f113e7 100644
--- a/package/xz/Makefile
+++ b/package/xz/Makefile
@@ -15,7 +15,6 @@ PKG_URL:= http://tukaani.org/xz/
PKG_SITES:= http://tukaani.org/xz/
PKG_LIBNAME:= libxz
PKG_OPTS:= dev
-PKG_BB:= 1
DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz