kodi-binary-addons: bump missed addons (#1269)

* update_binary-addons: fix cmake paths after move to root

* kodi-binary-addons: bump missed addons
This commit is contained in:
MilhouseVH 2017-02-02 11:11:11 +00:00 committed by Christian Hewitt
parent 7487ed9f8e
commit f4d38b844a
3 changed files with 12 additions and 9 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="kodi-platform"
PKG_VERSION=""
PKG_VERSION="c8188d8"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv"

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="p8-platform"
PKG_VERSION=""
PKG_VERSION="38343e0"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.kodi.tv"

View File

@ -94,8 +94,8 @@ if [ ! -d $KODI_DIR ] ; then
fi
# p8-platform
REPO=$(cat $KODI_DIR/project/cmake/addons/depends/common/p8-platform/p8-platform.txt | awk '{print $2}')
GIT_HASH=$(cat $KODI_DIR/project/cmake/addons/depends/common/p8-platform/p8-platform.txt | awk '{print $3}')
REPO=$(cat $KODI_DIR/cmake/addons/depends/common/p8-platform/p8-platform.txt | awk '{print $2}')
GIT_HASH=$(cat $KODI_DIR/cmake/addons/depends/common/p8-platform/p8-platform.txt | awk '{print $3}')
PKG_NAME="p8-platform"
git_clone $REPO master $PKG_NAME.git $GIT_HASH
@ -107,8 +107,8 @@ fi
rm -rf $PKG_NAME.git
# kodi-platform
REPO=$(cat $KODI_DIR/project/cmake/addons/depends/common/kodi-platform/kodi-platform.txt | awk '{print $2}')
GIT_HASH=$(cat $KODI_DIR/project/cmake/addons/depends/common/kodi-platform/kodi-platform.txt | awk '{print $3}')
REPO=$(cat $KODI_DIR/cmake/addons/depends/common/kodi-platform/kodi-platform.txt | awk '{print $2}')
GIT_HASH=$(cat $KODI_DIR/cmake/addons/depends/common/kodi-platform/kodi-platform.txt | awk '{print $3}')
PKG_NAME="kodi-platform"
git_clone $REPO master $PKG_NAME.git $GIT_HASH
@ -122,7 +122,7 @@ fi
rm -rf $PKG_NAME.git
# addons
for addontxt in $KODI_DIR/project/cmake/addons/bootstrap/repositories/*-addons.txt ; do
for addontxt in $KODI_DIR/cmake/addons/bootstrap/repositories/*-addons.txt ; do
ADDONS=$(cat $addontxt | awk '{print $1}')
ADDONREPO=$(cat $addontxt | awk '{print $2}')
GIT_HASH=$(cat $addontxt | awk '{print $3}')
@ -158,8 +158,11 @@ for addontxt in $KODI_DIR/project/cmake/addons/bootstrap/repositories/*-addons.t
SKIPPED_ADDONS="$SKIPPED_ADDONS $ADDON"
fi
done
echo "followed addons was skipped, please add packages for this:"
echo "$SKIPPED_ADDONS"
echo
echo "The following addons were skipped, please add packages for these addons:"
echo "[${SKIPPED_ADDONS}]"
echo
done
# finally, any other unofficial addons