aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-06-27v4l-utils: properly package libv4l-devobi/doraAlexandre Belloni
libv4l-dev is missing headers, .so links and packageconfig files. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit f640eca1cc7919e3f42c9c5790de1d11e982b5f7) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-06-27v4l-utils: Fix media-ctl supportOtavio Salvador
The media-ctl package is generated with same name, but from a different source. To offer an upgrade path the only change necessary is to add 'media-ctl' in the PROVIDES so dependencies for build can be satisfied. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 2333313d50019d13bb1ecbcb2c6e795fc3ddb77a) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-06-27v4l-utils: Split ir-keytable to a specific packageOtavio Salvador
The ir-keytable is useful without the other utilities so this splits the package out. For flexibility a virtual runtime for the keymap package is also added so, if necessary, a custom one can be used in a distro. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 3ba7ed2bc83795733a03f19b02fd521c0a00e7e4) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-06-27v4l-utils: RPROVIDE media-ctlKhem Raj
media-ctl recipe was subsumed into v4l-utils but there are apps which still have rdeps on media-ctl Change-Id: I7c24fec3752e80f67730150504b7192ad4fea0c4 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 6e3d209d1fa85184e7a6d33e0f00cf9d17a70b58) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-06-27media-ctl: Remove recipeNobuhiro Iwamatsu
media-ctl was merged into v4l-utils. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 66712383d64b76c4737a3e3725db6df944e1e78e) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-06-27v4l-utils: Update to 1.6.2Nobuhiro Iwamatsu
* Bump PV and hash of md5 and sha256 * Add ${libdir}/libdvbv5*${SOLIBS} to FILES_libv4l Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 37024a33e14d0443c5be36c210fca6036e19bf8c) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-06-27v4l-utils: Add virtual/libx11 dependency only if X11 is availableOtavio Salvador
In case we are building in a X11-less distro we shouldn't depends on virtual/libx11. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 6006202cde7956b280dfa2cfec7b6d928aea3f1c) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-06-27yavta: Update to latest sourceschase maupin
* Update the yavta test utility to the latest sources in the git repository. * Updated the patch by Koen Kooi that allows stdout mode to be used to work with the latest sources. * Added a CFLAGS setting to use the include directory in the sources which are more up-to-date and intended to be used when building the application. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit bbc32a09b2b6a16d72331026d044eb4bfe17a4c5) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-06-27v4l-utils: Update to 1.0.1Otavio Salvador
This updates to last stable release and, as a plus, fix an out of tree build failure. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 6d81b79fd1b0b76df2b5be1b80b871c798db647c) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-06-27v4l-utils: use correct udev dir location when multilib is enabledNick D'Ademo
Explicitly set the path to the udev dir to ${base_libdir} in EXTRA_OECONF. Otherwise, the multilib build will fail as it will look for udev in the default location of /lib/udev/. Signed-off-by: Nick D'Ademo <nickdademo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit ac02c64e312177565a3e7661af2e449e4997be39) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22libconnman-qt: update to 1.0.83+gita244dd4Andreas Oberritter
Remove patch which was applied upstream. Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22python-pyyaml: enable native buildAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22libunwind: use xz, because it fails to detect liblzma provided by lzmaAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22python-twisted: add missing runtime dependency for 'decimal' moduleAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22samba: move daemons into their own packageAndreas Oberritter
Create a package samba-base, which contains everything needed to just run the daemons (nmbd, smbd). Excerpt from buildhistory (mips32): -87280 KiB samba +13968 KiB samba-base Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22evtest: Update to 0e14da9 revisionOtavio Salvador
This updates to 1.31, plus fixes available in the Git tree. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit af0089c5799717052c274dd538f64f20cfeac8a9) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22evtest: Stop using Cgit based archiveOtavio Salvador
The Cgit based archive may change depending on the order of images, timestamp and like causing checksum to change. This patch uses the same 1.25 version but fetching it using Git, so no code changes are done. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Cliff Brake <cbrake@bec-systems.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 9c762b824cbf7ecd9ce7f7859d22ff89c59fa28d) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22samba: fix dependency issue about tallocChong.Lu@windriver.com
Check whether to enable external talloc by PACKAGECONFIG. Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 304a68732d93e0714816d35783ee45100d438bfa) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22samba: Security Advisory - CVE-2013-4475Chong.Lu@windriver.com
Samba 3.x before 3.6.20, 4.0.x before 4.0.11, and 4.1.x before 4.1.1, when vfs_streams_depot or vfs_streams_xattr is enabled, allows remote attackers to bypass intended file restrictions by leveraging ACL differences between a file and an associated alternate data stream (ADS). http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4475 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 18e196f16e63b87fad7ed2b971f8e48879d60e4e) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22samba: Security Advisory - CVE-2013-4124Chong.Lu@windriver.com
Integer overflow in the read_nttrans_ea_list function in nttrans.c in smbd in Samba 3.x before 3.5.22, 3.6.x before 3.6.17, and 4.x before 4.0.8 allows remote attackers to cause a denial of service (memory consumption) via a malformed packet. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4124 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 69e765c4645f018506325312a42a53f984dbb6e8) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22samba: fix two CVEs CVE-2013-0213 CVE-2013-0214Chong.Lu@windriver.com
Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit fe32c95ab0e60d6c9a5289a7550d1d832ff75aae) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22samba: fix parsing linemarkers in preprocessor outputChong.Lu@windriver.com
When PIDL calls out to C preprocessor to expand IDL files and parse the output, it filters out linemarkers and line control information as described in http://gcc.gnu.org/onlinedocs/cpp/Preprocessor-Output.html and http://gcc.gnu.org/onlinedocs/cpp/Line-Control.html#Line-Control With gcc 4.8 stdc-predef.h is included automatically and linemarker for the file has extended flags that PIDL couldn't parse ('system header that needs to be extern "C" protected for C++') Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 65ac416470b871888ca6c743ddbec56e5bc2c1fd) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22samba: Security Advisory - CVE-2013-4496Chong.Lu@windriver.com
Samba 3.x before 3.6.23, 4.0.x before 4.0.16, and 4.1.x before 4.1.6 does not enforce the password-guessing protection mechanism for all interfaces, which makes it easier for remote attackers to obtain access via brute-force ChangePasswordUser2 (1) SAMR or (2) RAP attempts. http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-4496 Signed-off-by: Yue Tao <Yue.Tao@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 3d5d8c6d0f21de60dc84610a4d47da2d8c062901) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22libmusicbrainz: add dependency on neon-nativeMartin Jansa
* we're building separate native binary make-c-interface which is also checking for neon with pkg-config, when it fails it's not fatal and configure continues to configure target version (which finds neon correctly) but failed native make-c-interface build resultsin this error: -- Found PkgConfig: /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config (found version "0.28") -- checking for module 'neon' -- found neon, version 0.30.0 CMake Error at /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): Could NOT find Neon (missing: NEON_LIBRARIES) Call Stack (most recent call first): /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 (_FPHSA_FAILURE_MESSAGE) cmake/modules/FindNeon.cmake:19 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:22 (FIND_PACKAGE) -- Configuring incomplete, errors occurred! See also "/OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r1/git/build-native/CMakeFiles/CMakeOutput.log". make: *** No rule to make target 'make-c-interface'. Stop. ... -- Found PkgConfig: /OE/build/oe-core/tmp-eglibc/sysroots/x86_64-linux/usr/bin/pkg-config (found version "0.28") -- checking for module 'neon' -- found neon, version 0.30.0 -- Found Neon: /OE/build/oe-core/tmp-eglibc/sysroots/qemux86/usr/lib/libneon.so CMake Error at src/CMakeLists.txt:19 (INCLUDE): include could not find load file: /OE/build/oe-core/tmp-eglibc/work/i586-oe-linux/libmusicbrainz/5.0.1+gitAUTOINC+0749dd0a35-r1/git/build-native/ImportExecutables.cmake -- Configuring incomplete, errors occurred! Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 3182aa9a1eb76af61b52943507a43cef42ce41ee) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22samba: Add talloc PACKAGECONFIGJate Sujjavanich
* fix DEPENDS which was triggering rebuild Use PACKAGECONFIG to properly provide the option for libtalloc Signed-off-by: Jate Sujjavanich <jatedev@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 84d2791e40a359a8f6c360f6ed1d6476f4b8d46e) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22python-twisted: upgrade to version 13.2.0Diego Rondini
Changes: * upgraded python-twisted to latest upstream * dropped PR because of PV increase * updated LICENSE checksum because new contributors have been added to the file * dropped bin package because resulting package was empty: - file _c_urlarg has been removed with this commit: https://twistedmatrix.com/trac/changeset/31167/trunk/twisted/protocols - file cBanana was not packaged even in previous version, upstream removed it ages ago. https://twistedmatrix.com/trac/changeset/19014/trunk/twisted/spread * the newly introduced zsh completion file has been added to the zsh package Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 822870b0e458c56cd9594044ff738579e728a851) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22python-zopeinterface: upgrade to version 4.1.1Diego Rondini
Changes: * upgraded python-zopeinterface to latest upstream * dropped PR because of PV increase Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 08273d7936f70a6303a1911a2d8f7ba35eb22cdc) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22libconnman-qt: update to 1.0.50+git80ac184Andreas Oberritter
Allows to install versions for Qt4/X11 and Qt4/Embedded into the same filesystem by overriding the target name. This version also removes a superflous .pc file from ${libdir}. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 7cd63c175d4b8c47236872bbe07572786df3130a) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22dracut: update to 036Koen Kooi
* Patch was applied upstream, delete it * Add coreutils dep to stop scripts from erroring out * bump PE to since 'git' > '036' Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> (cherry picked from commit 90045a49e50eb0177a8aee5cc318caf037ac603d) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22libconnman-qt: update to 1.0.46, add recipe for qteAndreas Oberritter
* Use _git version suffix, because it really is a Git recipe. * Create an inc file to be shared between qt4x11 and qt4e. * Use CONFIG+=notests, because CONFIG+=notest has no effect now. * Reorder some variables according to style guide. * Remove unneeded PROVIDES for ${PN}-plugin, which is already listed in PACKAGES. * Hardcode branch to master, because no other branch exists upstream. * Simplify do_install. * Don't overwrite EXTRA_QMAKEVARS_PRE, because qt4e.bbclass uses it to pass on QT_LIBINFX. * Generalize QT_IMPORTS_DIR to make it valid for qte. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 38b3de4ad59ffe59ba74b7357f9899271edf1d5f)
2015-04-22samba: add PACKAGECONFIG for libunwindMing Liu
Also add --enable-libunwind option for samba source3, otherwise, it will be auto-detected from sysroot, which will lead implicit results. Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 79a0ab967000360889381d5d5e2c32d7073e2741) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22dietsplash: bump SRCREVAndreas Oberritter
Includes a fix to use /sbin/init instead of an obsolete path to systemd. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit c4a40f680f4fb47b5b36582fcaf0d2eb0b6cb90f) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22dracut: add git versionKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 039b0190d9049768876af892cf9e18324a8d7c63) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22xfsprogs: change DESCRIPTION to SUMMARYAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Koen Kooi <koen@dominion.thruhere.net> (cherry picked from commit cc262e0a4fe5bb4477f9db16e6cf94504b1a71d5)
2015-04-22samba: Fix unrecognised with-libdir optionsAndrei Gherzan
Remove with-libdir as there is no such option and set libdir with --libdir. Change-Id: Ida67c0c92d19ccc339f16c504055daa8c0d7208a Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 7661ede2d532d1109ea42c7f49a98195f2cf1408) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22vim: Disable parallel install, it has racesKhem Raj
We end up with install errors when using high parallel factor like -j20 errors like | mkdir: cannot create directory `/``build/tmp-eglibc/work/ppce500v2-poky-linux-gnuspe/vim/7.4.27-r0/image/usr/share/vim/vim74': File exists | mkdir: cannot create directory `/build/tmp-eglibc/work/ppce500v2-poky-linux-gnuspe/vim/7.4.27-r0/image/usr/share/vim/vim74': File exists Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 6c29faf02c9c5268eabd8c62e618cb1b3053eaa3) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
2015-04-22autofs: change DESCRIPTION to SUMMARYAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Joe MacDonald <joe@deserted.net> (cherry picked from commit a57a0f86da55f28977a9012450cc73ca432e34d7)
2015-04-22autofs: pass systemd directory to configureAndreas Oberritter
Otherwise, configure will try to auto-detect using host paths. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Joe MacDonald <joe@deserted.net> (cherry picked from commit 8677de717bcd9b4e073ff4e09abe6f456baafd52)
2014-12-03gdal: fix sqlite, expat and libtiff detectionMartin Jansa
* fixes following configure errors like: checking for SQLite3 library >= 3.0.0... yes cat: /OE/sysroots/qemux86/usr/lib/include/sqlite3.h: No such file or directory /OE/work/i586-starfish-linux/gdal/1.10.1-r0/gdal-1.10.1/configure: line 25411: test: !=: unary operator expected configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h header to retrieve SQLite version! * and autodetected expat support which sometimes tries to use host version from /usr/include Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-03glmark2: Add virtual/libx11 dependencyMartin Jansa
* without it, do_configure fails: | Checking for 'x11' : not found | The configuration failed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-12-03daq: explicitly disable nfq and ipq modulesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20cloud9: Fix branch paramMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20bash-completion: update to version 2.1Matthieu CRAPET
Notes: - PARALLEL_MAKE is still required - inherit allarch is not present because of runtime dependency with bash (TUNE_PKGARCH) Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-04-20bash-completion: fix 'files already exist' WARNING messageMatthieu CRAPET
Some bash completion commands are already provided by util-linux recipe. Also disable parallel build because "symlinks" rule is buggy (see completions/Makefile.am). Signed-off-by: Matthieu CRAPET <Matthieu.CRAPET@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-01networkmanager: fix incorrect configure optionJavier Viguera
The wrong option was breaking the build with: configure: error: invalid package name: systemdsystemunitdir= Signed-off-by: Javier Viguera <javier.viguera@digi.com> Reviewed-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-01php: update SRC_URI for new download locationchase maupin
* The old downloads location of http://www.php.net/distributions now points to a listing of all distributions and the mirrors or download locations where the sources can be downloaded. * The new download location is http://museum.php.net/..... where the rest of the URL is based on the major version on PHP being downloaded. This is a change from the previous download server which had a flattened directory structure so that all versions were available in a single location. * To account for this change in the directory structure a variable called PHP_MAJVER is used based off of the PV to point the SRC_URI to the proper subdirectory. * This issue wsa first noted by Joshua Vanderpool at Joshua.Vanderpool@raymondcorp.com and there was discussion at http://lists.openembedded.org/pipermail/openembedded-devel/2014-January/093757.html * This patch has been commited to that master branch Signed-off-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-22gdal: Use external TIFF supportOtavio Salvador
The TIFF support cannot be disabled so prefer to depends on 'tiff' and use external by default. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-10gdal: Avoid host headers use for SQlite3Otavio Salvador
This fixes the host contamination when the host has the SQLite3 headers available. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-04gdal: Add recipe for 1.10.1 versionOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-01-04ntfs-3g-ntfsprogs: Fix runtime dependency for development packageOtavio Salvador
The -dev has a runtime dependency against ${PN} which is empty; we allow it to be empty to satisfy the dependency instead of mangingling the -dev dependencies. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>