Skip to content
  1. Nov 18, 2013
  2. Nov 11, 2013
  3. Nov 06, 2013
    • Bruce Ashfield's avatar
      dnsmasq: uprev to 2.6.3 · ffb54348
      Bruce Ashfield authored
      
      
      A minimum dnsmasq version of 2.5.9 is required deal with IPv6 link local
      addresses. So instead of just going to the minimum version, we can go
      all the way to 2.6.3.
      
      As part of this update, the following changes have been made in addition to
      the pure version update:
      
        - PR is dropped in favour of PRSERVER functionality
        - dhcp_release is added to the default build, since it is used in the
          cleanup phase for virtual machines.
      
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      ffb54348
    • Bruce Ashfield's avatar
      netcf: move from meta-virtualization to meta-networking · a1b14825
      Bruce Ashfield authored
      
      
      netcf was orginally introduced in meta-virtualization, since it provides
      functionality required by libvirt, but it is otherwise not bound to
      virtualization.
      
      So we can move it to meta-networking, and in the process uprev to the
      the latest 0.2.3 functinality.
      
      Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@windriver.com>
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      a1b14825
    • Roy Li's avatar
    • Joe MacDonald's avatar
      crda: correct QA issues with sbindir · fc88b591
      Joe MacDonald authored
      
      
      regdbdump and crda are installed in /sbin/ and still link against stuff in
      /usr/lib, causing QA warnings / errors:
      
         WARNING: QA Issue: crda: /sbin/regdbdump, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libgcrypt.so.11 => /usr/lib64/libgcrypt.so.11 (0x00000000dead1000)
         WARNING: QA Issue: crda: /sbin/regdbdump, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libgpg-error.so.0 => /usr/lib64/libgpg-error.so.0 (0x00000000dead3000)
         WARNING: QA Issue: crda: /sbin/crda, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libgcrypt.so.11 => /usr/lib64/libgcrypt.so.11 (0x00000000dead1000)
         WARNING: QA Issue: crda: /sbin/crda, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libnl-genl-3.so.200 => /usr/lib64/libnl-genl-3.so.200 (0x00000000dead2000)
         WARNING: QA Issue: crda: /sbin/crda, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libnl-3.so.200 => /usr/lib64/libnl-3.so.200 (0x00000000dead3000)
         WARNING: QA Issue: crda: /sbin/crda, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libnl-nf-3.so.200 => /usr/lib64/libnl-nf-3.so.200 (0x00000000dead4000)
         WARNING: QA Issue: crda: /sbin/crda, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libnl-route-3.so.200 => /usr/lib64/libnl-route-3.so.200 (0x00000000dead5000)
         WARNING: QA Issue: crda: /sbin/crda, installed in the base_prefix, requires a shared library under exec_prefix (/usr): libgpg-error.so.0 => /usr/lib64/libgpg-error.so.0 (0x00000000dead7000)
      
      relocate them to /usr/sbin to squelch the warning.
      
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      fc88b591
  4. Nov 04, 2013
    • Joe MacDonald's avatar
      autofs: correct QA issues with orphaned systemd files · 3cf6fd99
      Joe MacDonald authored
      
      
      If we build a project without systemd support on a system that has systemd
      enabled, the following QA items get flagged:
      
        /lib
        /lib/systemd
        /lib/systemd/system
        /lib/systemd/system/autofs.service
      
      Trying to keep the solution to the problem as contained as possible in a
      way that may be accepted up-stream by adding an optional parameter to the
      --with-systemd flag.
      
      Signed-off-by: default avatarJoe MacDonald <joe@deserted.net>
      3cf6fd99
  5. Nov 03, 2013
  6. Nov 01, 2013
  7. Oct 31, 2013