Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Add recipe for libical package | SUMMARY = "iCalendar library implementation in C"
DESCRIPTION = "\
libical is an open source implementation of the IETF's iCalendar calendaring \
and scheduling protocols (RFC 2445, 2446, and 2447). It parses iCal components \
and provides a C API for manipulating the component properties, parameters, \
and subcomp... | |
Fix QA warning about non staticdev containing .a files. | DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE = "http://farsight.sf.net"
SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
P... | DESCRIPTION = "FarSight is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE = "http://farsight.sf.net"
SRC_URI = "http://farsight.freedesktop.org/releases/farsight2/${P}.tar.gz"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
P... |
Add recipe for C implementation for userspace driver app | # SPDX-FileCopyrightText: Huawei Inc.
#
# SPDX-License-Identifier: Apache-2.0
HOMEPAGE = "https://booting.oniroproject.org/distro/components/pim435"
SUMMARY = "A userspace driver application for PIM435 written in C"
DESCRIPTION = "A userspace driver application for PIM435 (Pimoroni LED matrix) \
written in C"
LICENSE ... | |
Add rtos recipe for serdes-diag | SUMMARY = "TI RTOS library for SERDES diagnostics"
inherit ti-pdk
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://serdes_diag.h;beginline=1;endline=42;;md5=68e7ce6fdc0e9328fa7d0ec41c54420c"
COMPATIBLE_MACHINE = "keystone|c66x"
PACKAGE_ARCH = "${MACHINE_ARCH}"
SERDES_DIAG_GIT_URI = "git://git.ti.com/keystone-rto... | |
Add ams application user recipe | SUMMARY = "Add ams application user"
DESCRIPTION = "This recipe adds the ams user"
SECTION = "roche"
PR = "r3"
LICENSE = "CLOSED"
SRC_URI = ""
S = "${WORKDIR}"
EXCLUDE_FROM_WORLD = "1"
inherit useradd
USERADD_PACKAGES = "${PN}"
USERADD_PARAM_${PN} = " \
--system \
--no-create-home \
--shell /bin/false ... | |
Add bitbake recipe for daconi skin jules black hd | DESCRIPTION = "Skin Jules Black HD. Daconi"
MAINTAINER = "SIFTeam"
inherit gitpkgv
PV = "1.0+git${SRCPV}"
PKGV = "1.0+git${GITPKGV}"
PR = "r0"
SRCREV = ${AUTOREV}
PV_font-daconi-digital-watch = "${PV}"
PR_font-daconi-digital-watch = "r0"
PKGV_font-daconi-digital-watch = "${PKGV}"
DESCRIPTION_font-daconi-digital-watc... | |
Create recipe to demonstrate qt5 example. | SUMMARY = "QT5 LedScreen"
DESCRIPTION = "This is LedScreen Qt5 QML component"
HOMEPAGE = "http://quitcoding.com/?page=work#cinex"
LICENSE = "CC-BY-3.0"
LIC_FILES_CHKSUM = "file://README.txt;md5=fe07f4a0be40fe88f8c7ceaca63a28b5"
DEPENDS = "qtdeclarative qtgraphicaleffects"
SRC_URI = "http://quitcoding.com/download/led... | |
Add libdce version 2.0 support from glsdk | DESCRIPTION = "Library used for remotely invoking the hw accelerated codec on IVA-HD"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://libdce.h;beginline=1;endline=31;md5=0a398cf815b8b5f31f552266cd453dae"
inherit autotools pkgconfig
PR = "r0+gitr${SRCPV}"
PV = "2.0"
DEPENDS = "libdrm ti-ipc"
SRC_URI = "git://git.omapzoom... | |
Add recipe for libhx package | SUMMARY = "C library providing queue, tree, I/O and utility functions"
DESCIPTION = "a C library (with some C++ bindings available) that provides data \
structures and functions commonly needed, such as maps, deques, linked lists, \
string formatting and autoresizing, option and config file parsing, type \
checking cas... | |
Add a bluetooth capable image | SUMMARY = "A bluetooth development image"
HOMEPAGE = "http://www.jumpnowtek.com"
require console-image.bb
BT_SUPPORT = " \
bluez5 \
bluez5-dev \
"
IMAGE_INSTALL += " \
${BT_SUPPORT} \
"
export IMAGE_BASENAME = "bluetooth-image"
| |
Add recipe for libdbi-drivers package | SUMMARY = "Database driver for libdbi"
HOMEPAGE = "http://libdbi.sourceforge.net/"
PR = "r0"
inherit debian-package
LICENSE = "LGPLv2+"
LIC_FILES_CHKSUM = "\
file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
inherit autotools-brokensep
DEPENDS += "libdbi mysql sqlite3 postgresql sqlite"
EXTRA_OECONF += "\
--wit... | |
Add recipe for time package | #
# base recipe: ./meta/recipes-extended/time/time_1.7.bb
# base branch: master
# base commit: 81a9c1313deb6904728edb53288a623809321038
#
SUMMARY = "Tool that measures CPU resources"
DESCRIPTION = " time measures many of the CPU resources, such as time and \
memory, that other programs use."
HOMEPAGE = "http://www.g... | |
Change YUV file to NV12 format for ducati encoding. | DESCRIPTION = "AMSDK multimedia support files"
HOMEPAGE = "https://gforge.ti.com/gf/project/am_multimedia/"
LICENSE = "CC-BY-NC-ND-3.0 & CC-BY-3.0"
SECTION = "multimedia"
LIC_FILES_CHKSUM = "file://Multimedia_Data_Files_Manifest.doc;md5=9254447a504d2179d83a6bc9e2c28142"
PR = "r0"
COMPATIBLE_MACHINE = "(omap3|ti33x|ti4... | |
Add recipe for libdaemon package | SUMMARY = "lightweight C library for daemons"
DESCRIPTION = "libdaemon is a lightweight C library which eases the writing of UNIX daemons.\n\
It consists of the following parts:\n\
.\n\
* Wrapper around fork() for correct daemonization of a process\n\
* Wrapper around syslog() for simple log output to syslog or S... | |
Add a recipe to build l-loader for poplar. | SUMMARY = "Loader to switch from aarch32 to aarch64 and boot"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=e8c1458438ead3c34974bc0be3a03ed6"
COMPATIBLE_MACHINE = "poplar"
DEPENDS += " atf-poplar coreutils-native util-linux-native"
inherit deploy pythonnative
SRCREV = "c9bccc57ddef1baa8f7adb8618c7f8a5b71... | |
Add recipe for libcrypt-openssl-random-perl package | #
# base recipe: http://cgit.openembedded.org/meta-openembedded/tree/meta-perl/\
# recipes-perl/libcrypt/libcrypt-openssl-random-perl_0.04.bb
# base branch: master
#
SUMMARY = "module to access the OpenSSL pseudo-random number generator"
HOMEPAGE = " http://perl-openssl.sourceforge.net/"
PR = "r0"
inherit debian-pac... | |
Add recipe for libpam-mount package | SUMMARY = "PAM module that can mount volumes for a user session"
DESCIPTION = "This module is aimed at environments with central file servers \
that a user wishes to mount on login and unmount on logout, such as (semi-) \
diskless stations where many users can logon. The module also supports \
mounting local filesystem... | |
Add OP TEE client recipes | SUMMARY = "OPTEE Client"
DESCRIPTION = "OPTEE Client"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=69663ab153298557a59c67a60a743e5b"
PR="r0"
PV="1.0+git"
PACKAGE_ARCH = "${MACHINE_ARCH}"
#inherit autotools pkgconfig
SRC_URI = "git://github.com/OP-TEE/optee_client.git"
S = "${WORKDIR}/git"
SRCREV = "... | |
Add packageroup for qatests Use this packagroup to add some apps in image | SUMMARY = "QA Tests"
LICENSE = "MIT"
inherit packagegroup
RDEPENDS_${PN} = " \
example-app-c \
example-app-node \
bad-groups-app \
"
| |
Add recipe for AES decryptor CDM | SUMMARY = "OPTEE AES Decryptor for Linaro OpenCDM"
DESCRIPTION = "OPTEE AES Decryptor for Linaro OpenCDM"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=f0fb2f357d31d6a98213b19f57abf927"
PR="r0"
PV="1.0+git"
DEPENDS = "optee-os optee-client"
PACKAGE_ARCH = "${MACHINE_ARCH}"
SRC_URI = "git://github.com/... | |
Fix problem building on a system without strip. | DESCRIPTION = "U-boot bootloader mkimage tool"
LICENSE = "GPL"
SECTION = "bootloader"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
file://fix-arm920t-eabi.patch;patch=1"
S = "${WORKDIR}/u-boot-${PV}"
inherit native
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
do_compile () {
oe_ru... | DESCRIPTION = "U-boot bootloader mkimage tool"
LICENSE = "GPL"
SECTION = "bootloader"
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
file://fix-arm920t-eabi.patch;patch=1"
S = "${WORKDIR}/u-boot-${PV}"
inherit native
EXTRA_OEMAKE = "CROSS_COMPILE=${TARGET_PREFIX}"
do_compile () {
oe_ru... |
Add recipe for CDL concept demo | # Copyright (C) 2017 GENIVI Alliance
# Released under the MIT license (see COPYING.MIT for the terms)
SUMMARY = "CDL Concept Demo"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=9741c346eef56131163e13b9db1241b3"
SRC_URI = "git://github.com/GENIVI/car-data-logger.git;branch=proof-of-concept;protocol=https"... | |
Add recipes for python-aniso8601 packages | SUMMARY = "python3 library for parsing dates and time"
DESCRIPTION = "Library for parsing the following: \
- Parse a time, get a datetime.time \
- Parse a date, get a datetime.date \
- Parse a datetime, get a datetime.datetime \
- Parse a duration, get a datetime.timedelta \
- Parse an interval, get a tuple o... | |
Add recipe for mm package | SUMMARY = " Shared memory library"
DESCRIPTION = "\
OSSP mm is a two layer abstraction library which simplifies the use of \
shared memory between forked (and therefore closely related) processes.\
It hides all platform-dependent aspects of the process from the user \
and provides a malloc(3)-style API."
PR = "r0"... | |
Add recipe for Google RE2 library | DESCRIPTION = "A regular expression library"
HOMEPAGE = "https://github.com/google/re2/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b5c31eb512bdf3cb11ffd5713963760"
SRCREV = "166dbbeb3b0ab7e733b278e8f42a84f6882b8a25"
SRC_URI = "git://github.com/google/re2.git;branch=master"
S = "${WORKDIR}/git"... | |
Add recipe to build uio pruss test firmware | DESCRIPTION = "Provides test pruss firmware for uio based tests"
LICENSE = "BSD-3-Clause"
PV = "1.0.0.0"
require recipes-ti/includes/ti-paths.inc
S = "${WORKDIR}/git"
DEPENDS = "ti-cgt-pru-native"
BRANCH = "master"
SRC_URI = "git://git.ti.com/processor-sdk/uio-test-pruss.git;protocol=git;branch=${BRANCH}"
LIC_FILES_... | |
Add mmwave, serial-ros and octomap to ros-ti group | DESCRIPTION = "ros-ti package group"
LICENSE = "MIT"
inherit packagegroup
PACKAGES = "${PN}"
RDEPENDS_${PN} = "\
mmwave-ros-pkg-master \
serial-ros \
octomap-server \
"
| |
Add new recipe Create recipe to build libtext-charwidth-perl from Debian's source code | # base recipe: not base recipe
# base branch:
PR = "r0"
inherit debian-package
LICENSE = "GPLv1+ & Artistic-1.0"
LIC_FILES_CHKSUM = "file://README;beginline=50;md5=e3cf8a40071097069c8423fef7600df2"
DEPENDS = "perl"
inherit cpan
| |
Add a recipe for lldb |
DESCRIPTION = "Next generation, high-performance debugger"
HOMEPAGE = "http://lldb.llvm.org/"
LICENSE = "NCSA"
SECTION = "devel"
DEPENDS = "clang-native zlib libxml2"
require ../../../meta-clang/recipes-devtools/clang/clang.inc
PV .= "+git${SRCPV}"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=${LLVMMD5SUM}; \
... | |
Add recipe for rdist package | SUMMARY = "remote file distribution client and server"
DESCRIPTION = "Rdist is a program to maintain identical copies of files \
over multiple hosts. It preserves the owner, group, mode, and mtime of files \
if possible and can update programs that are executing"
HOMEPAGE = "http://www.magnicomp.com/rdist/"
PR = "r0"
... | |
Add image recipe for testing | DESCRIPTION = "Enlightenment image"
inherit core-image
IMAGE_FEATURES += "splash package-management x11-base"
#Enlightenment
IMAGE_INSTALL += " enlightenment enlightenment-config-mobile \
enlightenment-backgrounds \
"
IMAGE_INSTALL += " udev-extraconf "
#IMAGE_INSTALL +... | |
Add rm-lld RTOS package version 02.02.00.00 | DESCRIPTION = "TI Resource Manager Low Level Driver"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/ti/drv/rm/COPYING.txt;md5=dc61631b65360e6beb73b6c337800afc"
inherit ti-pdk
RM_LLD_GIT_URI = "git://git.ti.com/keystone-rtos/rm-lld.git"
RM_LLD_GIT_PROTOCOL = "git"
RM_LLD_GIT_BRANCH = "master"
RM_LL... | |
Add recipe for picamera module under python3 | DESCRIPTION = "A pure Python interface for the Raspberry Pi camera module."
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a5f6282f39d52726bdc1e51d5c4b95c9"
FILESEXTRAPATHS_prepend := "${THISDIR}/python-picamera:"
SRC_URI += "file://0001-Remove-stupid-checks.patch"
SRC_URI[md5sum] = "47e815b0f21bba2a91ab... | |
Add MM accelerator firmware recipe | DESCRIPTION = "Firmware for IPU "
LICENSE = "TI-TSPA"
LIC_FILES_CHKSUM_dra7xx-evm = "file://MMIP-${PV}-Manifest.doc;md5=64ca6f9d7e5243b8a4084eb918a543bc"
LIC_FILES_CHKSUM_omap5-evm = "file://MMIP-${PV}-Manifest.doc;md5=39a593dd8fc2a9654c74f679ed329c45"
COMPATIBLE_MACHINE = "omap-a15"
PACKAGE_ARCH = "${MACHINE_ARCH}"
... | |
Add recipe for libesmtp package | #
# base recipe: http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree\
# /meta-networking/recipes-support/libesmtp/libesmtp_1.0.6.bb?
# base branch: master
# base commit: 7ddf591eb625abad574eea6af82685c267252cdb
#
SUMMARY = "SMTP client library"
DESCRIPTION = "\
LibESMTP is a library to manage posting (or su... | |
Update LICENSE field version to LGPLv2.1 | DESCRIPTION = "A cross platform audio visualization library"
HOMEPAGE = "http://libvisual.sf.net"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL GPL"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/libvisual/libvisual-${PV}.tar.gz \
file://no-libdir.patch \
"
inherit autotools pkgconfig
SRC_U... | DESCRIPTION = "A cross platform audio visualization library"
HOMEPAGE = "http://libvisual.sf.net"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPLv2.1+ GPLv2"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/libvisual/libvisual-${PV}.tar.gz \
file://no-libdir.patch \
"
inherit autotools pkgconfig... |
Add srctree based recipe to aid uhd development. | require recipes/uhd/uhd.inc
INHERIT += "srctree"
PR = "${INC_PR}.0"
#PV = "${GITVER}"
# Set S (the path to the source directory) via local.conf using the line:
# S_pn-uhd = "/home/username/src/git/uhd/host"
do_copy_to_target() {
scp -rp ${D}/* root@192.168.1.171:/
}
addtask copy_to_target after do_install bef... | |
Add GLSDK specific staging tree for omap-a15 | require recipes-graphics/drm/libdrm.inc
COMPATIBLE_MACHINE = "omap-a15"
DEFAULT_PREFERENCE = "-1"
EXTRA_OECONF += "--enable-omap-experimental-api --enable-kms"
SRC_URI = "git://git.ti.com/glsdk/libdrm.git;protocol=git"
SRCREV = "3cb5405084111193cedb8796d259b56560b088f0"
PR = "${INC_PR}.0"
S = "${WORKDIR}/git"
| |
Update LICENSE field version to LGPLv2.1 | DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm."
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPL"
PR = "r4"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \
file://m4.patch \
file://autofoo.patch \
file://ldflags.patch \
fi... | DESCRIPTION = "libmikmod is a module player library supporting many formats, including mod, s3m, it, and xm."
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "LGPLv2.1"
PR = "r5"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/mikmod/libmikmod-${PV}.tar.gz \
file://m4.patch \
file://autofoo.patch \
file://ldflags.patch \
... |
Update SRCREV to add CCSv5 support | DESCRIPTION = "AM SysInfo"
HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/"
LICENSE = "BSD"
SECTION = "system"
PRIORITY = "optional"
SRCREV = "5"
PV = "1.0"
PR = "r1+svnr${SRCPV}"
SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;proto=https;user=anonymous;pswd=''"
S = "${WORKDIR}/trunk"
do_compi... | DESCRIPTION = "AM SysInfo"
HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/"
LICENSE = "BSD"
SECTION = "system"
PRIORITY = "optional"
SRCREV = "6"
PV = "1.0"
PR = "r1+svnr${SRCPV}"
SRC_URI = "svn://gforge.ti.com/svn/am_sysinfo/;module=trunk;proto=https;user=anonymous;pswd=''"
S = "${WORKDIR}/trunk"
do_compi... |
Add a bitbake recipe to build cli | SUMMARY = "Library for implementing command-line interfaces in Go"
HOMEPAGE = "https://github.com/mitchellh/cli"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b278a92d2c1509760384428817710378"
DEPENDS = "crypto"
PKG_NAME = "github.com/mitchellh/cli"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "76e2780bc4f... | |
Add kernel for HTC Universal by goxboxlive <goxboxlive@gmail.com> | ############## /home/jrs/cvs/oe/org.openembedded.dev/packages/linux/xanadux-un-2.6_2.6.12.bb ###############
DESCRIPTION = "Xanadux HTC-Universal kernel based on the hh 2.6.12"
MAINTAINER = "goxboxlive <goxboxlive@gmail.com>"
LICENSE = "GPL"
PR="r2"
SRC_URI = "cvs://anonymous@xanadux.cvs.sourceforge.net/cvsroot/xanad... | |
Add recipe for TI unified Instrumentation Architecture in C module | DESCRIPTION = "TI Unified Instrumentation Architecture in C (cUIA)"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://cuia_${CUIA_PV}_manifest.html;md5=0eea94e3bb94de4ddee77653eba1c7c5"
CUIA_PV = "1_00_00_13"
CUIA_PVExtra = ""
SRC_URI = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/UIA/SCMCSDK/cuia_${... | |
Add a bitbake recipe to build raft | SUMMARY = "Go library for providing consensus"
HOMEPAGE = "https://github.com/hashicorp/raft"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b278a92d2c1509760384428817710378"
DEPENDS = "go-metrics go-msgpack"
PKG_NAME = "github.com/hashicorp/raft"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "379e28eb5a5387... | |
Add a bitbake recipe to build go-syslog | SUMMARY = "Provides gsyslog without introducing cross-compilation issues"
HOMEPAGE = "https://github.com/hashicorp/go-syslog"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=cb04212e101fbbd028f325e04ad45778"
PKG_NAME = "github.com/hashicorp/go-syslog"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "42a2b573b664dbf2... | |
Add package group for PubNub | DESCRIPTION = "Packages for PubNub."
LICENSE = "MIT"
inherit packagegroup python-dir
PR = "r0"
PACKAGES = "${PN}"
PACKAGECONFIG ??= "python"
PACKAGECONFIG[python] = "\
, \
, \
, \
${PYTHON_PN}-pubnub \
"
| |
Add new recipe for 2.36+ | SUMMARY = "C++ bindings for the atk"
SECTION = "libs"
LICENSE = "LGPLv2.1 & GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "atk glibmm-2.68"
GNOMEBASEBUILDCLASS = "meson"
GNOMEBN = "atkmm"
inhe... | |
Add missing libmnl to DEPENDS | SUMMARY = "Netfilter packet queue access library"
DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue"
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842... | SUMMARY = "Netfilter packet queue access library"
DESCRIPTION = "Userspace library providing a programming interface (API) to access the Linux kernel netfilter packet queue"
HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842... |
Add recipe for iqn2 lld test code | DESCRIPTION = "TI IQN2 peripheral module low level driver test binaries"
DEPENDS = "common-csl-ip iqn2-lld dfe-lld"
include iqn2-lld.inc
EXTRA_OEMAKE = "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR} IQN2_SRC_DIR=${WORKDIR}/git"
do_compile () {
oe_runmake clean DEVICE=k2l
oe_runmake tests DEVICE=k2l
}
do_i... | |
Convert do_stage to do_install (from Poky) | SECTION = "base"
require modutils_${PV}.bb
PR = "r9"
inherit cross
S = "${WORKDIR}/modutils-${PV}"
DEPENDS = ""
PACKAGES = ""
PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.4"
DEFAULT_PREFERENCE = "1"
SRC_URI += "file://modutils-cross/module.h.diff"
sbindir = "${prefix}/bin"
EXTRA_OECO... | SECTION = "base"
require modutils_${PV}.bb
PR = "r9"
inherit cross
S = "${WORKDIR}/modutils-${PV}"
DEPENDS = ""
PACKAGES = ""
PROVIDES += "virtual/${TARGET_PREFIX}depmod virtual/${TARGET_PREFIX}depmod-2.4"
DEFAULT_PREFERENCE = "1"
SRC_URI += "file://modutils-cross/module.h.diff"
sbindir = "${prefix}/bin"
EXTRA_OECO... |
Add recipe for ack-grep package | SUMMARY = "grep-like program specifically for large source trees"
DESCRIPTION = "\
Ack is designed as an alternative for 99% of the uses of grep. ack is \
intelligent about the files it searches. It knows about certain file \
types, based on both the extension on the file and, in some cases, the \
contents of th... | |
Add OOT driver for rtl8192cu | SUMMARY = "Realtek out-of-tree kernel driver for rtl8192cu"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://include/autoconf.h;startline=1;endline=18;md5=25cbdd5262c1bef1021387c1fbe9d7ba"
inherit module
SRC_URI = "git://github.com/agherzan/rtl8192cu.git"
SRCREV = "8dc5b70d63154d85d71a213546a978393ccc2f16"
S = "${WORKDIR... | |
Add recipe for libsamplerate package | SUMMARY = "Audio sample rate conversion library"
DESCRIPTION = "\
libsamplerate (aka Secret Rabbit Code) is a library for audio rate conversion. \
libsamplerate currently provides three different sample rate conversion \
algorithms; zero order hold, linear interpolation and FIR filter interpolation \
(using filters der... | |
Add a working Tvheadend recipe | SUMMARY = "Tvheadend: TV streaming server and recorder"
HOMEPAGE = "https://tvheadend.org/"
inherit autotools-brokensep gettext gitpkgv pkgconfig
DEPENDS = "avahi cmake-native libdvbcsa libpcre2 openssl uriparser zlib"
LICENSE = "GPLv3+"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=9cae5acac2e9ee2fc3aec01ac88ce5db"
SR... | |
Append `-fPIC` to `CFLAGS` to fix compilation on newer binutils/ld. | DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities."
PRIORITY = "optional"
SECTION = "libs"
LICENSE = "GPL"
DEPENDS = "bison-native flex-native"
PR = "r1"
CFLAGS_append = " -I${S}/libcap/include"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/security/linux-pri... | DESCRIPTION = "Libcap is a library for getting and setting POSIX.1e (formerly POSIX 6) draft 15 capabilities."
PRIORITY = "optional"
SECTION = "libs"
LICENSE = "GPL"
DEPENDS = "bison-native flex-native"
PR = "r2"
CFLAGS_append = " -I${S}/libcap/include -fPIC"
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/libs/security/lin... |
Add recipe for AES decryptor CDM | SUMMARY = "OPTEE AES Decryptor for Linaro OpenCDM"
DESCRIPTION = "OPTEE AES Decryptor for Linaro OpenCDM"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=f0fb2f357d31d6a98213b19f57abf927"
PR="r0"
PV="1.0+git"
DEPENDS = "optee-os optee-client"
PACKAGE_ARCH = "${MACHINE_ARCH}"
SRC_URI = "git://github.com/... | |
Add a Linux 3.6 kernel recipe | require linux.inc
DESCRIPTION = "Linux kernel for the RaspberryPi board"
COMPATIBLE_MACHINE = "raspberrypi"
PR = "r6"
PV_append = "+git${SRCREV}"
SRCREV = "31a951046155b27361127d9cf85a1f58719fe9b3"
SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.6.y \
"
S = "${WORKDIR}/git"
# N... | |
Revert "libdmx: Add fso-specs to DEPENDS" | require xorg-lib-common.inc
DESCRIPTION = "X11 Distributed Multihead extension library"
DEPENDS += "libxext dmxproto fso-specs"
PR = "r2"
PE = "1"
SRC_URI[archive.md5sum] = "a2fcf0382837888d3781b714489a8999"
SRC_URI[archive.sha256sum] = "1904a8f848cc5d76105cb07707890aca095540a37fb0a63d359f71da51d3e2d5"
| require xorg-lib-common.inc
DESCRIPTION = "X11 Distributed Multihead extension library"
DEPENDS += "libxext dmxproto"
PR = "r3"
PE = "1"
SRC_URI[archive.md5sum] = "a2fcf0382837888d3781b714489a8999"
SRC_URI[archive.sha256sum] = "1904a8f848cc5d76105cb07707890aca095540a37fb0a63d359f71da51d3e2d5"
|
Add recipe for gnupg package | SUMMARY = "GNU Privacy Guard - encryption and signing tools"
DESCRIPTION = "\
GnuPG is GNU's tool for secure communication and data storage.\
It can be used to encrypt data and to create digital signatures. \
It includes an advanced key management facility and is compliant \
with the proposed OpenPGP Internet stand... | |
Add v4l git branch of opencv | DESCRIPTION = "Opencv : The Open Computer Vision Library"
HOMEPAGE = "http://sourceforge.net/projects/opencvlibrary"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
ARM_INSTRUCTION_SET = "arm"
PR = "r1"
DEPENDS = "libtool jpeg zlib libpng tiff glib-2.0 gtk+ libv4l"
SRCREV = "fb7cc87ed6a7425f3edc58e2d1eb445... | |
Add test utilities for firefly camera | DESCRIPTION = "Test Utilities for Firefly MV Cameras"
HOMEPAGE = "http://github.com/nzjrs/firefly-mv/tree/master"
SECTION = "console/utils"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r1"
DEPENDS = "libdc1394"
SRCREV = "a72f8669a43533c66aa7efc3a44cdfc5a4b75118"
SRC_URI = "git://github.com/nzjrs/firefly-mv.git;protoco... | |
Add recipe for iperf package | SUMMARY = "Internet Protocol bandwidth measuring tool"
DESCRIPTION = "\
Iperf is a modern alternative for measuring TCP and UDP bandwidth performance, \
allowing the tuning of various parameters and characteristics. \
"
HOMEPAGE = "http://iperf.sourceforge.net/"
PR = "r0"
inherit debian-package
LICENSE = "NCSA"
LIC_... | |
Fix typo and drop duplicate S entry | DESCRIPTION = "OPKG Package Manager Utilities"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS_${PN} = "python"
RDEPENDS_virtclass_native = ""
SRCREV = "4595"
PV = "0.0+svnr${SRCPV}"
PR = "r4"
BBCLASSEXTEND = "native"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http"
TAR... | DESCRIPTION = "OPKG Package Manager Utilities"
SECTION = "base"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS_${PN} = "python"
RDEPENDS_virtclass-native = ""
SRCREV = "4595"
PV = "0.0+svnr${SRCPV}"
PR = "r5"
BBCLASSEXTEND = "native"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host/;module=opkg-utils;proto=http"
TAR... |
Add recipe for wayland package | SUMMARY = "wayland compositor infrastructure"
DESCRIPTION = "\
Wayland is a protocol for a compositor to talk to its clients as well \
as a C library implementation of that protocol. The compositor can be \
a standalone display server running on Linux kernel modesetting and \
evdev input devices, an X application, or... | |
Add recipe for new version 6-2017-q1-update | DESCRIPTION = "Baremetal GCC for ARM"
LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=c224e429f53a1a6ce70bf8986ea2990b"
inherit native
require recipes-ti/includes/ti-paths.inc
SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/6_1... | |
Add popt to DEPENDS, fix GNU_HASH, add clients.txt to tbench | DESCRIPTION = "The dbench (disk) and tbench (TCP) benchmarks"
DESCRIPTION_dbench = "Filesystem load benchmark"
DESCRIPTION_tbench = "TCP load benchmark"
HOMEPAGE = "http://samba.org/ftp/tridge/dbench/"
LICENSE = "GPL"
PR = "r0"
SRC_URI = "\
http://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \
file://destdir.pa... | DESCRIPTION = "The dbench (disk) and tbench (TCP) benchmarks"
DESCRIPTION_dbench = "Filesystem load benchmark"
DESCRIPTION_tbench = "TCP load benchmark"
HOMEPAGE = "http://samba.org/ftp/tridge/dbench/"
LICENSE = "GPL"
DEPENDS = "popt"
PR = "r1"
SRC_URI = "\
http://samba.org/ftp/tridge/dbench/dbench-${PV}.tar.gz \
... |
Add from OE-Classic, uprev and update | SUMMARY = "A new modern implementation of traceroute(8) utility for Linux systems"
DESCRIPTION = "The traceroute utility displays the route used by IP packets on \
their way to a specified network (or Internet) host. Traceroute displays \
the IP number and host name (if possible) of the machines along the \
route take... | |
Update mpd to latest version | DESCRIPTION = "Music Player Daemon (mpd)"
HOMEPAGE = "http://www.musicpd.org"
LICENSE = "GPLv2"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
SECTION = "console/multimedia"
DEPENDS = "libvorbis libogg libid3tag libao zlib libmikmod libmad flac audiofile"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${P... | |
Bump PR to keep incremental versioning. | require pkgconfig.inc
PR = "${INC_PR}.1"
DEPENDS += "glib-2.0"
EXTRA_OECONF = "--with-installed-glib"
| require pkgconfig.inc
PR = "${INC_PR}.3"
DEPENDS += "glib-2.0"
EXTRA_OECONF = "--with-installed-glib"
|
Add build and runtime depends on gvfs (without it, the app is not a lot of use). | DESCRIPTION = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs."
DEPENDS = "pkgconfig gtk+"
RDEPENDS = "libxfce4util libxfcegui4"
SECTION = "x11"
LICENSE = "GPL-2"
PR = "r1"
inherit xfce46
XFCE_VERSION = "4.6.1"
SRC_URI = "http://files.uvena.de/${PN}/${PN}-${PV}.tar.bz2"
do_c... | DESCRIPTION = "Gigolo is a frontend to easily manage connections to remote filesystems using GIO/GVfs."
DEPENDS = "pkgconfig gtk+ gvfs"
RDEPENDS = "libxfce4util libxfcegui4 gvfs"
SECTION = "x11"
LICENSE = "GPL-2"
PR = "r2"
inherit xfce46
XFCE_VERSION = "4.6.1"
SRC_URI = "http://files.uvena.de/${PN}/${PN}-${PV}.tar.... |
Add a simple stand-alone system tray | SUMMARY = "Stand-alone system tray"
DESCRIPTION = "Stalonetray is a stand-alone freedesktop.org and KDE system tray"
SECTION = "x11/graphics"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "virtual/libx11"
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.b... | |
Add a bb for python gstreamer bindings. | LICENSE = "GPL"
DESCRIPTION = "Python gstreamer Bindings"
SECTION = "devel/python"
HOMEPAGE = "http://gstreamer.freedesktop.org"
PRIORITY = "optional"
#DEPENDS = "gstreamer"
#RDEPENDS = "gstreamer"
SRC_URI = "http://gstreamer.freedesktop.org/src/gst-python/gst-python-${PV}.tar.gz"
S = "${WORKDIR}/gst-python-${PV}"
in... | |
Add recipes for xerces-c packages | SUMMARY = "Validating XML parser library for C++"
DESCRIPTION = "\
Xerces-C++ is a validating XML parser written in a portable subset of C++.\
Xerces-C++ makes it easy to give your application the ability to read and \
write XML data. A shared library is provided for parsing, generating,\
manipulating, and validati... | |
Add recipe for libcrypt-openssl-bignum-perl package | #
# base recipe: https://github.com/openembedded/openembedded/blob/master/\
# recipes/perl/libcrypt-openssl-bignum-perl_0.04.bb
#
SUMMARY = "\
Perl module to access OpenSSL multiprecision integer arithmetic libraries"
DESCRIPTION = "\
Presently, many though not all of the arithmetic operations that OpenSSL \
... | |
Add (hack) recipe to enable autologin (timed) for gdm | DESCRIPTION = "Append Autologin to GDM config (custom.conf)"
PACKAGE_ARCH = "all"
ALLOW_EMPTY_${PN} = "1"
pkg_postinst_${PN}() {
#!/bin/sh
grep "TimedLogin" $D/etc/gdm/custom.conf
if [ $? -eq 0 ]; then
echo "NOTE:: custom.conf already has 'TimedLogin' configured - not patching
else
cat >> $D/etc/gdm/custom.con... | |
Add recipes for sbc package | SUMMARY = "Sub Band CODEC library"
DESCRIPTION = "This provides the library and tool which operate SBC \
(sub band codec) in A2DP (the Advanced Audio Distribution Profile)."
HOMEPAGE = "http://www.bluez.org/"
inherit debian-package
PV = "1.2"
LICENSE = "GPLv2+ & LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=12f88... | |
Add support for next generation AWS IoT SDK for Python | DESCRIPTION = "AWS IoT SDK based on the AWS Common Runtime"
HOMEPAGE = "https://github.com/aws/aws-iot-device-sdk-python-v2"
AUTHOR = "Amazon Web Services"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
inherit pypi setuptools3
RDEPENDS_${PN} +... | |
Add initial recipe for pmacct | SUMMARY = "Small set of multi-purpose passive network monitoring tools"
HOMEPAGE = "http://www.pmacct.net/"
SECTION = "network"
LICENSE = "GPL-2"
LIC_FILES_CHKSUM = "file://COPYING;md5=56015ca09d32459cf5a3c0e574f86f16"
SRC_URI = "http://www.pmacct.net/${PN}-${PV}.tar.gz"
SRC_URI[md5sum] = "5dc1dab96fbd3937b49152d1bdc2... | |
Add pyxdg to use fdo specs from python | DESCRIPTION = "PyXDG is a python library to access freedesktop.org standards"
SECTION = "devel/python"
LICENSE = "GPL"
SRC_URI = "http://www.freedesktop.org/~lanius/pyxdg-${PV}.tar.gz"
S = "${WORKDIR}/pyxdg-${PV}"
inherit distutils
| |
Add RTOS package for Traceframework | inherit ti-pdk
require traceframework.inc
PR = "${INC_PR}.1"
DEPENDS_append = " uia \
"
XDCPATH_append = ";${UIA_INSTALL_DIR}/packages"
| |
Add a usbproxy capable image | SUMMARY = "A console development image with some C/C++ dev tools"
HOMEPAGE = "http://www.jumpnowtek.com"
IMAGE_FEATURES += "package-management"
IMAGE_LINGUAS = "en-us"
inherit image
CORE_OS = " \
openssh openssh-keygen openssh-sftp-server \
packagegroup-core-boot \
psplash \
term-prompt \
tzdata ... | |
Add a bitbake recipe to build crypto | DESCRIPTION = "A golang library of common cryptographic constants"
HOMEPAGE = "https://github.com/golang/crypto/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=5d4950ecb7b26d2c5e4e7b4e0dd74707"
PKG_NAME = "github.com/golang/crypto"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "1e856cbfdf9bc25eefca75f8... | |
Add recipe for iperf3 package | SUMMARY = "Internet Protocol bandwidth measuring tool"
DESCRIPTION = "Iperf3 is a tool for performing network throughput measurements. It can \
test either TCP or UDP throughput. \
This is a new implementation that shares no code with the original \
iperf from NLANR/DAST and also is not backwards compatible."
HOMEPA... | |
Add a recipe to build go-multierror | SUMMARY = "Go package for representing a list of errors as a single error"
HOMEPAGE = "https://github.com/hashicorp/go-multierror"
LICENSE = "MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d44fdeb607e2d2614db9464dbedd4094"
PKG_NAME = "github.com/hashicorp/go-multierror"
SRC_URI = "git://${PKG_NAME}.git"
SRCREV = "569... | |
Add recipe for bsp image based on sato | require recipes-sato/images/core-image-sato.bb
IMAGE_INSTALL += " \
gst-plugins-good \
gst-plugins-good-isomp4 \
gst-plugins-good-video4linux2 \
gst-plugins-bad \
gst-plugins-bad-asfmux \
gst-plugins-bad-fbdevsink \
gst-plugins-bad-h264parse \
gst-plugins-bad-faad \
gst-plugins-bad-videoparsersbad \
gst-plug... | |
Update SRCREV - makefile update | require matrix-tui.inc
SRCREV = "35"
PR = "${INC_PR}.3"
| require matrix-tui.inc
SRCREV = "37"
PR = "${INC_PR}.4"
|
Add recipe for libglade2 package | SUMMARY = "library to load .glade files at runtime"
DESCRIPTION = "\
This library allows one to load externally stored user interfaces into \
programs. This allows alteration of the interface without recompilation \
of the program. \
The interfaces can also be edited with GLADE. \
"
PR = "r0"
inherit debian-package
L... | |
Fix long path to perl in icon-name-mapping | LICENSE = "GPLv2"
DEPENDS = "libxml-simple-perl-native"
SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz"
S = "${WORKDIR}/icon-naming-utils-${PV}"
inherit autotools native
SRC_URI[md5sum] = "4abe604721ce2ccb67f451aa7ceb44d6"
SRC_URI[sha256sum] = "1cb49ce6a04626939893a447da696f20003903... | LICENSE = "GPLv2"
DEPENDS = "libxml-simple-perl-native"
PR = "r1"
SRC_URI = "http://tango.freedesktop.org/releases/icon-naming-utils-${PV}.tar.gz"
S = "${WORKDIR}/icon-naming-utils-${PV}"
inherit autotools native
do_configure_append() {
# replace paths to STAGING_BINDIR_NATIVE/perl with ${bindir}/perl
sed -i -e "1... |
Use this to compile full image and produce extra-packages | # Creates the "feed", packages not required for the image
# but that should be built for the feed so that other
# components may use them and install on demand.
require blackpole-image.bb
DEPENDS += "${OPTIONAL_PACKAGES}"
| |
Add debug image with no modules for kernel dev work | DESCRIPTION = "A console kernel development image, no modules"
LICENSE = "MIT"
IMAGE_FEATURES += "package-management"
IMAGE_LINGUAS = "en-us"
inherit core-image
CORE_OS = " \
busybox-hwclock \
task-core-ssh-openssh openssh-keygen \
term-prompt \
tzdata \
"
DEV_SDK_INSTALL = " \
binutils \
b... | |
Update libao to latest version | LICENSE = "GPL"
DESCRIPTION = "A cross platform audio library"
HOMEPAGE = "http://www.xiph.org/ao/"
SECTION = "libs"
PRIORITY = "optional"
PR = "r0"
SRC_URI = "http://www.xiph.org/ao/src/libao-${PV}.tar.gz"
inherit autotools pkgconfig
EXTRA_OECONF = "--disable-esd --disable-esdtest \
--disable-alsa --disable-alsa0... | |
Add recipe for xapian-core package | SUMMARY = "This package contains the core Xapian runtime library"
DESCRIPTION = "\
The Xapian search engine library is a highly adaptable toolkit which allows \
developers to easily add advanced indexing and search facilities to their own \
applications. It implements the probabilistic model of information retrieva... | |
Add missing RDEPENDS to tapioca-xmpp. | MAINTAINER = "Koen Kooi <Koen@dominion.kabel.utwente.nl>"
HOMEPAGE = "http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca"
LICENSE = "LGPL"
DEPENDS = "gtk+ glib-2.0 dbus gconf tapioca-xmpp tapioca farsight gst-plugins-farsight"
inherit autotools pkgconfig
SRC_URI = "${SOURCEFORGE_MIRROR}/tapioca-voip/${P}.tar.... | MAINTAINER = "Koen Kooi <Koen@dominion.kabel.utwente.nl>"
HOMEPAGE = "http://tapioca-voip.sourceforge.net/wiki/index.php/Tapioca"
LICENSE = "LGPL"
DEPENDS = "gtk+ glib-2.0 dbus gconf tapioca-xmpp tapioca farsight gst-plugins-farsight"
RDEPENDS = "tapioca-xmpp"
PR = "r1"
inherit autotools pkgconfig
SRC_URI = "${SOURCE... |
Add recipe for insserv package | #
# base recipe: http://cgit.openembedded.org/cgit.cgi/openembedded-core/tree/meta/\
# recipes-devtools/insserv/insserv_1.14.0.bb?h=fido
# base branch: fido
# base commit: f0873b83d693af4a103999160d67fcf25c7eedc1
#
SUMMARY = "Boot sequence organizer using LSB init.d dependencies"
DESCRIPTION = "This utility reo... | |
Add recipe for libyaml package | SUMMARY = "Fast YAML 1.1 parser and emitter library"
DESCRIPTION = "LibYAML is a C library for parsing and emitting data in YAML 1.1, a \
human-readable data serialization format."
HOMEPAGE = "http://pyyaml.org/wiki/LibYAML"
PR = "r0"
inherit debian-package
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=6015... | |
Add recipe for dsh package | SUMMARY = "dancer's shell, or distributed shell"
DESCRIPTION = "\
Executes specified command on a group of computers using remote shell \
methods such as rsh or ssh. \
dsh can parallelise job submission using several algorithms, such as using \
fan-out method or opening as much connections as possible, or using a w... | |
Add SECTION. Make DESCRIPTION more useful. | DESCRIPTION = "Evince is simply a document viewer"
LICENSE = "GPL"
DEPENDS = "tiff espgs poppler gtk+ libgnomeui libgnomeprint libgnomeprintui"
RDEPENDS = "espgs gconf"
RRECOMMENDS = "gnome-vfs-plugin-file"
PR = "r0"
inherit gnome pkgconfig
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/evince/0.5/${PN}-${PV}.tar.... | DESCRIPTION = "Evince is a document viewer for document formats like pdf, ps, djvu."
LICENSE = "GPL"
SECTION = "x11/office"
DEPENDS = "tiff espgs poppler gtk+ libgnomeui libgnomeprint libgnomeprintui"
RDEPENDS = "espgs gconf"
RRECOMMENDS = "gnome-vfs-plugin-file"
PR = "r1"
inherit gnome pkgconfig
SRC_URI = "http://ft... |
Add python library pamela which supports PAM | DESCRIPTION = "Pamela: yet another Python wrapper for PAM"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=bfb663f37eb99232bc8ccfa4ea8f1202"
SRC_URI[md5sum] = "de6516118d51eb5fc97017f3b6d5c68b"
SRC_URI[sha256sum] = "1e198446a6cdd87704aa0def7621d62e7c20b0e6068e2788b9a866a8355e5d6b"
PYPI_PACKAGE = "pamela"
inh... | |
Add recipe for compiling clk_wiz driver | inherit features_check
REQUIRED_DISTRO_FEATURES = "clk-wiz"
inherit esw python3native
DEPENDS += "xilstandalone"
ESW_COMPONENT_SRC = "/XilinxProcessorIPLib/drivers/clk_wiz/src/"
ESW_COMPONENT_NAME = "libclk_wiz.a"
addtask do_generate_driver_data before do_configure after do_prepare_recipe_sysroot
do_prepare_recipe... | |
Add recipe for psmisc package | #
# base recipe: /meta/recipes-extended/psmisc/psmisc_22.21.bb
# base branch: master
# base commit: e335d9519c883165e70cda5c1fde348391686e31
#
SUMMARY = "Utilities for managing processes on your system"
DESCRIPTION = "The psmisc package contains utilities for managing processes \
on your system: pstree, killall and fu... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.