1. Aug 15, 2016
  2. Jun 30, 2016
  3. Jun 29, 2016
  4. Jun 15, 2016
  5. May 20, 2016
  6. May 17, 2016
  7. Apr 15, 2016
  8. Apr 12, 2016
  9. Apr 11, 2016
    • Guojian Zhou's avatar
      firefox: fix install issue and do_package_qa issues · 380d06e9
      Guojian Zhou authored
      1. Fix the firefox install missing the "usr/lib64/firefox/defaults/pref" directory issue.
      
      | make[1]: Leaving directory `tmp/work/core2-64-wrs-linux/firefox/38.6.1esr-r0/mozilla-esr38/firefox-build-dir'
      | install: target
      'tmp/work/core2-64-wrs-linux/firefox/38.6.1esr-r0/image/usr/lib64/firefox/defaults/pref/' is not a directory: No such file or directory
      | WARNING: tmp/work/core2-64-wrs-linux/firefox/38.6.1esr-r0/temp/run.do_install.329:1 exit 1 from
      
      2. Add the "--libdir=${libdir}" into the mozconfig to make sure these
      library files could be installed into the /usr/lib64 in the 64 bits OS.
      
      WARNING: QA Issue: firefox: Files/directories were installed but not
      shipped in any package:
        /usr/lib64/firefox
        /usr/lib64/firefox-devel-38.6/xpcom-config.h
        /usr/lib64/firefox-devel-38.6/idl
        /usr/lib64/firefox-devel-38.6/include
        /usr/lib64/firefox-devel-38.6/bin
      
      3. Fix some do_package_qa warning issue which comes from the commit e045c68c
      
      
      
      NOTE: recipe firefox-38.6.1esr-r0: task do_package_qa: Started
      ERROR: QA Issue: non -staticdev package contains static .a library:
      firefox-dev path
      'work/core2-64-wrs-linux/firefox/38.6.1esr-r0/packages-split/firefox-dev/usr/lib64/firefox-devel-38.6/sdk/lib/libcrmf.a'
      [staticdev]
      ERROR: QA run found fatal errors. Please consider fixing them.
      ERROR: Function failed: do_package_qa
      ERROR: Logfile of failure stored in:
      tmp/work/core2-64-wrs-linux/firefox/38.6.1esr-r0/temp/log.do_package_qa.90631
      NOTE: recipe firefox-38.6.1esr-r0: task do_package_qa: Failed
      
      Signed-off-by: default avatarGuojian Zhou <guojian.zhou@windriver.com>
      Signed-off-by: default avatarOtavio Salvador <otavio@ossystems.com.br>
      380d06e9
  10. Apr 04, 2016
  11. Apr 01, 2016
    • Jason Plum's avatar
      Firefox: update installation paths for ESR,l10n,addons · 210b9113
      Jason Plum authored
      
      Bring all firefox packages in-line to unified installation path at /usr/lib/firefox/* and move the extensions to the proper location so that they are loaded.
      
      * Firefox ESR was installing to /usr/lib/firefox-38.6/ patch baseconfig so that it is /usr/lib/firefox
      * firefox-l10n was installing language packs to /usr/lib/firefox/extensions. This is was incompatible with ESR as it was, and incorrect as they need to be in /usr/lib/firefox/browser/extentions
      * firefox-addons was doing the same as firefox-l10n
      
      Signed-off-by: default avatarJason Plum <jplum@devonit.com>
      210b9113
  12. Mar 16, 2016
  13. Mar 07, 2016
    • Martin Jansa's avatar
      chromium: fix build with newer gcc · a3789a41
      Martin Jansa authored
      
      * for whatever reason setting -Wstrict-overflow just for problematic
        line doesn't work and it needs to be adjusted on function definition
      * the errors are also report line number where the function starts not
        the specific line which causes that warning
      ../../third_party/WebKit/Source/wtf/dtoa/bignum.cc: In member function 'void WTF::double_conversion::Bignum::Align(const WTF::double_conversion::Bignum&)':
      ../../third_party/WebKit/Source/wtf/dtoa/bignum.cc:715:31: error: assuming signed overflow does not occur when simplifying conditional to constant [-Werror=strict-overflow]
                   for (int i = 0; i < zero_digits; ++i) {
                                     ^
      ../../third_party/WebKit/Source/wtf/dtoa/bignum.cc:715:31: error: assuming signed overflow does not occur when simplifying conditional to constant [-Werror=strict-overflow]
      ../../third_party/WebKit/Source/wtf/dtoa/bignum.cc: In member function 'void WTF::double_conversion::Bignum::AssignDecimalString(WTF::double_conversion::Vector<const char>)':
      ../../third_party/WebKit/Source/wtf/dtoa/bignum.cc:105:10: error: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Werror=strict-overflow]
           void Bignum::AssignDecimalString(Vector<const char> value) {
                ^
      
      ../../ui/gfx/image/image_util.cc: In function 'bool gfx::VisibleMargins(const gfx::ImageSkia&, int*, int*)':
      ../../ui/gfx/image/image_util.cc:50:6: error: assuming signed overflow does not occur when assuming that (X - c) <= X is always true [-Werror=strict-overflow]
       bool VisibleMargins(const ImageSkia& image, int* leading, int* trailing) {
            ^
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      a3789a41
    • Martin Jansa's avatar
      chromium: fix parsing with wayland enabled · 6d2f69e9
      Martin Jansa authored
      
      * d.getVar now takes 2 parameters, not 1
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      6d2f69e9
    • Martin Jansa's avatar
      recipes: Replace "mv" with "cp -R --no-dereference --preserve=mode,links" · fbae74a4
      Martin Jansa authored
      * Using "cp -a" leaks UID of user running the builds, causing
        many QA warnings.
      * See this thread for details:
        http://lists.openembedded.org/pipermail/openembedded-core/2015-November/112904.html
      
      
      
      Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
      fbae74a4
  14. Mar 01, 2016
  15. Feb 25, 2016
  16. Feb 22, 2016
  17. Feb 04, 2016
  18. Feb 01, 2016
  19. Jan 07, 2016
  20. Jan 04, 2016
  21. Dec 11, 2015