- Apr 15, 2016
-
-
Jason Plum authored
-
- Apr 12, 2016
-
-
Ian Coolidge authored
Signed-off-by:
Ian Coolidge <ian@boundarydevices.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Apr 11, 2016
-
-
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:
Guojian Zhou <guojian.zhou@windriver.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Apr 04, 2016
-
-
Otavio Salvador authored
Firefox: update installation paths for ESR,l10n,addons
-
- Apr 01, 2016
-
-
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:
Jason Plum <jplum@devonit.com>
-
- Mar 16, 2016
-
-
Martin Jansa authored
* the old fix wasn't enough and it was still failing with warnings about unused variables in gtests Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Mar 07, 2016
-
-
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:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* d.getVar now takes 2 parameters, not 1 Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
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:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Mar 01, 2016
-
-
Andreas Müller authored
Could build test only due to lack of building image Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* These are actually checksums from pre-Dizzy oe-core This reverts commit 4a83c1eb.
-
- Feb 25, 2016
-
-
Otavio Salvador authored
Fix checksums missed in Firefox 38.6.1esr update.
-
Jason Plum authored
-
- Feb 22, 2016
-
-
Otavio Salvador authored
Firefox: firefox 38.6.1esr
-
Jason Plum authored
* Update firefox-gen-l10n-recipes: path, copyright year * Update Firefox to 38.6.1esr (including l10n)
-
- Feb 04, 2016
-
-
Otavio Salvador authored
Firefox 38.6.0esr
-
- Feb 01, 2016
-
-
Jason Plum authored
-
Jason Plum authored
-
- Jan 07, 2016
-
-
Trevor Woerner authored
If you are creating a kiosk, then enable this PACKAGECONFIG and the browser will start up fullscreen and without menu bars etc. Signed-off-by:
Trevor Woerner <twoerner@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Trevor Woerner authored
If the chromium run-helper script (google-chrome) is run as part of a (sysvinit) init script, shell variables $USER and $HOME will not be set (leading to unwanted behaviour). Replace the use of $USER with `whoami` and replace the use of $HOME with the OE bitbake variable ROOT_HOME. In this way the chromium run-helper script will work as expected in both instances (as part of an init script and from the cmdline). Signed-off-by:
Trevor Woerner <twoerner@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Trevor Woerner authored
Add more information to the "disable-api-keys-info-bar" PACKAGECONFIG description regarding another way to disable the "Google API keys are missing" warning. Signed-off-by:
Trevor Woerner <twoerner@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Jan 04, 2016
-
-
Trevor Woerner authored
Improve the visual appearance of the PACKAGECONFIG options by adding a title to the PACKAGECONFIG option section, wrapping lines to 80 columns, aligning the left justification for subsequent lines, moving the default settings for each option to a more prominent location, and moving all the items affected by PACKAGECONFIG options to be closer to where these options are listed and explained. Signed-off-by:
Trevor Woerner <twoerner@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Trevor Woerner authored
The gl PACKAGECONFIG is "use-egl", not "use-gl". Adjust comment to include a space after initial comment delimiter (#). Close parenthesis at end of comment. Signed-off-by:
Trevor Woerner <twoerner@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Dec 11, 2015
-
-
Fabio Berton authored
Signed-off-by:
Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Fabio Berton authored
Signed-off-by:
Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Andre McCurdy authored
ninja-native is now available in meta-oe (jethro and master): http://git.openembedded.org/meta-openembedded/commit/?id=d931801de77a9cbb13c916231583b3526a7d3e11 Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Andre McCurdy authored
Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Andre McCurdy authored
Signed-off-by:
Andre McCurdy <armccurdy@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Nov 16, 2015
-
-
Fabio Berton authored
Update Firefox from 10.0.12esr to 38.2.1esr with the following changes: Add yasm-native, icu, pulseaudio as dependeies of Firefox. Update Debian patches debian-hacks, fixes, iceweasel-branding, porting and prefs from Debian release. This Debian patches can be found here: http://anonscm.debian.org/cgit/pkg-mozilla/iceweasel.git Add patches fix-python-path to fix python path used by mozilla build system, and freetype-2-6 to add some missing freetype headers. Update all languages for 38.2.1esr Add function do_install_append to install additional files needed by firefox. Set variable PN to match correct files Create a variable MOZ_APP_BASE_VERSION to append base version to package name. The installation path used by firefox is /usr/lib/firefox-{MOZ_APP_BASE_VERSION} Update mozconfig file with settings used by new Firefox. Series-to: meta-oe Signed-off-by:
Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Fabio Berton authored
Change configure, compile and install functions Mozilla build system has changed compared to old Firefox version 10. For more information about new mozilla build system see https://developer.mozilla.org/en-US/Firefox Remove unused variables. Add SHELL to EXTRA_OEMAKE. Mozilla build system needs pass explicitly SHELL variable. Configure variables needed by mozconfig work properly. Signed-off-by:
Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Otavio Salvador authored
Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Nov 10, 2015
-
-
Max Krummenacher authored
The link errors addressed with commit '7887e66d fix build with gcc 4.9.4' occur only when linking with gold. Thus apply the fix only if distro features contain ld-is-gold. Signed-off-by:
Max Krummenacher <max.oss.09@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Nov 09, 2015
-
-
Max Krummenacher authored
During the final link we get errors like this: .../4.9.4/ld: warning: hidden symbol 'sqlite3_temp_directory' in obj/.../sqlite.sqlite3.o) is referenced by DSO .../usr/lib/libsoftokn3.so .../4.9.4/ld: error: treating warnings as errors collect2: error: ld returned 1 exit status Use chromium.bb solution to not treat linker warnings as errors. Signed-off-by:
Max Krummenacher <max.oss.09@gmail.com> Upstream-Status: Inappropriate configuration Signed-off-by:
Max Krummenacher <max.oss.09@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Max Krummenacher authored
Use gypi file for i586 to create the configuration for the x86-64 architecture. Signed-off-by:
Max Krummenacher <max.oss.09@gmail.com> Upstream-Status: Inappropriate configuration Signed-off-by:
Max Krummenacher <max.oss.09@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Max Krummenacher authored
A cef3 build with gcc5 fails with warnings treated as errors. bignum.cc, image_util.cc: strict-overflow warning gtest-typed-test.h: unused-variable warning SaturatedArithmetic.h: parentheses warning Compiles for qemux86 with gcc 5.2.0 and still compiles on armv7a with gcc linaro-4.9.4. Note that the resulting binary has not been tested on a target. Signed-off-by:
Max Krummenacher <max.oss.09@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Max Krummenacher authored
Signed-off-by:
Max Krummenacher <max.oss.09@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
Max Krummenacher authored
A chromium build with gcc5 fails with warnings treated as errors. bignum.cc, image_util.cc: strict-overflow warning Compiles and runs on qemux86-64 with gcc 5.2.0 and still compiles on armv7a with gcc linaro-4.9.4. Signed-off-by:
Max Krummenacher <max.oss.09@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Oct 28, 2015
-
-
Max Krummenacher authored
Explicitely include a needed header to fix compile time error. sys/stat.h used to be indirectly included from another header but no longer is. Signed-off-by:
Max Krummenacher <max.oss.09@gmail.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-
- Sep 23, 2015
-
-
Carlos Alberto Lopez Perez authored
* Remove the ENABLE_X11 variable and rename ENABLE_WAYLAND to CHROMIUM_ENABLE_WAYLAND. Make the old ENABLE_X11 be just "not CHROMIUM_ENABLE_WAYLAND". * Allow configuring this in the local.conf file. * Add a couple of sanity checks and two notes that will let the user be sure if the ozone-wayland patches will be applied or not. This will be checked before running the do_fetch step of Chromium. That way we avoid printing any warning or doing any check when parsing the recipe. So we only warn or abort when Chromium is actually going to be built. Signed-off-by:
Carlos Alberto Lopez Perez <clopez@igalia.com> Signed-off-by:
Otavio Salvador <otavio@ossystems.com.br>
-