Skip to content
  1. Aug 16, 2016
  2. Aug 10, 2016
  3. May 25, 2016
  4. May 15, 2016
  5. May 14, 2016
  6. May 09, 2016
    • Martin Jansa's avatar
      llvm3.3: Disable auto -dbg packages · 0e063058
      Martin Jansa authored
      
      
      * set NOAUTOPACKAGEDEBUG to disable automatic creation of -dbg FILES split
      * it doesn't work well with our do_split_packages calls and in the end breaks
        installing llvm3.3-dbg (e.g. when you enable IMAGE_GEN_DEBUGFS)
      * it shows a bit ugly error where multiple messages are written over
        each other:
      WARNING: [log_check] In line: [ConfiCollected errors:
      ]
      WARNING: [log_check] luneos-dev-image: found an error message in the logfile (keyword 'Collected errors'):
      [log_check] ConfiCollected errors:
      
      ERROR:
      ConfiCollected errors:
      
       * satisfy_dependencies_for: Cannot satisfy the following dependencies for llvm3.3-dbg:
      
       *      libllvm3.3-lto-dbg *    libllvm3.3-llvm-3.3-dbg *
      
       * opkg_install: Cannot install package llvm3.3-dbg.
      
      guring gstreamer1.0-libav-dbg.
      
        but the main point is that do_split_packages returns some package
        names of packages which in the end aren't created, because there
        are no files in them after other -dbg packages eat them all due
        to automatic -dbg creation
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
      0e063058
    • Martin Jansa's avatar
      pidgin: use pkg-config instead of hardcoded paths or python-config · ebe5fb29
      Martin Jansa authored
      
      
      * also fix following QA warning:
      WARNING: pidgin-2.10.12-r0 do_package: QA Issue: pidgin: Files/directories were installed but not shipped in any package:
        /usr/share/appdata
        /usr/share/appdata/pidgin.appdata.xml
      Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
      pidgin: 2 installed and not shipped files. [installed-vs-shipped]
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      Signed-off-by: default avatarArmin Kuster <akuster808@gmail.com>
      ebe5fb29