Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple cosmetic fixes #2117

Merged
merged 6 commits into from
Oct 15, 2017
Merged

multiple cosmetic fixes #2117

merged 6 commits into from
Oct 15, 2017

Conversation

CvH
Copy link
Member

@CvH CvH commented Oct 15, 2017

pls don't look at the overall changes, single commits provide better overview
Would be nice if someone could have a second look about the changes.

  • fixed copyright headers Copyright (C) 2016 Team LibreELEC -> Copyright (C) 2016-present Team LibreELEC
  • fixed copyright headers urls https://www.libreelec.tv & https://LibreELEC.tv -> https://libreelec.tv
  • fixed empty long and short descriptions
  • removed double newlines
  • removed false newlines at EOF
  • removed white spaces from the end of line
  • removed double usage of PKG_USE_CMAKE
  • removed PKG_IS_ADDON="no" and changed (to follow the overall standard)
...

PKG_AUTORECONF="yes"

to

...
PKG_AUTORECONF="yes"
  • changed
...

PKG_USE_CMAKE="no"
PKG_AUTORECONF="yes"

to

...
PKG_AUTORECONF="yes"
PKG_USE_CMAKE="no"

@CvH CvH requested a review from MilhouseVH October 15, 2017 22:56
@CvH CvH changed the title multible cosmetic fixes multiple cosmetic fixes Oct 15, 2017
@@ -53,4 +53,4 @@ pre_configure_target() {

make_target() {
:
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you restore the newline (which means the second hunk isn't necessary)

@@ -79,5 +78,4 @@ makeinstall_target() {
mkdir -p $SYSROOT_PREFIX/usr/lib/cmake/$PKG_NAME
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
}

}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And again

@MilhouseVH
Copy link
Contributor

This all looks very good so far - many thanks!

@CvH
Copy link
Member Author

CvH commented Oct 15, 2017

fixed

@MilhouseVH MilhouseVH merged commit c6bf40d into LibreELEC:master Oct 15, 2017
@MilhouseVH
Copy link
Contributor

Many thanks @CvH!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants