aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* makedev: add new recipejansa/master-next-unresolved-reviewLi xin2017-08-311-0/+15
| | | | | | | | makedev is a tool for creating the necessary static device nodes, usually residing in the /dev directory. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lib-perl: move package from meta-security to meta-perlArmin Kuster2017-08-311-0/+28
| | | | | | | please consider this common package for meta-perl. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* opensc: add new recipeLi xin2017-08-313-0/+253
| | | | | | | | | | | | OpenSC is a tool for accessing smart card devices. Basic functionality (e.g. SELECT FILE, READ BINARY) should work on any ISO 7816-4 compatible smart card. Encryption and decryption using private keys on the smart card is possible with PKCS such as the FINEID (Finnish Electronic IDentity) card. Swedish Posten eID cards have also been confirmed to work. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sblim-sfcb: add new recipeLi xin2017-08-314-0/+104
| | | | | | | | | | | | Sfcb(Small Footprint CIM Broker)is a CIM server conforming to the CIM Operations over HTTP protocol. It is robust, with low resource consumption and therefore specifically suited for embedded and resource constrained environments. sfcb supports providers written against the Common Manageability Programming Interface (CMPI). Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sblim-sfcc: add recipeLi xin2017-08-312-0/+527
| | | | | | | Small Footprint CIM Client Library Runtime Libraries Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* add support for opendataplaneYao Zhao2017-08-314-0/+89
| | | | | | | | | | | | | | | | | | | | | | | The OpenDataPlane (ODP) project provides a data plane application programming environment that is easy to use, high performance, and portable between networking SoCs. support build opendataplane release 0.2 and current HEAD from linaro. For dpdk build, it is tested against layer meta-intel's common/recipes-extended/dpdk/dpdk_1.6.0r2.bb recipe. And it is needed to change its do_configure to add support for a single intel_dpdk library.(default is multiple static libraries) for example: @@ -35,6 +35,8 @@ do_configure () { ############################################################# unset prefix + sed -i -e "s/CONFIG_RTE_BUILD_COMBINE_LIBS=n/CONFIG_RTE_BUILD_COMBINE_LIBS=y/g" \ + config/defconfig_${TARGET_ARCH}-default-${TARGET_OS}app-gcc make O=$RTE_TARGET T=$RTE_TARGET config Signed-off-by: Yao Zhao <yao.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* wscan: add 20121111Koen Kooi2017-08-311-0/+16
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lksctp-tools: add recipe (version 1.0.16)Mihaela Sendrea2017-08-312-0/+134
| | | | | | | | This recipe comes from arago-oe-dev: https://github.com/mrchapp/arago-oe-dev/tree/master/recipes/lksctp-tools Signed-off-by: Mihaela Sendrea <mihaela.sendrea@enea.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libsdl-image: Add support for libsdl-image-nativeAlexandru Niculita2017-08-311-0/+2
| | | | | | Signed-off-by: Alexandru Niculita <alexnick87@gmail.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* imsettings: add recipeBian Naimeng2017-08-313-0/+66
| | | | | | | | | IMSettings is a framework that delivers Input Method settings and applies the changes so they take effect immediately without any need to restart applications or the desktop. Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* openwsman: add recipeBian Naimeng2017-08-313-0/+88
| | | | | | | Opensource Implementation of WS-Management Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* freetds: add new recipeAlexander Varnin2017-08-311-0/+14
| | | | | | | | FreeTDS is a set of libraries for Unix and Linux that allows your programs to natively talk to Microsoft SQL Server and Sybase databases. Signed-off-by: Alexander Varnin <fenixk19@mail.ru> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* unixodbc: add new recipeAlexander Varnin2017-08-311-0/+23
| | | | | | | | | UnixODBC is an implementation of the Open Database Connectivity standard, a database abstraction layer that allows applications to be used with many different relational databases by way of a single library. Signed-off-by: Alexander Varnin <fenixk19@mail.ru> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xorriso: Add recipeGaurang Shastri2017-08-311-0/+17
| | | | | | | | | xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. Signed-off-by: Gaurang Shastri <gshastri@juniper.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* netmap: add new packageArmin Kuster2017-08-311-0/+79
| | | | | | | | this adds netmap, the fast packet I/O framework http://info.iet.unipi.it/~luigi/netmap/ Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* parted_1.8.6.bb: add parted that not GPLv3leimaohui2017-08-319-0/+249
| | | | | | | In oe-core,the parted is GPLv3,so add parted-1.8.6 which is not GPLv3. Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sshguard 1.6.1+git: add recipeKoen Kooi2017-08-314-0/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | SSHguard protects hosts from brute-force attacks against SSH and other services. This recipe uses iptables as blocker backend and journald as log backend. When it's working it will look like this in syslog: Sep 03 19:35:29 soekris sshguard[27044]: Started with danger threshold=40 ; minimum block=420 seconds Sep 03 19:35:29 soekris sshguard[27044]: Blocking 24.234.171.90:4 for >630secs: 40 danger in 4 attacks over 0 seconds (all: 40d in 1 abuses over 0s). Sep 03 19:35:29 soekris sshguard[27044]: Blocking 61.182.15.194:4 for >630secs: 40 danger in 4 attacks over 0 seconds (all: 40d in 1 abuses over 0s). Sep 03 19:35:29 soekris sshguard[27044]: Blocking 115.58.38.53:4 for >630secs: 40 danger in 4 attacks over 0 seconds (all: 40d in 1 abuses over 0s). And the iptable rules: root@soekris:~# iptables -L sshguard --line-numbers Chain sshguard (1 references) num target prot opt source destination 1 DROP all -- hn.kd.ny.adsl anywhere 2 DROP all -- 61.182.15.194 anywhere 3 DROP all -- wsip-24-234-171-90.lv.lv.cox.net anywhere Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* inotify-tools: AddHaris Okanovic2017-08-311-0/+9
| | | | | | | | | | | | | | | | Add inotify-tools package, a C library and a set of command-line programs for Linux providing a simple interface to inotify kernel subsystem. https://github.com/rvoicilas/inotify-tools/wiki http://lwn.net/Articles/104343/ Testing: Built and installed IPK onto an x64 system (OE Fido). inotifywatch and inotifywait successfully detected changes to a test file. Signed-off-by: Haris Okanovic <haris.okanovic@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* aalib: add new recipeCarlos Rafael Giani2017-08-311-0/+18
| | | | | Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gerbil: Visualization and analysis tool for hyperspectral imagesRicardo Ribalda Delgado2017-08-311-0/+30
| | | | | | | New recipe Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* sysdig: replace luajit with lua5.1Martin Jansa2017-08-311-1/+1
| | | | | | * sysdig isn't compatible with 5.2 lua provided by upgraded luajit Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lua5.1: Reintroduce and make it coexist with lua 5.3Khem Raj2017-08-317-0/+786
| | | | | | | | | | | | | many modules still depend on lua5.1 and especially luajit only supports 5.1 ABI as of now with no future plans to move to later ABIs in sight. This can now coexist with latest lua peacefully, and also install a symlink to act default system wide lua if someone choose to not install default lua ( 5.3 as of now) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* dhcpcd: add recipe for dhcpcdNate Karstens2017-08-312-0/+31
| | | | | | | | Adds a new recipe for dhcpcd. Modifies the configure script to keep the host system header files from being used instead of the target system. Signed-off-by: Nate Karstens <nate.karstens@garmin.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* talloc: upgrade to 2.1.3Jackie Huang2017-08-311-4/+4
| | | | | | | Changes: - use ${SOLIBS} and ${SOLIBSDEV} instead of hardcoded suffix Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
* hwdata: add new recipeDai Caiyun2017-08-311-0/+75
| | | | | Signed-off-by: Dai Caiyun <daicy.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libgsf: fix gobject introspectionAlexander Kanavin2017-08-311-0/+2
| | | | Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
* yaffs2-utils: BlacklistMartin Jansa2017-08-311-0/+3
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* android-tools: Fix, enhance and move from meta-shrKhem Raj2017-08-316-0/+20491
| | | | | | | | | | android tools offer filsystem tools for creating sparse images, so package them in package of its own. Fix src uri to latest Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qpdf: add new recipefan.xin2017-08-311-0/+19
| | | | | | | | QPDF is a command-line program that does structural, content-preserving transformation on PDF files. Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Revert "pidgin-sipe purple-skypeweb whatsapp-purple freeimage: add more ↵Martin Jansa2017-08-314-124/+0
| | | | | | pidgin plugins" This reverts commit 637aa4f257a274de29280bd0ff485aef85b2c59b.
* glmark2: blacklist, fails to build with gcc-6Martin Jansa2017-08-311-0/+2
| | | | | | | | * needs extra space after " in: ../src/native-state-x11.cpp:63:33: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] static const char *win_name("glmark2 "GLMARK_VERSION); ^ Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* pidgin-sipe purple-skypeweb whatsapp-purple freeimage: add more pidgin pluginsMartin Jansa2017-08-314-0/+124
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-scales: add recipe for version 1.0.9Ruben De Smet2017-08-312-0/+24
| | | | | | | A python module for tracking server state and statisticst Signed-off-by: Ruben De Smet <ruben.de.smet@rubdos.be> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* picocom: Upgrade to 2.2Khem Raj2017-08-311-0/+22
| | | | | | | | | Package has moved to github License file got some cosmetic changes see https://github.com/npat-efault/picocom/commit/13fd331d410c2e8c39fa041bd54c3b0a93df64e1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ttf-inconsolata: Move copying of .otf to .ttf into do_compileKhem Raj2017-08-311-3/+4
| | | | | | | | | Fixes errors like | mv: cannot stat '/mnt/b/build/tmp-musl/work/all-oe-linux/ttf-inconsolata/20100526-r0/Inconsolata.otf': No such file or directory | WARNING: /mnt/b/build/tmp-musl/work/all-oe-linux/ttf-inconsolata/20100526-r0/temp/run.do_configure.2485:1 exit 1 from 'mv /mnt/b/build/tmp-musl/work/all-oe-linux/ttf-inconsolata/20100526-r0/Inconsolata.otf /mnt/b/build/tmp-musl/work/all-oe-linux/ttf-inconsolata/20100526-r0/ttf-inconsolata-20100526/Inconsolata.ttf' Signed-off-by: Khem Raj <raj.khem@gmail.com>
* loop-aes: Add recipeKhem Raj2017-08-311-0/+22
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* autoconf-archive: move from meta-oe to OE-corePatrick Ohly2017-08-314-55/+11
| | | | | | | | | | | | This complements the corresponding patch in OE-core. gnome-common is affected and must be modified together with the move because of the conflict over who provides ax_code_coverage.m4 and ax_check_enable_debug.m4. They now come from autoconf-archive in OE-core. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* rsyslog: CVE-2015-3243Zhixiong Chi2017-08-311-0/+3
| | | | | | | | | | | | | | | | | | rsyslog uses weak permissions for generating log files, which allows local users to obtain sensitive information by reading files in /var/log/cron.log We add "create 0600 root root" to the /etc/logrotate.d/syslog file, this will ensure the file is created with permissions when logrotate runs. It is also recommended that users manually set the permissions on existing or newly installed log files in order to prevent access by untrusted users. https://bugzilla.redhat.com/show_bug.cgi?id=1232826 CVE: CVE-2015-3243 Signed-off-by: Zhixiong Chi <zhixiong.chi@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* logcheck: update to 1.3.18Jackie Huang2017-08-312-0/+82
| | | | | | | | | | | | | | | | | | | | | | | Changes: - logcheck should not be run as root, so inherit useradd and add proper user and group. - Add missing runtime dependencies according to the file debian/control and simple test by running "logcheck -ot". - For syslog, debian directly depends on rsyslog, but logcheck works with any syslog and we have busybox-syslog, sysklogd, syslog-ng and rsyslog, so use VIRTUAL-RUNTIME_syslog for the syslog dependency and set rsyslog as the default, which can be easily overridden in distro conf file or local.conf. - Don't install /var/lock when populating rootfs. Do it through volatile. - install header.txt for generated mails Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* enscript ndisc6: specify target location of perlJoe Slater2017-08-311-0/+6
| | | | | | | configure finds the host perl, so we do not let it look by setting PERL in the environment. Signed-off-by: Joe Slater <jslater@windriver.com>
* gnome-keyring: Fix compatibility with gcr 3 in oe-coreJason Wessel2017-08-311-1/+8
| | | | | | | | The gnome-keyring is used to configure save certain wifi attributes when using xfce or a gnome based UI. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* smbnetfs: unblacklist recipeIoan-Adrian Ratiu2017-08-311-2/+0
| | | | | | | All its dependencies have been fixed and it builds correctly. Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* system-setup-keyboard: unblacklist recipeIoan-Adrian Ratiu2017-08-311-2/+0
| | | | | | | | It's dependency got fixed by commit 7f502e72397b0 (system-config-keyboard: fix depends to work correctly with RSS) Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* drbd-utils: only rmmod if DRBD is a moduleJianchuan Wang2017-08-312-0/+40
| | | | | | | | | | | | | Account for the case if the DRBD drive is built into the kernel. Otherwise, errors, like the following, will occur: root@localhost:~# /etc/init.d/drbd stop Stopping all DRBD resources: ERROR: Module drbd does not exist in /proc/modules Signed-off-by: Jianchuan Wang <jianchuan.wang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libpwquality: fix do_qa_configure issueHongxu Jia2017-08-311-1/+1
| | | | | | | | | | | | ... |ERROR: libpwquality-1.4.0-r0 do_configure: gettext-native required but not in DEPENDS for file |tmp/work/core2-64-poky-linux/libpwquality/1.4.0-r0/libpwquality-1.4.0/configure.ac. |Missing inherit gettext? ... Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gsoap: Fix build with muslKhem Raj2017-08-312-1/+65
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* serial-forward: Fix build with hardening+muslKhem Raj2017-08-312-2/+33
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* netkit-tftp: Fix build with muslKhem Raj2017-08-312-3/+29
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* netkit-rwho: Fix build with muslKhem Raj2017-08-313-1/+116
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* corosync: Fix build with muslKhem Raj2017-08-312-1/+31
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>