summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* klibc_2.0.2: refactor recipe to respect exec_prefixAndrea Adami2013-09-035-29/+15
| | | | Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
* mysql5: replace with mariadb 5.1.67 and tweakPaul Eggleton2013-08-2722-632/+908
| | | | | | | | | | | | | | | | | | | | | Switch to MariaDB (which is a drop-in replacement for MySQL) and use the latest stable release from the 5.1 series. * Update LIC_FILES_CHKSUM due to reformatted GPLv2 license text with updated FSF address * Refresh patches * Add two patches from the upstream 5.1 branch to fix CVE-2013-1861 * Add a package for libmysqld (the embedded server library) * Disable "maria" plugin since this fails to compile and doesn't appear to be critical * Drop some unrecognised/redundant options from EXTRA_OECONF * Fix text relocation QA warnings introduced in the upgrade * Convert to use useradd.bbclass for creating mysql user * Set SUMMARY instead of description * Move SRC_URI checksums to the version-specific inc file * Clear out cruft in files/ Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* phpmyadmin: update to 4.0.5Paul Eggleton2013-08-271-2/+2
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* modphp: update to 5.5.2Paul Eggleton2013-08-273-6/+10
| | | | | | | | | | * LIC_FILES_CHKSUM needed to change because the copyright year changed * Enabled mcrypt since upstream recommend this for acceptable performance (and we now have a libmcrypt recipe in meta-oe) * Disabled the opcache; this is a new feature in 5.5 and the configure check for it currently breaks when cross-compiling. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* apache2: update to 2.4.6Paul Eggleton2013-08-2711-4/+4
| | | | Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
* connman: rename .bbappend to match new version from oe-coreMartin Jansa2013-08-261-0/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imagemagick: enable freetype delegateMarko Lindqvist2013-08-261-2/+2
| | | | | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ImageMagick: update to upstream version 6.8.6-8Marko Lindqvist2013-08-263-20/+6
| | | | | | | | - License changed by additional copyright year only. - Patch PerlMagic_MakePatch.patch part of upstream now Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* llvm: include /usr/lib/libLLVM-*.so in lib packageJonathan Liu2013-08-231-4/+8
| | | | | | | | | | /usr/lib/libLLVM-*.so was being split into the dev package but it should be in the lib package otherwise software that depends on the LLVM shared library will be unable to to locate it when the dev package isn't installed. Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tslib: removePaul Eggleton2013-08-234-108/+0
| | | | | | | A newer recipe is now in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libmicrohttpd: bump to version 0.9.27Ciprian Ciubotariu2013-08-231-0/+16
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-mixer: correct license name to ZlibMarko Lindqvist2013-08-231-1/+1
| | | | | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-image: correct license name to ZlibMarko Lindqvist2013-08-231-3/+1
| | | | | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* quagga: two fixesRoy.Li2013-08-161-3/+6
| | | | | | | | 1. quagga should depend on iproute2, since ip from busybox is not sufficient 2. fix a typOS(should chmod, not chown) Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
* meta-networking: update BBFILE_COLLECTIONS to networking-layerJoe MacDonald2013-08-161-5/+5
| | | | | | | Adopting the common convention of naming BBFILE_COLLECTIONS to be <layername>-layer. Signed-off-by: Joe MacDonald <joe@deserted.net>
* f2fs-tools: move to meta-filesystemsHongxu Jia2013-08-161-0/+0
| | | | | | | | | Move f2fs-tools from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cramfs: move to meta-filesystemsHongxu Jia2013-08-161-0/+0
| | | | | | | | | Move cramfs from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sshfs-fuse: move to meta-filesystemsHongxu Jia2013-08-161-0/+0
| | | | | | | | | Move sshfs-fuse from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smbnetfs: move to meta-filesystemsHongxu Jia2013-08-161-0/+0
| | | | | | | | | Move smbnetfs from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ifuse: move to meta-filesystemsHongxu Jia2013-08-161-0/+0
| | | | | | | | | Move ifuse from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* physfs: move to meta-filesystemsHongxu Jia2013-08-161-0/+0
| | | | | | | | | Move physfs from meta-oe to meta-filesystems [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cronie: rename bbappend to match new version from oe-coreMartin Jansa2013-08-161-2/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* exfat-utils: add version 1.0.1Hongxu Jia2013-08-161-0/+29
| | | | | | | | | The utilities to create, check, label and dump exFAT filesystem [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse-exfat: add version 1.0.1Hongxu Jia2013-08-161-0/+26
| | | | | | | | | The fuse-exfat is read and write exFAT driver for FUSE [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ntfs-3g-ntfsprogs: move to meta-filesystems and upgradeHongxu Jia2013-08-161-5/+10
| | | | | | | | | | - Move ntfs-3g-ntfsprogs from meta-oe to meta-filesystems - Upgrade ntfs-3g-ntfsprogs to 2013.1.13 [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfsprogs: move to meta-filesystems and upgradeHongxu Jia2013-08-164-395/+225
| | | | | | | | | | - Move xfsprogs from meta-oe to meta-filesystems - Upgrade xfsprogs to 3.1.11 [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* owfs: move to meta-filesystems and upgradeHongxu Jia2013-08-163-5/+6
| | | | | | | | | | - Move owfs from meta-oe to meta-filesystems - Upgrade owfs to 2.9p1 [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* fuse: move to meta-filesystems and upgradeHongxu Jia2013-08-165-85/+133
| | | | | | | | | | - Move fuse from meta-oe to meta-filesystems - Upgrade fuse to 2.9.3 [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-filesystems creationHongxu Jia2013-08-163-0/+165
| | | | | | | | | This layer contains filesystem related recipes. [YOCTO #4178] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* yasm: removePaul Eggleton2013-08-161-15/+0
| | | | | | | This is now in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* x264: removePaul Eggleton2013-08-162-67/+0
| | | | | | | This is now in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libav: removePaul Eggleton2013-08-164-205/+0
| | | | | | | This is now in OE-Core. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdbd-sqlite-perl: add version 1.40Hongxu Jia2013-08-162-0/+108
| | | | | | | | | | | | | | | | DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire thing in the distribution. So in order to get a fast transaction capable RDBMS working for your perl project you simply have to install this module, and nothing else. There is a perl script for test, while variable PERL_DBM_TEST is assigned the value '1', the script will be added, and you could run the script to test whether DBD::SQLite is working properly. [YOCTO #4128] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libdbi-perl: add version 1.628Hongxu Jia2013-08-161-0/+26
| | | | | | | | | | | | | | | | | | | | | | | The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. |<- Scope of DBI ->| .-. .--------------. .-------------. .-------. | |---| XYZ Driver |---| XYZ Engine | | Perl | | | `--------------' `-------------' | script| |A| |D| .--------------. .-------------. | using |--|P|--|B|---|Oracle Driver |---|Oracle Engine| | DBI | |I| |I| `--------------' `-------------' | API | | |... |methods| | |... Other drivers `-------' | |... `-' [YOCTO #4128] Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-perl creationHongxu Jia2013-08-163-0/+118
|
* flashrom: Add flashrom recipeMatt Ranostay2013-08-161-0/+15
| | | | | | | Add flashrom recipe for managing recovery from bad UEFI updates. Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sdk: add acpica recipeFathi Boudra2013-08-163-0/+92
| | | | | | | Signed-off-by: Naresh Bhat <naresh.bhat@linaro.org> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Matt Ranostay <mranostay@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* proxy-libintl: rprovide the gettext packagesKhem Raj2013-08-161-0/+2
| | | | | | | | This helps in stubbing out gettext when proxy-libintl is chosen usually on small/uclibc based images Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: Add runtime dependency on bashMihai Prica2013-08-161-1/+2
| | | | | | | Fixes rootfs generation error if bash is not included in the image. Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gnome-vfs: add PACKAGECONFIG for avahiMartin Jansa2013-08-141-0/+3
| | | | | | * it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* foxtrotgps: add bluez4 dependencyMartin Jansa2013-08-141-1/+1
| | | | | | | * configure doesn't allow to disable it and bluez is quite common on devices where foxtrotgps would be used Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gpsd: add PACKAGECONFIG for bluezMartin Jansa2013-08-141-0/+4
| | | | | | * it's autodetected from sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xfce4-icon-theme: add dependency on intltool-nativeMartin Jansa2013-08-141-0/+2
| | | | | | | | | | | * fails without it: | NOTE: Executing intltoolize --copy --force --automake | xfce4-icon-theme/4.4.3-r0/temp/run.do_configure.2826: intltoolize: not found | ERROR: Function failed: do_configure (log file is located at xfce4-icon-theme/4.4.3-r0/temp/log.do_configure.2826) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* webkit-efl: add dependency on gstreamerMartin Jansa2013-08-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * fails without it: | -- checking for module 'gstreamer-0.10' | -- package 'gstreamer-0.10' not found | -- checking for module 'gstreamer-base-0.10' | -- package 'gstreamer-base-0.10' not found | -- checking for module 'gstreamer-app-0.10' | -- package 'gstreamer-app-0.10' not found | -- checking for module 'gstreamer-audio-0.10' | -- package 'gstreamer-audio-0.10' not found | -- checking for module 'gstreamer-fft-0.10' | -- package 'gstreamer-fft-0.10' not found | -- checking for module 'gstreamer-interfaces-0.10' | -- package 'gstreamer-interfaces-0.10' not found | -- checking for module 'gstreamer-pbutils-0.10' | -- package 'gstreamer-pbutils-0.10' not found | -- checking for module 'gstreamer-video-0.10' | -- package 'gstreamer-video-0.10' not found | CMake Error at cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message): | Could NOT find GStreamer (missing: GSTREAMER_INCLUDE_DIRS Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* uhd: add dependency on ncursesMartin Jansa2013-08-141-1/+1
| | | | | | | | | | | | | | | | * when it's not found in target sysroots it's trying to use native one | cd uhd/1_3.5.3-r3.0/git/host/build/examples && sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/rx_ascii_art_dft.dir/link.txt --verbose=1 | sysroots/x86_64-linux/usr/bin/armv5te-oe-linux-gnueabi/arm-oe-linux-gnueabi-g++ -march=armv5te -marm -mthumb-interwork --sysroot=sysroots/qemuarm -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -fpermissive -O2 -pipe -g -feliminate-unused-debug-types -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -DNDEBUG -march=armv5te -marm -mthumb-interwork --sysroot=sysroots/qemuarm -O2 -pipe -g -feliminate-unused-debug-types -fpermissive -fvisibility-inlines-hidden -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed CMakeFiles/rx_ascii_art_dft.dir/rx_ascii_art_dft.cpp.o -o rx_ascii_art_dft -Lsysroots/x86_64-linux/usr/lib -rdynamic ../lib/libuhd.so.003.005 -lcurses sysroots/x86_64-linux/usr/lib/libform.so -lboost_date_time-mt -lboost_filesystem-mt -lboost_program_options-mt -lboost_regex-mt -lboost_system-mt -lboost_thread-mt -lboost_unit_test_framework -lrt -lusb-1.0 -lpthread -ldl -Wl,-rpath,uhd/1_3.5.3-r3.0/git/host/build/lib:sysroots/x86_64-linux/usr/lib: | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: sysroots/x86_64-linux/usr/lib/libform.so: incompatible target | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: warning: skipping incompatible sysroots/x86_64-linux/usr/lib/libncurses.so.5 while searching for libncurses.so.5 | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: warning: skipping incompatible sysroots/x86_64-linux/usr/lib/libncurses.so.5 while searching for libncurses.so.5 | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: cannot find libncurses.so.5 | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: warning: skipping incompatible sysroots/x86_64-linux/usr/lib/libtinfo.so while searching for tinfo | sysroots/x86_64-linux/usr/libexec/armv5te-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.8.1/ld: error: cannot find -ltinfo | uhd/1_3.5.3-r3.0/git/host/examples/rx_ascii_art_dft.cpp:149: error: undefined reference to 'initscr' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tumbler: add dependency on xfce4-dev-tools-nativeMartin Jansa2013-08-141-1/+1
| | | | | | | | | * tumbler configure needs XDT_I18N macro provided by xfce4-dev-tools | tumbler-0.1.29/configure: line 13752: syntax error near unexpected token `$linguas' | tumbler-0.1.29/configure: line 13752: `XDT_I18N($linguas)' | Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* subsurface: add dependency on gconfMartin Jansa2013-08-141-1/+1
| | | | | | | | | | | | * fails without | Package gconf-2.0 was not found in the pkg-config search path. | Perhaps you should add the directory containing `gconf-2.0.pc' | to the PKG_CONFIG_PATH environment variable | No package 'gconf-2.0' found | main.c:7:32: fatal error: gconf/gconf-client.h: No such file or directory | #include <gconf/gconf-client.h> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* start-stop-daemon: add dependency on ncursesMartin Jansa2013-08-141-0/+1
| | | | | | | | * fails without: | configure: error: no curses library found | Configure failed. The contents of all config.log files follows to aid debugging Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* llvm2: add dependency on perl-nativeMartin Jansa2013-08-141-1/+1
| | | | | | | | | * it fails without it: | -- Could NOT find Perl (missing: PERL_EXECUTABLE) | CMake Error at tools/llvm-config/CMakeLists.txt:5 (message): | Perl required but not found! Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libwnck(3): add PACKAGECONFIG for startup-notificationMartin Jansa2013-08-142-0/+6
| | | | | | | | * it's autodetected from sysroot and couple of packages are failing when pkg-config is trying to use libwnck*.pc without startup-notification in sysroot Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>