Skip to content

Commit

Permalink
remove double newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
CvH committed Oct 15, 2017
1 parent e369ef8 commit f7da3c2
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion packages/addons/addon-depends/cxxtools/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ pre_configure_target() {
LDFLAGS="$LDFLAGS -fPIC"
}


post_makeinstall_host() {
rm -rf $TOOLCHAIN/bin/cxxtools-config
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ PKG_SHORTDESC="mrxvt: Lightweight Xterm replacement"
PKG_LONGDESC="Mrxvt (previously named as materm) is a lightweight and powerful multi-tabbed X terminal emulator based on the popular rxvt and aterm. It implements many useful features seen in some modern X terminal emulators, like gnome-terminal and konsole, but keep to be lightweight and independent from the GNOME and KDE desktop environment."
PKG_AUTORECONF="yes"


PKG_CONFIGURE_OPTS_TARGET="ac_cv_func_setpgrp_void=no \
--enable-minimal \
--disable-frills \
Expand Down
1 change: 0 additions & 1 deletion packages/addons/repository/repository.kodinerds/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ PKG_IS_ADDON="yes"
PKG_ADDON_NAME="Kodinerds Repository"
PKG_ADDON_TYPE="xbmc.addon.repository"


make_target() {
$SED -e "s|@PKG_VERSION@|$PKG_VERSION|g" \
-e "s|@PKG_REV@|$PKG_REV|g" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ PKG_IS_ADDON="yes"
PKG_ADDON_NAME="LinuxServer.io Repository"
PKG_ADDON_TYPE="xbmc.addon.repository"


make_target() {
$SED -e "s|@PKG_VERSION@|$PKG_VERSION|g" \
-e "s|@PKG_REV@|$PKG_REV|g" \
Expand Down
1 change: 0 additions & 1 deletion packages/audio/alsa-utils/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-dependency-tracking \
--disable-nls \
--disable-rst2man"


post_makeinstall_target() {
rm -rf $INSTALL/lib $INSTALL/var
rm -rf $INSTALL/usr/share/alsa/speaker-test
Expand Down
1 change: 0 additions & 1 deletion packages/devel/libcap/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ post_unpack() {
cp -r $PKG_BUILD/* $PKG_BUILD/.$TARGET_NAME
}


make_host() {
cd $PKG_BUILD/.$HOST_NAME
make CC=$CC \
Expand Down
2 changes: 0 additions & 2 deletions packages/emulation/libretro-picodrive/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################


PKG_NAME="libretro-picodrive"
PKG_VERSION="9ae88ef"
PKG_SHA256="a54ddc7de8261c32e848c583dfb0fe4831d92684b9b67a25e2ccbff6a0f6978c"
Expand Down Expand Up @@ -80,4 +79,3 @@ makeinstall_target() {
cp $PKG_LIBPATH $SYSROOT_PREFIX/usr/lib/$PKG_LIBNAME
echo "set($PKG_LIBVAR $SYSROOT_PREFIX/usr/lib/$PKG_LIBNAME)" > $SYSROOT_PREFIX/usr/lib/cmake/$PKG_NAME/$PKG_NAME-config.cmake
}

1 change: 0 additions & 1 deletion packages/graphics/cairo/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ if [ "$DISPLAYSERVER" = "x11" ]; then
--disable-egl \
--with-x"


elif [ "$DISPLAYSERVER" = "weston" ]; then
PKG_CAIRO_CONFIG="--disable-xlib \
--disable-xlib-xrender \
Expand Down
2 changes: 0 additions & 2 deletions packages/multimedia/SDL2/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-shared --enable-static \
--disable-rpath \
--disable-render-d3d"



if [ "$DISPLAYSERVER" = "x11" ]; then
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET libX11 libXrandr"

Expand Down
1 change: 0 additions & 1 deletion packages/multimedia/ffmpeg/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ pre_configure_target() {
# ffmpeg fails running with GOLD support
strip_gold


if [ "$KODIPLAYER_DRIVER" = "bcm2835-driver" ]; then
CFLAGS="-I$SYSROOT_PREFIX/usr/include/interface/vcos/pthreads -I$SYSROOT_PREFIX/usr/include/interface/vmcs_host/linux -DRPI=1 $CFLAGS"
FFMPEG_LIBS="-lbcm_host -lvcos -lvchiq_arm -lmmal -lmmal_core -lmmal_util -lvcsm"
Expand Down
1 change: 0 additions & 1 deletion packages/network/connman/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ PKG_CONFIGURE_OPTS_TARGET="WPASUPPLICANT=/usr/bin/wpa_supplicant \
--with-systemdunitdir=/usr/lib/systemd/system \
--disable-silent-rules"


PKG_MAKE_OPTS_TARGET="storagedir=/storage/.cache/connman \
statedir=/run/connman"

Expand Down

0 comments on commit f7da3c2

Please sign in to comment.