summaryrefslogtreecommitdiffstats
path: root/meta
Commit message (Collapse)AuthorAgeFilesLines
* bind: Update libxml2 check to make it deterministic.Noor2015-01-082-2/+42
| | | | | | | | | | | | | | * Firstly configure scritp was testing files from bin folder. In our case we don't copy bin folder to sysroot for target recipes. So added extra check to validate .pc file from lib folder via a patch to configure.in file. * Secondly linxml2 dependency was missing. So added PACKAGECONFIG for libxml2. (From OE-Core rev: b61a2acc321489c3427f0afa3059486dc144a13b) Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* git: upgrade to 2.2.1Robert Yang2015-01-081-2/+2
| | | | | | | (From OE-Core rev: c3d4515854bb889c866b1592a6b109bd7b1deb8c) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* file: upgrade to 5.22Robert Yang2015-01-081-2/+2
| | | | | | | (From OE-Core rev: fa81c9fd14067075afbfe7787a3114b96abb902a) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* oeqa/parselogs: Added a check in case the folder location does not contain ↵Lucian Musat2015-01-081-3/+4
| | | | | | | | | any log files (From OE-Core rev: affa3a126ba214f4d9b9a770e51323a6a5863bf2) Signed-off-by: Lucian Musat <george.l.musat@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pcmanfm: update to 1.2.3Max Krummenacher2015-01-081-3/+5
| | | | | | | (From OE-Core rev: 3f2aee4547649cf99e8ce9051721e15e8755cb06) Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* menu-cache: update to 1.0.0Max Krummenacher2015-01-083-52/+16
| | | | | | | | | | | | | | | | menu-cache depends on fmlib-extra and thus requires the split of the libfm recipe in version 1.2.3. This obsoletes Fix-segfault.patch. menu-cache license has been changed by the authors from GPL to LGPL: http://git.lxde.org/gitweb/?p=lxde/menu-cache.git;a=commit;h=7972913d8e47e4970b9aa70267cb87fe7eb3a8b4 http://git.lxde.org/gitweb/?p=lxde/menu-cache.git;a=commit;h=08fe520c52a79d425504ba631afbea5fd62cc735 (From OE-Core rev: a356da6094982cc76b4e742e17e556094fb3e38a) Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libfm: update to 1.2.3Max Krummenacher2015-01-085-70/+57
| | | | | | | | | | | | | | | | | split out libfm-extra as a seperate recipe to break a circular dependency with newer menu-cache recipe. This obsoletes ignore_automake_warnings.patch. This obsoletes fix-make-parallelism-issue.patch. https://github.com/lxde/libfm/commit/24c8eab43cb5b79ca917d67a2c5924aca34c80c9 The library part of libfm has its license changed by the authors to LGPL: http://git.lxde.org/gitweb/?p=lxde/libfm.git;a=commit;h=e0d250aeb40f26ceead82d4b4c7af3b58ab34930 (From OE-Core rev: 4f12442b752626ad5f9711cbb1344720fdb3f47e) Signed-off-by: Max Krummenacher <max.oss.09@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* base.bbclass: Avoid explicit ${MAKE} in do_configureOtavio Salvador2015-01-081-1/+1
| | | | | | | | | | | The do_configure may eventually call 'make clean' when the sstate signature does not match. We should respect EXTRA_OEMAKE when doing so, so use 'oe_runmake' for it. (From OE-Core rev: 29cd284cab63fb1f6e82ad90bc8c92c1bbcafa88) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rm_work: Fix RM_WORK_EXCLUDE for image/sdk recipesRichard Purdie2015-01-081-0/+8
| | | | | | | | | | | | A previous change meant image/sdk recipes were removed unconditionally by the class and did not respect RM_WORK_EXCLUDE. This fixes that problem. [YOCTO #7114] (From OE-Core rev: 050de16968fe6efeba5d64761b11512549e9fdc2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* glib-2.0: add HOMEPAGERobert Yang2015-01-071-0/+2
| | | | | | | | | | | | It doesn't have a homepage except gtk.org, use its reference manual page as the homepage, which we can easily know whether it is a stable version or not. (From OE-Core rev: ef303442278c900cd6bfd529692cb9de80e31353) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cogl: fix .pc file packagingRoss Burton2015-01-071-3/+3
| | | | | | | | | | Some .pc files were not being correctly moved into the right sub-package, so fix this. (From OE-Core rev: a37366224cc7d7ef5e2a603655bf531e3704f21f) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cmake-native: disable check for acl.hChen Qi2015-01-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | We build cmake-native without acl support. However, the acl.h header is still being checked which would sometimes cause the following error during do_compile: archive_read_disk_entry_from_file.c:38:21: fatal error: sys/acl.h: No such file or directory | #include <sys/acl.h> | ^ | compilation terminated. This happens when the sysroot parts of acl-native is removed between do_configure and do_compile tasks of cmake-native. To reproduce the problem manually, execute the following command: bitbake cmake-native -c cleansstate && bitbake acl-native -c cleansstate && \ bitbake acl-native && bitbake cmake-native -c configure && \ bitbake acl-native -c cleansstate && bitbake cmake-native -c compile This patch fixes the above problem by explicitly disable the checking for acl.h header file. (From OE-Core rev: 3ad1701b0afe59af9d8427d53ffa4c0f52f42805) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libgpg-error: Update to 1.17Saul Wold2015-01-073-56/+98
| | | | | | | | | | | Rebased the pkgconfig.patch Added do_compile_prepend() copy an architecture specific header file. (From OE-Core rev: f6866391934588136f6cfa2c58fb8593875eb6fd) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* liburcu: Upgrade to 0.8.6Saul Wold2015-01-072-2/+2
| | | | | | | | | Move patches from files to liburcu directory (From OE-Core rev: 1d925c962ac4e1cac3a6c6004f24bdc276e16202) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libksba: Upgrade to 1.3.2Saul Wold2015-01-071-2/+2
| | | | | | | (From OE-Core rev: 845c1bd009042339a15656730cbd6cc0cc4bf959) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libassuan: Upgrade to 2.2.0Saul Wold2015-01-071-2/+2
| | | | | | | (From OE-Core rev: 61dfbbc30f498c37b9e494d038053afc7f07165e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libffi: Upgrade to 3.2.1Saul Wold2015-01-071-2/+2
| | | | | | | (From OE-Core rev: 4984622044da3457eabac7d90a6c5884a7067938) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lsbinitscripts: Upgrade to 9.60Saul Wold2015-01-071-3/+3
| | | | | | | (From OE-Core rev: ec9629321a4501d832f776a04a89dea55359f337) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* json-c: Upgrade to 0.12Saul Wold2015-01-071-2/+4
| | | | | | | | | Added CFLAGS to prevent compiler error of unused size variable (From OE-Core rev: f229327783021c20f93a38d35c8f9d31e432503e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssl: fix hard paths in native opensslAndré Draszik2015-01-071-1/+8
| | | | | | | | | | | | | | | | This causes the package to not be relocateable from sstate The OpenSSL binaries respect a few environment variables for determining locations of files, so we now use these to point the binaries to the relocated locations. [YOCTO #6827] (From OE-Core rev: 771d3123331fbfab1eb9ce47e3013eabcb2248f5) Signed-off-by: André Draszik <adraszik@digisoft.tv> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* syslinux: Update to 6.0.3Saul Wold2015-01-079-710/+28
| | | | | | | | | | | Removed patches that are now committed upstream, rebase parallel make patch and add a new patch to remove a script that was calling git during the clean process. (From OE-Core rev: b53e46bece1c4976ba146d9abf41a8a54c584300) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gnupg: Upgrade to 2.1.0Saul Wold2015-01-074-17/+111
| | | | | | | | | | | | Add patch to use pkg-config instead of npth-config and remove --without-curl as it's not used anymore. Also needed a patch to add libgpg-error to correctly build dirmngr (From OE-Core rev: 0509f3b6f880b516dfbe053b13d417f724509b99) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cogl: enable egl-x11 when build with x11Robert Yang2015-01-071-2/+4
| | | | | | | | | | | | | | Fixed clutter-1.0 compile error when build with x11: clutter-backend-eglnative.h:31:27: fatal error: cogl/cogl-egl.h: No such file or directory #include <cogl/cogl-egl.h> compilation terminated. We need enable egl-x11 when x11 as we enable egl-wayland when wayland. (From OE-Core rev: d61e3a6e63664ab2893a90e5525fe634d4514318) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* cups: check avahi before use itRobert Yang2015-01-072-0/+35
| | | | | | | | | | | | | Fixed the error when --disable-avahi: ippserver.c:425:8: error: unknown type name 'AvahiThreadedPoll' The avahi is optional, we need check whether it is enabled before use as other code does. (From OE-Core rev: e69a1a583bf65dd2b6358c1d925d8de6419e3d76) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* qt4: Fix QT4 applications spamming "QWSLock::down(): Invalid argument"Mike Looijmans2015-01-072-0/+99
| | | | | | | | | | | | | | | | | | If you run a QT server application, and a client in a separate process, it will spam the log with "QWSLock::down(): Invalid argument" messages because of an old bug in the locking code. There's a patch on the net that fixes it, which I manually adapted by removing the commented-out debug statements. We have been using this patch for about half a year without problems, and the QT people apparently don't care about the bug, for which this solution has been posted in 2012. Including this into OE core will at least save other people the trouble of having to find and apply it for themselves. (From OE-Core rev: 7b6546e0ee5561ece1c7972bb8dde7383b530eb7) Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* dropbear: upgrade to 2014.66Paul Eggleton2015-01-074-6/+6
| | | | | | | | | | | | * Upgrade to upstream 2014.66; incorporates several minor bugfix releases. * LIC_FILES_CHKSUM changed because the copyright year changed; there was no change to the license text itself. (From OE-Core rev: 78f388e81cad5dfb6aea52da68f9b4523c88c5ad) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* openssh: upgrade to 6.7p1Paul Eggleton2015-01-074-172/+5
| | | | | | | | | | | | | | * Drop two CVE patches already handled upstream. * Drop nostrip.patch which no longer applies and use the existing --disable-strip configure option instead. * OpenSSH 6.7+ no longer supports tcp wrappers. We could apply the Debian patch to add support back in, but it seems best to follow upstream here unless we have a good reason to do otherwise. (From OE-Core rev: 59e0833e24e4945569d36928dc0f231e822670ba) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libevdev: upgrade to 1.3Paul Eggleton2015-01-071-2/+2
| | | | | | | (From OE-Core rev: bb872893cd5d2bef21b081a424ea6766729fa0dc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rgb: upgrade to 1.0.6.Ross Burton2015-01-071-3/+2
| | | | | | | | | (From OE-Core rev: 75b79264cfd0ccfc67daffd6244ece8731232a8a) (From OE-Core rev: 56ad2156365258c497e98ed0111dfe633b170a80) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xkbcomp: upgrade to 1.3.0Ross Burton2015-01-071-2/+2
| | | | | | | | | (From OE-Core rev: 99df8a16cf48df5c3eb8159cb4680f81a142f814) (From OE-Core rev: f858ebb507427bae053d87299fc31dbb27cb32c1) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xinit: upgrade to 1.3.4Ross Burton2015-01-071-2/+2
| | | | | | (From OE-Core rev: 87b345cc62f132d67e16b68fa9864691999c0ef7) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-modesetting: upgrade to 0.9.0Ross Burton2015-01-071-2/+2
| | | | | | | | | (From OE-Core rev: 64734c645d48e2c69c757db9a1b1d4ab88db6350) (From OE-Core rev: 515d3e5564494ab108a3ed3138ff27757f1f012d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-input-synaptics: upgrade to 1.8.1Ross Burton2015-01-071-2/+2
| | | | | | | | | (From OE-Core rev: 3d3edc199e123d16fe1403766a0da09f86da53e8) (From OE-Core rev: 45dc1771f2b26098e703279527aa92b45719e3d9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-input-evdev: upgrade to 2.9.1Ross Burton2015-01-071-2/+2
| | | | | | (From OE-Core rev: 6218a9e12da4e6c27df2e735a08e90387b3cacf0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xf86-video-intel: upgrade to 2.99.917Ross Burton2015-01-072-170/+3
| | | | | | | | | | | Remove backported patch that is present in this release. (From OE-Core rev: 026de2fd671f2442809cf3ce11da74f1c7c574a6) (From OE-Core rev: 4b07c105270f80e75ed8f54af8ec71a120fdcdb9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* freetype: upgrade to 2.5.4.Ross Burton2015-01-071-2/+2
| | | | | | | | | (From OE-Core rev: 19256cb72fe8f645cc1f6db3b653b95071e7f4f4) (From OE-Core rev: 81b66d9a324187d182cc50432a7b182acb0950ce) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* xkeyboard-config: upgrade to 2.13.Ross Burton2015-01-071-2/+2
| | | | | | | | | (From OE-Core rev: 2ae82451222467b6f31895a1fb46ffa002f2494d) (From OE-Core rev: 85db96e734298865da77659a208f51ca904a904a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libpng12: upgrade to 1.2.52Ross Burton2015-01-071-4/+4
| | | | | | | | | | | License texts contain new dates and versions, so update checksums. (From OE-Core rev: 92fc39417ba1fcfb3b6004f0d8d657cb56fe123e) (From OE-Core rev: ffb4b8533c882a8221cae4ed4f8429945562d0ab) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* librsvg: upgrade to 2.40.6Ross Burton2015-01-072-109/+3
| | | | | | | | | | | Upstream now ships it's own vapigen.m4, so don't install our own copy. (From OE-Core rev: 7235da88c6ed6555cfa271714331595a8c3dd2e4) (From OE-Core rev: a06bdaf8c25fbe838c416e67aaf4a6bc0335681c) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* hicolor-icon-theme: upgrade to 0.14Ross Burton2015-01-073-1759/+14
| | | | | | | | | | | | | | | | Drop the customised index.theme as it was only required for Hildon- and OpenMoko-specific environments. Upstream now uses autotools, so drop custom rules and autotools-brokensep. Drop pointless unknown SECTION and unused gnomebase class. (From OE-Core rev: 60784d5faafe75f79fc5aaa9c7ef03b51f6efaec) (From OE-Core rev: b2f7cd12b053c00f42a5eb8e036c0aa8a8e447e4) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* json-glib: upgrade to 1.0.2Ross Burton2015-01-071-2/+2
| | | | | | | | | (From OE-Core rev: 91201b12f97294fc2b78cf65d6ba51444ba4e0c5) (From OE-Core rev: 8e123e620cff289e9c13bd69276ef9705da3be68) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gst-fluendo-mp3: upgrade to 0.10.31Ross Burton2015-01-072-4/+4
| | | | | | | | | | | | | | This version supports both GStreamer 0.10 and 1.0, but for now only build 0.10 for consistency with previous recipies. Add a missing build dependency. (From OE-Core rev: ed1edf4917e173f5df41854cfd74559b60b9fdf3) (From OE-Core rev: 6e86e7a5fdc94a5f31cf89327fb877951dbc58c2) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* insane.bbclass: fix desktopRobert Yang2015-01-071-1/+1
| | | | | | | | | The desktop-file-utils-native lacks a space. (From OE-Core rev: 95f7d2c8fd5ee6ad0b7d202906073066f35a268d) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* kernel.bbclass: fix do_unpack function when S ends with slashMartin Jansa2015-01-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * slash at the end causes os.symlink(kernsrc, s) to use s as directory name and fails with: ERROR: Error executing a python function in /OE/build/owpb/webos-ports/meta-smartphone/meta-samsung/recipes-kernel/linux/linux-samsung-tuna_git.bb: The stack trace of python calls that resulted in this exception/failure was: File: 'base_do_unpack', lineno: 26, function: <module> 0022: subprocess.call(d.expand("mv /OE/build/owpb/webos-ports/tmp-glibc/work/maguro-webos-linux-gnueabi/linux-samsung-tuna/3_3.0.72+gitrAUTOINC+f8ed73f94a-r12/git/ /OE/build/owpb/webos-ports/tmp-glibc/sysroots/maguro/usr/src/kernel"), shell=True) 0023: os.symlink(kernsrc, s) 0024: 0025: *** 0026:base_do_unpack(d) 0027: File: 'base_do_unpack', lineno: 23, function: base_do_unpack 0019: bb.utils.mkdirhier(kernsrc) 0020: bb.utils.remove(kernsrc, recurse=True) 0021: import subprocess 0022: subprocess.call(d.expand("mv /OE/build/owpb/webos-ports/tmp-glibc/work/maguro-webos-linux-gnueabi/linux-samsung-tuna/3_3.0.72+gitrAUTOINC+f8ed73f94a-r12/git/ /OE/build/owpb/webos-ports/tmp-glibc/sysroots/maguro/usr/src/kernel"), shell=True) *** 0023: os.symlink(kernsrc, s) 0024: 0025: 0026:base_do_unpack(d) 0027: Exception: OSError: [Errno 2] No such file or directory ERROR: Function failed: base_do_unpack ERROR: Logfile of failure stored in: /OE/build/owpb/webos-ports/tmp-glibc/work/maguro-webos-linux-gnueabi/linux-samsung-tuna/3_3.0.72+gitrAUTOINC+f8ed73f94a-r12/temp/log.do_unpack.17042 ERROR: Task 0 (/OE/build/owpb/webos-ports/meta-smartphone/meta-samsung/recipes-kernel/linux/linux-samsung-tuna_git.bb, do_unpack) failed with exit code '1' (From OE-Core rev: dba30c2395792b553b69ce0b44cc75ff2dbdb317) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pulseaudio: use stricter PACKAGES_DYNAMICMartin Jansa2015-01-071-1/+1
| | | | | | | | | | | | | * I don't see any usage for libpulse-* packages * adding '-' resolves the issue when we have separate recipe for pulseaudio-modules-droid which isn't built to satisfy RDEPENDS with the same name, because generic pulseaudio recipe seems to RPROVIDE it through PACKAGES_DYNAMIC (From OE-Core rev: 600346c6ebce9acb0c3b6718bb022f804f41071b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* gstreamer1.0-omx: use mulitple SCMs to fetch submodulesAwais Belal2014-12-311-3/+8
| | | | | | | | | | | | | | | The gstreamer omx package uses a submodule 'common' which is fetched by the configure script. This approach fails on non-network builds as the fetcher tries to look upstream for the submodule. We now use multiple SCMs, one for the main omx package and the other for the 'common' submodule so it is available in the downloads_dir for later use. (From OE-Core rev: 24f19fedb40d0af84beb8e9a6595ea06f09d4615) Signed-off-by: Awais Belal <awais_belal@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* image.bbclass: Remove 'set_image_autologin' functionOtavio Salvador2014-12-311-6/+0
| | | | | | | | | | | | The set_image_autologin function is GPE Login specific and the package is not available in OE-Core so the function should be added in the meta-gpe layer, if necessary. Drop this from the OE-Core as it is unused. (From OE-Core rev: a7191a7018c1fe43fe35a894a09d2a165af1a4d2) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* telepathy: remove (moved to meta-oe)Ross Burton2014-12-3112-358/+0
| | | | | | | | | Nothing in oe-core uses Telepathy, so move these recipes to meta-oe. (From OE-Core rev: fc8c843ae2a7d688a5b7e3effd1dae10c7e2fbf8) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-ust: Update to 2.5.2 versionOtavio Salvador2014-12-311-2/+1
| | | | | | | (From OE-Core rev: 6d6649ba08682533752568b6e3e42fca955cfd56) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* lttng-tools: Update to 2.5.3 versionOtavio Salvador2014-12-311-2/+1
| | | | | | | (From OE-Core rev: 3ffa64167f6fe165518efdd4fc1c33bd062394be) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>