1. 30 Jan, 2017 9 commits
  2. 29 Jan, 2017 1 commit
  3. 03 Dec, 2016 2 commits
    • Nicolas Dechesne's avatar
      gpsd: fix multilib build · 1efa5d62
      Nicolas Dechesne authored
      
      While testing arm 64/32 multi, the following issue was observed:
      
      WARNING: gpsd-3.14-r0 do_package: QA Issue: gpsd: Files/directories were
      installed but not shipped in any package:
        /usr/lib/libgpsd.so.22.0
        /usr/lib/libgps.so.22
        /usr/lib/libgpsd.so.22.0.0
        /usr/lib/libgpsd.so.22
        /usr/lib/libgps.so.22.0.0
        /usr/lib/libgps.so
        /usr/lib/libgps.so.22.0
        /usr/lib/libgpsd.so
        /usr/lib/pkgconfig
        /usr/lib/pkgconfig/libgpsd.pc
        /usr/lib/pkgconfig/libgps.pc
      Please set FILES such that these items are packaged. Alternatively if they are
      unneeded, avoid installing them or delete them within do_install.
      gpsd: 11 installed and not shipped files. [installed-vs-shipped]
      WARNING: gpsd-3.14-r0 do_package_qa: QA Issue: /usr/bin/cgps contained in
      package gps-utils requires libgps.so.22()(64bit), but no providers found in
      RDEPENDS_gps-utils? [file-rdeps]
      WARNING: gpsd-3.14-r0 do_package_qa: QA Issue: /usr/sbin/gpsdctl contained in
      package gpsd requires libgps.so.22()(64bit), but no providers found in
      RDEPENDS_gpsd? [file-rdeps]
      WARNING: gpsd-3.14-r0 do_package_qa: QA Issue: /usr/bin/gpsctl contained in
      package gpsd-gpsctl requires libgps.so.22()(64bit), but no providers found in
      RDEPENDS_gpsd-gpsctl? [file-rdeps]
      WARNING: gpsd-3.14-r0 do_package_qa: QA Issue: gpsd-dbg: found library in wrong
      location: /usr/lib/.debug/libgpsd.so.22.0.0
      gpsd-dbg: found library in wrong location: /usr/lib/.debug/libgps.so.22.0.0 [libdir]
      
      gpsd SConstruct file defaults to using '/lib' suffix, which needs to be
      overriden in the recipe.
      Signed-off-by: default avatarNicolas Dechesne <nicolas.dechesne@linaro.org>
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      (cherry picked from commit 45837e6c
      
      )
      Signed-off-by: default avatarNicolas Dechesne <nicolas.dechesne@linaro.org>
      Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
      1efa5d62
    • Andreas Müller's avatar
  4. 29 Nov, 2016 28 commits