summaryrefslogtreecommitdiff
path: root/package/xbmc/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-11 17:41:33 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-11 17:41:33 +0200
commit0e9ca8afb6da39fea0555d5882e8eb293c3efb62 (patch)
tree5d61884381ef7718214e4b347e32e00fe854f6db /package/xbmc/Makefile
parent19b403cb69ae6a686cdc54b55275fc31f294eceb (diff)
parent2e130d2486b6dea4a6f0cb3f09bb8e0d97efb188 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/xbmc/Makefile')
-rw-r--r--package/xbmc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/package/xbmc/Makefile b/package/xbmc/Makefile
index 1eb77d9c1..98e245bae 100644
--- a/package/xbmc/Makefile
+++ b/package/xbmc/Makefile
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:= xbmc
PKG_VERSION:= 12.2
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_MD5SUM:= 489f3877decae4e265ece54f9eaef0ba
PKG_DESCR:= software media player
PKG_SECTION:= multimedia
@@ -56,6 +56,9 @@ CONFIGURE_ARGS+= --disable-optical-drive \
--disable-x11 \
--with-platform=raspberry-pi
+post-extract:
+ (cd $(WRKDIR) && ${BASH} $(TOPDIR)/scripts/xbmc-fix.sh)
+
xbmc-install:
$(INSTALL_DIR) $(IDIR_XBMC)/usr/lib/xbmc
$(CP) $(WRKINST)/usr/lib/xbmc/* \