mbox

[0/5] Base fixes

Message ID cover.1396522190.git.christian.braunersorensen@prevas.dk
State Not Applicable
Headers show

Pull-request

git://gitorious.org/oe-lite/cbss-base 3.3-fixes

Message

christian.braunersorensen@prevas.dk April 3, 2014, 10:53 a.m. UTC
From: Christian Sørensen <christian.braunersorensen@prevas.dk>

The changes may be applied on the master branch aswell on the 3.3 branch. Only tested on the 3.3 branch
The following changes since commit 4e00a577ffff100043fd6c952a6223da5829e17a:

  ust: Fix inter-package -dev dependency (2014-03-26 14:31:18 +0100)

are available in the git repository at:

  git://gitorious.org/oe-lite/cbss-base 3.3-fixes
  http://gitorious.org/oe-lite/cbss-base/commits/3.3-fixes

Christian Sørensen (5):
  valgrind: Dont RDEPEND on ld-so-dbg
  classes/over-files: Fix for loop
  overlay-files: Correct path to fallback link
  ntp: Only install ntpdate in /etc/network/if-up.d if chosen.
  vsftpd: Allow for setting FTP_HOME through USE flag

 classes/overlay-files.oeclass          |  2 +-
 recipes/ntp/ntp.inc                    | 12 ++++++++++--
 recipes/overlay-files/files/overlay.sh |  4 ++--
 recipes/valgrind/valgrind_3.9.0.oe     |  2 --
 recipes/vsftpd/files/passwd            |  2 +-
 recipes/vsftpd/vsftpd.inc              |  6 ++++++
 6 files changed, 20 insertions(+), 8 deletions(-)

Comments

Esben Haabendal April 14, 2014, 7:03 a.m. UTC | #1
Hi Christian

Please remember to send patches for the master branch, not a release
branch.

Of-course, if a patch is only meant for a specific release branch, and
not the master branch, it should be sent for that branch.

/Esben