Skip to content

Commit

Permalink
Merge pull request LibreELEC#4650 from OpenELEC/oe6-update
Browse files Browse the repository at this point in the history
Oe6 update
  • Loading branch information
sraue committed Jan 27, 2016
2 parents 2a2366d + b84f42e commit f106255
Show file tree
Hide file tree
Showing 38 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/version
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# VERSION: set full version, use "devel" for development version
OPENELEC_VERSION="devel"
OPENELEC_VERSION="6.0.1"

# OS_VERSION: OS Version
OS_VERSION="6.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/databases/sqlite/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="sqlite"
PKG_VERSION="autoconf-3100100"
PKG_VERSION="autoconf-3100200"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="PublicDomain"
Expand Down
2 changes: 1 addition & 1 deletion packages/graphics/libpng/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="libpng"
PKG_VERSION="1.6.19"
PKG_VERSION="1.6.21"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
Expand Down
2 changes: 1 addition & 1 deletion packages/linux/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ case "$LINUX" in
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET imx6-status-led imx6-soc-fan"
;;
*)
PKG_VERSION="4.1.15"
PKG_VERSION="4.1.16"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
esac
Expand Down
2 changes: 1 addition & 1 deletion packages/mediacenter/OpenELEC-settings/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="OpenELEC-settings"
PKG_VERSION="0.6.10"
PKG_VERSION="0.6.11"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="prop."
Expand Down
2 changes: 1 addition & 1 deletion packages/wayland/libinput/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="libinput"
PKG_VERSION="1.1.4"
PKG_VERSION="1.1.5"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
Expand Down
2 changes: 1 addition & 1 deletion packages/x11/driver/xf86-input-evdev/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
################################################################################

PKG_NAME="xf86-input-evdev"
PKG_VERSION="2.10.0"
PKG_VERSION="2.10.1"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
Expand Down
2 changes: 2 additions & 0 deletions scripts/mkimage
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ fi

# create filesystem on part1
losetup -d "$LOOP"
sync
echo "image: creating filesystem on part1..."
OFFSET=$(( 2048 * 512 ))
SIZELIMIT=$(( $SYSTEM_SIZE * 1024 * 1024 ))
Expand Down Expand Up @@ -216,6 +217,7 @@ fi # bootloader

# create filesystem on part2
losetup -d "$LOOP"
sync
echo "image: creating filesystem on part2..."
OFFSET=$(( $STORAGE_PART_START * 512 ))
SIZELIMIT=$(( $STORAGE_SIZE * 1024 * 1024 ))
Expand Down

0 comments on commit f106255

Please sign in to comment.