commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
24c598b3e1429d1232a29a4d9c444947dbcd228d | recipes-core/updatehub/updatehub-system-inquiry_git.bb | recipes-core/updatehub/updatehub-system-inquiry_git.bb | SUMMARY = "UpdateHub - System Inquiry"
SECTION = "base"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=838c366f69b72c5df05c96dff79b35f2"
SRC_URI = "git://github.com/UpdateHub/system-inquiry.git;protocol=https"
SRCREV = "399c52ed503e700fdb266c049520a15312f84b3e"
S = "${WORKDIR}/git"
PV = "0.0+${SRCPV}"
inher... | SUMMARY = "UpdateHub - System Inquiry"
SECTION = "base"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=838c366f69b72c5df05c96dff79b35f2"
SRC_URI = "git://github.com/UpdateHub/system-inquiry.git;protocol=https"
SRCREV = "399c52ed503e700fdb266c049520a15312f84b3e"
S = "${WORKDIR}/git"
PV = "0.0+${SRCPV}"
inher... | Add os-release and updatehub-machine-info to RDEPENDS | updatehub-system-inquiry: Add os-release and updatehub-machine-info to RDEPENDS
Signed-off-by: Fabio Berton <698e00bc51ed22392b375ef5a2fc95be5c8355a9@ossystems.com.br>
| BitBake | mit | UpdateHub/meta-updatehub,UpdateHub/meta-updatehub,fbertux/meta-updatehub,fbertux/meta-updatehub,UpdateHub/meta-updatehub,fbertux/meta-updatehub |
fa84dedf17aacf9ad89255adc566203762a73d20 | recipes/libmodplug/libmodplug_0.8.7.bb | recipes/libmodplug/libmodplug_0.8.7.bb | DESCRIPTION = "Library for reading mod-like audio files."
HOMEPAGE = "http://modplug-xmms.sf.net"
SECTION = "libs"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz"
inherit autotools pkgconfig
# NOTE: autotools_stage_all does nothing here, we need to do it manually
do_... | DESCRIPTION = "Library for reading mod-like audio files."
HOMEPAGE = "http://modplug-xmms.sf.net"
SECTION = "libs"
LICENSE = "PD"
PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/modplug-xmms/libmodplug-${PV}.tar.gz"
inherit autotools pkgconfig
# NOTE: autotools_stage_all does nothing here, we need to do it manually
do_i... | Update LICENSE field version to PD | libmodplug: Update LICENSE field version to PD
* Updated LICENSE field version from generic GPL to PD to
reflect the change from GPL to the Public Domain license.
* This change was back-ported from oe-core.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
| BitBake | mit | mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev |
24d02bebb3256668c68c36442218907bd9a83473 | recipes-bsp/u-boot/u-boot-env.bb | recipes-bsp/u-boot/u-boot-env.bb | DESCRIPTION = "Raspberry Pi U-Boot environment script"
SRC_URI = " \
file://${MACHINE}-boot.txt \
file://LICENSE \
"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=956139f0411412ea77671fedb9915d38"
S = "${WORKDIR}"
inherit deploy kernel-uimage
DEPENDS = "u-boot-mkimage-native"
RDEPENDS_${PN} = ... | DESCRIPTION = "Raspberry Pi U-Boot environment script"
SRC_URI = " \
file://${MACHINE}-boot.txt \
file://LICENSE \
"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=956139f0411412ea77671fedb9915d38"
S = "${WORKDIR}"
inherit deploy kernel-uimage
DEPENDS = "u-boot-mkimage-native"
RDEPENDS_${PN} = ... | Add script name to u-boot env. | Add script name to u-boot env.
| BitBake | mit | rose-project/meta-raspberrypi-bsp,rose-project/meta-raspberrypi-bsp,rose-project/meta-raspberrypi-bsp |
e4682f4f4dfac35055d33141f4d4ea940bffc3ec | meta-mender-core/recipes-testing/mender-test-dependencies/mender-test-dependencies_1.0.bb | meta-mender-core/recipes-testing/mender-test-dependencies/mender-test-dependencies_1.0.bb | # This is a dummy recipe, only meant to populate a sysroot that the tests can
# use, and not meant for real building.
DEPENDS = "mender-artifact-native"
inherit native
LICENSE = "Apache-2.0"
do_compile() {
bbfatal 'This is not meant to be built, should be invoked with "-c prepare_recipe_sysroot" only.'
}
| # This is a dummy recipe, only meant to populate a sysroot that the tests can
# use, and not meant for real building.
DEPENDS = "mender-artifact-native e2fsprogs-native util-linux-native"
inherit native
LICENSE = "Apache-2.0"
do_compile() {
bbfatal 'This is not meant to be built, should be invoked with "-c prep... | Make sure fdisk and debugfs are available during our tests. | Make sure fdisk and debugfs are available during our tests.
Signed-off-by: Kristian Amlie <505e66ae45028a0596c853559221f0b72c1cee21@mender.io>
| BitBake | apache-2.0 | bboozzoo/meta-mender,bboozzoo/meta-mender,bboozzoo/meta-mender,bboozzoo/meta-mender |
825a00c0c9917029708fdbe56fb56156cbda52ea | recipes-webos/luna-universalsearchmgr/luna-universalsearchmgr.bb | recipes-webos/luna-universalsearchmgr/luna-universalsearchmgr.bb | # (c) Copyright 2012 Hewlett-Packard Development Company, L.P.
DESCRIPTION = "webOS Universal Search Manager"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SECTION = "None"
PROVIDES = "luna-universalsearchmanager"
inherit webos_component
in... | # (c) Copyright 2012 Hewlett-Packard Development Company, L.P.
DESCRIPTION = "webOS Universal Search Manager"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
SECTION = "None"
DEPENDS = "libxml2"
PROVIDES = "luna-universalsearchmanager"
inher... | Fix recipe dependencies for searchmgr | Fix recipe dependencies for searchmgr
Must be accepted in conjunction with one source code change.
Open-webOS-DCO-1.0-Signed-off-by: Anupam <anupam.kaul@palm.com>
Change-Id: Id10a19e77394f016603abbf92e3c9fec4133ddd2
| BitBake | mit | openwebos/meta-webos,openwebos/meta-webos,nizovn/meta-webos-ports,Garfonso/meta-webos-ports,nizovn/meta-webos-ports,Garfonso/meta-webos-ports,openwebos/meta-webos,openwebos/meta-webos |
2c49709e5c097968dea52f6698c8ce80a370a03d | recipes/mpeg2dec/mpeg2dec_0.4.0b.bb | recipes/mpeg2dec/mpeg2dec_0.4.0b.bb | DESCRIPTION = "Libraries and test programs for decoding mpeg-2 and mpeg-1 video streams"
HOMEPAGE = "http://libmpeg2.sourceforge.net/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "virtual/libsdl"
PR = "r5"
SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz"
S = "${WORKDIR}/mpeg... | DESCRIPTION = "Libraries and test programs for decoding mpeg-2 and mpeg-1 video streams"
HOMEPAGE = "http://libmpeg2.sourceforge.net/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2+"
DEPENDS = "virtual/libsdl"
PR = "r6"
SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz"
S = "${WORKDIR}/m... | Update LICENSE field version to GPLv2 | mpeg2dec: Update LICENSE field version to GPLv2
* Updated LICENSE field version from generic GPL to GPLv2+ to
reflect the real license version.
* This change was based on setting in oe-core as well as code
inspection.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
Signed-off-by: Mar... | BitBake | mit | giobauermeister/openembedded,xifengchuo/openembedded,openembedded/openembedded,openembedded/openembedded,hulifox008/openembedded,hulifox008/openembedded,xifengchuo/openembedded,xifengchuo/openembedded,giobauermeister/openembedded,openembedded/openembedded,giobauermeister/openembedded,xifengchuo/openembedded,giobauermei... |
af6c39379dbe6822d1457498e53747ed63bdbb65 | meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb | meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb | 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 missing libmnl to DEPENDS | libnetfilter-queue: Add missing libmnl to DEPENDS
otherwise Errors are seen with sstate
| configure:11780: error: Package requirements (libmnl >= 1.0.3) were
not met:
|
| No package 'libmnl' found
|
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.
Si... | BitBake | mit | RedFIR/meta-openembedded,lgirdk/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,fredcadete/meta-openembedded,openembedded/meta-openembedded,joelagnel/meta-openembedded,dongkc/meta-openembedded,tobw/meta-openembedded,rdm-dev/meta-openembedded,RealDigitalMedia/meta-openembedded,MCherifiOSS/meta-openembedded,... |
500ce4d46d8878a5dc43e932db6c133288584d19 | meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb | meta-networking/recipes-kernel/wireguard/wireguard-module_1.0.20210219.bb | require wireguard.inc
SRCREV = "122f06bfd8fc7b06a0899fa9adc4ce8e06900d98"
SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat"
inherit module kernel-module-split
DEPENDS = "virtual/kernel libmnl"
# This module requires Linux 3.10 higher and several networking related
# configuration options. For exact kernel req... | require wireguard.inc
SRCREV = "122f06bfd8fc7b06a0899fa9adc4ce8e06900d98"
SRC_URI = "git://git.zx2c4.com/wireguard-linux-compat"
inherit module kernel-module-split
DEPENDS = "virtual/kernel libmnl"
# This module requires Linux 3.10 higher and several networking related
# configuration options. For exact kernel req... | Stop overriding modules_install in the recipe | wireguard-module: Stop overriding modules_install in the recipe
Configure the recipe to use the module_install function from the module
source code and remove the overriden modules_install function from the
recipe.
Using the default modules_install (instead of the function defined in
the recipe file) the module is si... | BitBake | mit | rehsack/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,moto-timo/meta-openembedded,moto-timo/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedde... |
66c632a320bc3b5fca09c7124bd6512803f95280 | meta-oe/recipes-extended/socketcan/can-utils_git.bb | meta-oe/recipes-extended/socketcan/can-utils_git.bb | SUMMARY = "Linux CAN network development utilities"
DESCRIPTION = "Linux CAN network development"
LICENSE = "GPLv2 & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7"
DEPENDS = "libsocketcan"
SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;bran... | SUMMARY = "Linux CAN network development utilities"
DESCRIPTION = "Linux CAN network development"
LICENSE = "GPLv2 & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7"
DEPENDS = "libsocketcan"
SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;bran... | Update to tip of master | can-utils: Update to tip of master
Fixes build issues with musl
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | sigma-embedded/elito-org.openembedded.meta,openembedded/meta-openembedded,amery/meta-openembedded,lgirdk/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,schni... |
d6e8c83f7f22db87139f30c18f5a3aec50df6ae3 | recipes-bsp/atf/atf-poplar_git.bb | recipes-bsp/atf/atf-poplar_git.bb | DESCRIPTION = "ARM Trusted Firmware Poplar"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://license.rst;md5=33065335ea03d977d0569f270b39603e"
DEPENDS += "u-boot-poplar"
SRCREV = "812fae9e5ee80ddad6bae6bf1c403c9ffaaae984"
SRC_URI = "git://github.com/linaro/poplar-arm-trusted-firmware.git;name=atf;branch=latest"
S = "${WORK... | DESCRIPTION = "ARM Trusted Firmware Poplar"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://license.rst;md5=33065335ea03d977d0569f270b39603e"
DEPENDS += "u-boot-poplar"
SRCREV = "812fae9e5ee80ddad6bae6bf1c403c9ffaaae984"
SRC_URI = "git://github.com/linaro/poplar-arm-trusted-firmware.git;name=atf;branch=latest"
S = "${WORK... | Update SRCREV to latest SHA and install shared header. | atf-poplar: Update SRCREV to latest SHA and install shared header.
Signed-off-by: Peter Griffin <82f81e62be2bf153f8e7977fe8d5e19723573a1d@linaro.org>
| BitBake | mit | kraj/meta-96boards,kraj/meta-96boards,mrchapp/meta-96boards,96boards/meta-96boards |
0e9ea0059f0a45a7f25cc8a01836b43161569fa2 | recipes-core/initrdscripts/init-runmode-ramfs_1.0.bb | recipes-core/initrdscripts/init-runmode-ramfs_1.0.bb | SUMMARY = "Init script used for booting older NILRT runmode initramfs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
SRC_URI = "\
file://init-runmode-ramfs.sh \
"
RDEPENDS_${PN} += "bash"
do_install() {
install -m 0755 ${WORKDIR}/init-runmode-ramfs.sh... | SUMMARY = "Init script used for booting older NILRT runmode initramfs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
SRC_URI = "\
file://init-runmode-ramfs.sh \
"
RDEPENDS_${PN} += "bash"
do_install() {
install -m 0755 ${WORKDIR}/init-runmode-ramfs.sh... | Remove unneeded init-ramfs.common from FILES | init-runmode-ramfs: Remove unneeded init-ramfs.common from FILES
Signed-off-by: Haris Okanovic <4f2c24956fa4a8756878315db434b9fed29fa615@ni.com>
Natinst-Rally-ID: F12416
Natinst-ReviewBoard-ID: 204022
| BitBake | mit | ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt |
951da39d4452a787b51d44e0171936866e6b16d1 | recipes-extended/node-state-manager/node-state-manager_git.bb | recipes-extended/node-state-manager/node-state-manager_git.bb | SUMMARY = "GENIVI Node State Manager"
DESCRIPTION = "The GENIVI Node State Manager \
- is the central repository for information \
- regarding the states/sessions \
- inside the node. \
"
HOMEPAGE = "https://www.genivi.org/"
SECTION = "base"
LICENSE = "MPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=815ca599c9d... | SUMMARY = "GENIVI Node State Manager"
DESCRIPTION = "The GENIVI Node State Manager \
- is the central repository for information \
- regarding the states/sessions \
- inside the node. \
"
HOMEPAGE = "https://www.genivi.org/"
SECTION = "base"
LICENSE = "MPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=815ca599c9d... | Add --with-systemdsystemunitdir when DISTRO_FEATURES contains the systemd feature. | node-state-manager: Add --with-systemdsystemunitdir when
DISTRO_FEATURES contains the systemd feature.
Signed-off-by: Florin Sarbu <486fccc676e3540ad3d2f2e342359b3d1a717bab@windriver.com>
| BitBake | mit | MentorEmbedded/meta-ivi |
6214d1523f964d7fc6e8dfb0c80e07144e4bc94b | recipes/hicolor-icon-theme/hicolor-icon-theme_0.11.bb | recipes/hicolor-icon-theme/hicolor-icon-theme_0.11.bb | SECTION = "unknown"
LICENSE = "GPL"
inherit autotools gtk-icon-cache
# Override RDEPENDS_${PN} = hicolor-icon-theme from gtk-icon-cache
RDEPENDS_${PN} = ""
RDEPENDS_${PN} = ""
PR = "r1"
SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz"
PACKAGE_ARCH = "all"
FILES_${PN} += "${datadir}/icons"
SRC_URI... | SECTION = "unknown"
LICENSE = "GPLv2"
inherit autotools gtk-icon-cache
# Override RDEPENDS_${PN} = hicolor-icon-theme from gtk-icon-cache
RDEPENDS_${PN} = ""
RDEPENDS_${PN} = ""
PR = "r2"
SRC_URI = "http://icon-theme.freedesktop.org/releases/${P}.tar.gz"
PACKAGE_ARCH = "all"
FILES_${PN} += "${datadir}/icons"
SRC_U... | Update LICENSE field version to GPLv2 | hicolor-icon-theme: Update LICENSE field version to GPLv2
* Updated LICENSE field version from generic GPL to GPLv2 to
reflect the real license version.
* This change was based on setting in oe-core as well as code
inspection
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
| BitBake | mit | mrchapp/arago-oe-dev,sledz/oe,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,mrchapp/arago-oe-dev |
ea83a370e58515e00090b65c47793dfa2f9fb419 | images/qte-image.bb | images/qte-image.bb | SUMMARY = "A development image with Qt embedded and some Syntro apps"
HOMEPAGE = "http://www.jumpnowtek.com"
LICENSE = "MIT"
require console-image.bb
PR = "0"
QT_TOOLS = " \
qt4-embedded-dev\
qt4-embedded \
"
SYNTRO = " \
syntrocore \
syntrocore-dev \
syntrolcam \
syntrolcam-init \
"
IMAG... | SUMMARY = "A development image with Qt embedded and some Syntro apps"
HOMEPAGE = "http://www.jumpnowtek.com"
LICENSE = "MIT"
require console-image.bb
PR = "0"
QT_TOOLS = " \
qt4-embedded-dev\
qt4-embedded \
"
SYNTRO = " \
syntrocore \
syntrocore-dev \
syntrolcam \
syntrolcam-init \
"
TS_T... | Add tslib and psplash to qte image | Add tslib and psplash to qte image
| BitBake | mit | jumpnow/meta-overo,jumpnow/meta-overo |
7776c45a15a73644e4c0485592959e3a95611a68 | meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb | meta-oe/recipes-graphics/xorg-driver/xf86-video-geode_2.11.12.bb | require recipes-graphics/xorg-driver/xorg-driver-video.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=f8ad89d9d9a024f19d7dcc5acb044a42"
DESCRIPTION = "X.org server -- Geode GX2/LX display driver"
PR = "${INC_PR}.0"
SRC_URI[md5sum] = "a99c521db731c2f1df309057a8465e4c"
SRC_URI[sha256sum] = "28d845d727d99bfa4d4b93c5486ec01b... | require recipes-graphics/xorg-driver/xorg-driver-video.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=f8ad89d9d9a024f19d7dcc5acb044a42"
DESCRIPTION = "X.org server -- Geode GX2/LX display driver"
PR = "${INC_PR}.1"
SRC_URI[md5sum] = "a99c521db731c2f1df309057a8465e4c"
SRC_URI[sha256sum] = "28d845d727d99bfa4d4b93c5486ec01b... | Add rdepends on EXA Xorg module | xf86-video-geode: Add rdepends on EXA Xorg module
Signed-off-by: Otavio Salvador <1d31b11c1b92bf5d043d36edfe7174db39a6b891@ossystems.com.br>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
Signed-off-by: Eric Bénard <96f164ad4d9b2b0dacf8ebee2bb1eeb3aa69adf1@eukrea.com>
| BitBake | mit | sesamstrasse/meta-openembedded,sesamstrasse/meta-openembedded,sesamstrasse/meta-openembedded,sesamstrasse/meta-openembedded,sesamstrasse/meta-openembedded |
3c2efdd0d3453bd42887895be26a9c76b7ae13f3 | packages/packagekit/packagekit_git.bb | packages/packagekit/packagekit_git.bb | DESCRIPTION = "PackageKit package management abstraction"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
RDEPENDS_${PN} = "opkg"
PV = "0.2.3+gitr${SRCREV}"
PR = "r9"
SRC_URI = "git://anongit.freedesktop.org/git/pac... | DESCRIPTION = "PackageKit package management abstraction"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
RDEPENDS_${PN} = "opkg"
PV = "0.2.3+gitr${SRCREV}"
PR = "r10"
SRC_URI = "git://anongit.freedesktop.org/git/pa... | Modify packagekit to make it patch successful | Modify packagekit to make it patch successful
| BitBake | mit | rascalmicro/openembedded-rascal,demsey/openenigma2,mrchapp/arago-oe-dev,JamesAng/oe,JamesAng/goe,crystalfontz/openembedded,John-NY/overo-oe,nvl1109/openembeded,giobauermeister/openembedded,nvl1109/openembeded,rascalmicro/openembedded-rascal,JamesAng/oe,mrchapp/arago-oe-dev,KDAB/OpenEmbedded-Archos,nzjrs/overo-openembed... |
6cc52db97e28988e3ada9746c5e3a910571bf76f | packages/gpephone/connect_0.1.bb | packages/gpephone/connect_0.1.bb | DESCRIPTION = "GSM/GPRS mux tools"
LICENSE = "GPL"
SECTION = "gpe"
PRIORITY = "optional"
DEPENDS = "glibc"
PR = "r0"
inherit gpephone
SRC_URI = "${GPEPHONE_MIRROR}/GPRS/GPRS-${PV}.tar.bz2"
S = ${WORKDIR}/GPRS/connect
do_compile() {
oe_runmake PREFIX=${prefix}
}
do_install() {
install -d ${D}/${prefix}... | DESCRIPTION = "GSM/GPRS mux tools"
LICENSE = "GPL"
SECTION = "gpe"
PRIORITY = "optional"
DEPENDS = "glibc"
PR = "r0"
inherit gpephone
SRC_URI = "${GPEPHONE_MIRROR}/GPRS/GPRS-${PV}.tar.bz2"
S = ${WORKDIR}/GPRS/connect
do_compile() {
oe_runmake PREFIX=${prefix}
}
do_install() {
install -d ${D}/${prefix}... | Work around broken OE install-sh. | connect: Work around broken OE install-sh.
| BitBake | mit | mrchapp/arago-oe-dev,openembedded/openembedded,openpli-arm/openembedded,buglabs/oe-buglabs,giobauermeister/openembedded,buglabs/oe-buglabs,philb/pbcl-oe-2010,nvl1109/openembeded,hulifox008/openembedded,Martix/Eonos,JamesAng/oe,JrCs/opendreambox,rascalmicro/openembedded-rascal,bticino/openembedded,demsey/openembedded,op... |
17dec4477274f656c030f8c5c7aa07e40e1e9067 | recipes/nginx/nginx_1.0.0.bb | recipes/nginx/nginx_1.0.0.bb | DESCRIPTION = "NNginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server."
HOMEPAGE = "http://wiki.nginx.org"
SECTION = "net"
PRIORITY = "optional"
LICENSE = "BSD"
SRCNAME = "nginx"
PR = "r27"
SRC_URI = "http://nginx.org/download/nginx-${PV}.tar.gz \
... | DESCRIPTION = "Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server."
HOMEPAGE = "http://wiki.nginx.org"
SECTION = "net"
PRIORITY = "optional"
LICENSE = "BSD"
SRCNAME = "nginx"
PR = "r28"
SRC_URI = "http://nginx.org/download/nginx-${PV}.tar.gz \
... | Remove hardcoded paths from nginx compile step | Remove hardcoded paths from nginx compile step
| BitBake | mit | rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal |
d2151ea095e8c563672138e9dba7785af1e37460 | meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | meta-arago-extras/recipes-graphics/omapdrmtest/omapdrmtest_1.0.0.bb | DESCRIPTION = "Test applications for OMAP DRM interface"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df"
DEPENDS += "libav libdce libdrm libgbm omap5-sgx-ddk-um-linux wayland"
inherit autotools pkgconfig
PR = "r7"
SRCREV = "a2f483ef833ce7a6f3e0b... | DESCRIPTION = "Test applications for OMAP DRM interface"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://viddec3test.c;beginline=1;endline=16;md5=c391f44e40a29096285e3121923041df"
DEPENDS += "libav libdce libdrm libgbm omap5-sgx-ddk-um-linux wayland"
inherit autotools pkgconfig
PR = "r9"
SRCREV = "152713c45d7972ed08f50... | Update SRCREV with bug fixes | omapdrmtest: Update SRCREV with bug fixes
The following issues will be resolved with this update:
* viddec3test: move a global variable to demux structure
* vpe: Correct the colorspace field
* display-kmscube: fix race condition for buffer to face mapping
* vpe: Pass correct colorspace to s_fmt ioctl
Signed-off-b... | BitBake | mit | MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago |
67ff617ab87f248c62d6ce422ebdb581802e4229 | recipes-debian/gperf/gperf_debian.bb | recipes-debian/gperf/gperf_debian.bb | require recipes-extended/gperf/gperf_3.0.4.bb
inherit debian-package
DEBIAN_SECTION = "devel"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
#
# Debian Native Test
#
inherit debian-test
SRC_URI_DEBIAN_TEST = "\
file://gperf-native-test/run_native_test_gperf \
... | #
# base recipe: meta/recipes-extended/gperf/gperf_3.0.4.bb
# branch: daisy
#
PR = "r0"
inherit debian-package
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
inherit autotools
# autoreconf couldn't find acinclude.m4 when stepping into subdirectory. Instead of
# duplicati... | Update recipe for gperf package | Update recipe for gperf package
Signed-off-by: Tran Thi Van Dung <4602a2150458a8fc79ca562d1ec5fffebd9f9638@toshiba-tsdv.com>
| BitBake | mit | nghiaht-tsdv/meta-debian,rofehr/meta-debian,nghiaht-tsdv/meta-debian,rofehr/meta-debian,congnt-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,congnt-tsdv/meta-debian,tienlee/meta-debian,rofehr/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,congnt-tsdv/meta-debian,met... |
9c729c55f78ae0290b2383ab4bde979caf1d3166 | recipes-kernel/linux/linux-yocto_3.4.bb | recipes-kernel/linux/linux-yocto_3.4.bb | require linux.inc
require linux-dtb.inc
DESCRIPTION = "Linux kernel for the lager board"
COMPATIBLE_MACHINE = "lager"
PR = "r7"
PV_append = "+git${SRCREV}"
SRCREV = "33b4bbf492ee0cf39ea830a38a12e3c2565c12d5"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=git;branch=bsp/l... | require linux.inc
require linux-dtb.inc
require linux-dtb-append.inc
DESCRIPTION = "Linux kernel for the lager board"
COMPATIBLE_MACHINE = "lager"
PR = "r8"
PV_append = "+git${SRCREV}"
SRCREV = "33b4bbf492ee0cf39ea830a38a12e3c2565c12d5"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.... | Enable creating bootz image and uImage with DTB | linux-yocto: Enable creating bootz image and uImage with DTB
Signed-off-by: Nobuhiro Iwamatsu <2b8440e189956f325e301c8d8c76bd30356b2f9f@renesas.com>
| BitBake | mit | clopez/meta-renesas,clopez/meta-renesas |
fe0abfdfc41ca320df646cccb9ca8f68ddfe712e | packages/packagekit/packagekit_git.bb | packages/packagekit/packagekit_git.bb | DESCRIPTION = "PackageKit package management abstraction"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
RDEPENDS_${PN} = "opkg"
PV = "0.2.3+gitr${SRCREV}"
PR = "r13"
SRC_URI = "git://anongit.freedesktop.org/git/pa... | DESCRIPTION = "PackageKit package management abstraction"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "dbus (>= 1.1.1) dbus-glib glib-2.0 sqlite3 opkg intltool intltool-native (>= 0.37.1)"
RDEPENDS_${PN} = "opkg"
PV = "0.2.3+gitr${SRCREV}"
PR = "r13"
SRC_URI = "git://anongit.freedesktop.org/git/pa... | Add a patch to packagekit Make packagekit can remove packagekit without regarding the dependency. (So that can remove packages such as splinter depended by tasks) | packagekit: Add a patch to packagekit
Make packagekit can remove packagekit without regarding the
dependency. (So that can remove packages such as splinter depended by tasks)
| BitBake | mit | trini/openembedded,sampov2/audio-openembedded,JamesAng/goe,demsey/openembedded,anguslees/openembedded-android,trini/openembedded,dellysunnymtech/sakoman-oe,nzjrs/overo-openembedded,buglabs/oe-buglabs,BlackPole/bp-openembedded,JrCs/opendreambox,nvl1109/openembeded,mrchapp/arago-oe-dev,nzjrs/overo-openembedded,openembedd... |
9672d0a66a20bf8222b9cb9c67e2cfcf352b5734 | meta-oe/recipes-support/fftw/fftw_3.3.4.bb | meta-oe/recipes-support/fftw/fftw_3.3.4.bb | require fftw.inc
SRC_URI[md5sum] = "2edab8c06b24feeb3b82bbb3ebf3e7b3"
SRC_URI[sha256sum] = "8f0cde90929bc05587c3368d2f15cd0530a60b8a9912a8e2979a72dbe5af0982"
| require fftw.inc
SRC_URI[md5sum] = "2edab8c06b24feeb3b82bbb3ebf3e7b3"
SRC_URI[sha256sum] = "8f0cde90929bc05587c3368d2f15cd0530a60b8a9912a8e2979a72dbe5af0982"
BBCLASSEXTEND = "native"
| Build native version as well | fftw: Build native version as well
imagemagick-native needs it
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | fredcadete/meta-openembedded,epylar/meta-openembedded,MCherifiOSS/meta-openembedded,kraj/meta-openembedded,rdm-dev/meta-openembedded,amery/meta-openembedded,fredcadete/meta-openembedded,schnitzeltony/meta-openembedded,joelagnel/meta-openembedded,epylar/meta-openembedded,kraj/meta-openembedded,shr-distribution/meta-oe,s... |
c608799ca53412ef861bcdfe73c88d7f2abedded | recipes/xorg-lib/libxv_1.0.6.bb | recipes/xorg-lib/libxv_1.0.6.bb | require xorg-lib-common.inc
DESCRIPTION = "X11 Video extension library"
LICENSE = "GPL"
DEPENDS += "libxext videoproto"
PR = "${INC_PR}.0"
SRC_URI[archive.md5sum] = "e292445a64b63e918bbc8b6aae6391dd"
SRC_URI[archive.sha256sum] = "e20f8e594bb0f44f3fbd25996945730391d72acbe5eaac760429fd6579caf5ee"
XORG_PN = "libXv"
| require xorg-lib-common.inc
DESCRIPTION = "X11 Video extension library"
LICENSE = "MIT-style"
DEPENDS += "libxext videoproto"
PR = "${INC_PR}.1"
SRC_URI[archive.md5sum] = "e292445a64b63e918bbc8b6aae6391dd"
SRC_URI[archive.sha256sum] = "e20f8e594bb0f44f3fbd25996945730391d72acbe5eaac760429fd6579caf5ee"
XORG_PN = "libXv... | Update LICENSE field version to MIT-style | libxv: Update LICENSE field version to MIT-style
* Updated LICENSE field version from generic GPL to MIT-style to
reflect the real license version.
* This change was based on setting in oe-core as well as code
inspection.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
Signed-off-by:... | BitBake | mit | xifengchuo/openembedded,hulifox008/openembedded,openembedded/openembedded,openembedded/openembedded,giobauermeister/openembedded,openembedded/openembedded,xifengchuo/openembedded,xifengchuo/openembedded,openembedded/openembedded,openembedded/openembedded,openembedded/openembedded,giobauermeister/openembedded,giobauerme... |
86fee44042939cb1ab6ccde6f0acf43851571453 | recipes-core/images/core-image-pelux.bb | recipes-core/images/core-image-pelux.bb | #
# Copyright (C) 2016 Pelagicore AB
#
DESCRIPTION = "Image for creating a Pelux image"
inherit core-image-bistro
# Pelux components
IMAGE_INSTALL += "softwarecontainer"
| #
# Copyright (C) 2016 Pelagicore AB
#
DESCRIPTION = "Image for creating a Pelux image"
require recipes-core/images/core-image-bistro.bb
# Pelux components
IMAGE_INSTALL += "softwarecontainer"
| Fix syntax mistake when inheriting core-image-bistro | Fix syntax mistake when inheriting core-image-bistro | BitBake | mit | Pelagicore/meta-pelux,GordanM/meta-pelux,Pelagicore/meta-pelux,Pelagicore/meta-pelux,GordanM/meta-pelux |
d0c6dddaae96e1390589bf85e1f38ef1714bdae0 | recipes/beagleboard/beagleboard-test-scripts_git.bb | recipes/beagleboard/beagleboard-test-scripts_git.bb | ## Reminder: The correct spacing for a variable is FOO = "BAR" in : PR="r1"
DESCRIPTION = "BeagleBoard test scripts"
HOMEPAGE = "http://beagleboad.org/support"
PR = "r2"
SRC_URI = "git://gitorious.org/beagleboard-validation/scripts.git;protocol=git \
"
SRCREV = "473dd2ab20d866be6168c9f992c2c9e74e485c9d"
S = "${WORK... | ## Reminder: The correct spacing for a variable is FOO = "BAR" in : PR="r1"
DESCRIPTION = "BeagleBoard test scripts"
HOMEPAGE = "http://beagleboad.org/support"
PR = "r3"
SRC_URI = "git://gitorious.org/~joelf/beagleboard-validation/validation-scripts.git;protocol=git \
"
SRCREV = "2df76857155fbd462527c2b00ee83214483... | Add a script flash-fs.sh for flashing NAND | beagleboard-test-scripts: Add a script flash-fs.sh for flashing NAND
This script flashes the NAND of a BeagleBoard if:
* There is a valid image on the SD Card to flash
* The board has NAND
Signed-off-by: Joel A Fernandes <4d60a67c06f64f7da11cc7e4a924336c2efa9ab5@gmail.com>
Signed-off-by: Koen Kooi <42e3d96910f922... | BitBake | mit | rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal |
9c79a7c7017792123a176e7f3dda5984e2e13700 | recipes-bsp/burn-boot/burn-boot_git.bb | recipes-bsp/burn-boot/burn-boot_git.bb | SUMMARY = "A small python tool for downloading bootloader to ddr through serial port"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=219f23a516954274fab23350ce921da3"
SRCREV = "bee2ea1660f3a03df8d391fb75aa08dbc3441856"
SRC_URI = "git://github.com/96boards-hikey/burn-boot.git;protocol=https"
S = "${WORKDIR}/g... | SUMMARY = "A small python tool for downloading bootloader to ddr through serial port"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=219f23a516954274fab23350ce921da3"
SRCREV = "bee2ea1660f3a03df8d391fb75aa08dbc3441856"
SRC_URI = "git://github.com/96boards-hikey/burn-boot.git;protocol=https"
S = "${WORKDIR}/g... | Add missing python to rdeps | burn-boot: Add missing python to rdeps
fixes
QA Issue: /usr/bin/hisi-idt.py contained in package burn-boot requires /usr/bin/python, but no providers found in RDEPENDS_burn-boot? [file-rdeps]
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | 96boards/meta-96boards,mrchapp/meta-96boards |
65d74efd65633b1a4a3fd312435cfb25660fffc5 | meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb | meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-amsdk-sdk-host.bb | DESCRIPTION = "Task to install additional scripts and applications into the SDK"
LICENSE = "MIT"
PR = "r3"
inherit packagegroup
PACKAGE_ARCH = "${MACHINE_ARCH}"
# Choose the kernel and u-boot recipe sources to use
U-BOOT_SRC = ""
KERNEL_SRC = ""
U-BOOT_SRC_am335x-evm = "u-boot-src"
KERNEL_SRC_am335x-evm = "linux-am... | DESCRIPTION = "Task to install additional scripts and applications into the SDK"
LICENSE = "MIT"
PR = "r4"
inherit packagegroup
PACKAGE_ARCH = "${MACHINE_ARCH}"
# Choose the kernel and u-boot recipe sources to use
U-BOOT_SRC = "${PREFERRED_PROVIDER_virtual/bootloader}-src"
KERNEL_SRC = "${PREFERRED_PROVIDER_virtual... | Use generic name for sources | arago-tisdk-amsdk-sdk-host: Use generic name for sources
* Use generic name for kernel and u-boot sources which will allow for any
machine to be used without modification.
Signed-off-by: Franklin S. Cooper Jr <b8c01a1703dc362919183054a071c1f348818c23@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486... | BitBake | mit | MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago |
13b8171aaf7d88f3dc0b67fd45e5c49e5a2dc272 | recipes/libmad/libmad_0.15.1b.bb | recipes/libmad/libmad_0.15.1b.bb | DESCRIPTION = "MPEG Audio Decoder Library"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libid3tag"
LICENSE = "GPL"
PR = "r5"
SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \
file://add-pkgconfig.patch \
file://mad.diff \
file://mad-mips-h-constraint.patch"
S = "${WORKDIR}/libmad-${PV... | DESCRIPTION = "MPEG Audio Decoder Library"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "libid3tag"
LICENSE = "GPLv2"
PR = "r6"
SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \
file://add-pkgconfig.patch \
file://mad.diff \
file://mad-mips-h-constraint.patch"
S = "${WORKDIR}/libmad-${... | Update LICENSE field version to GPLv2 | libmad: Update LICENSE field version to GPLv2
* Updated LICENSE field version from generic GPL to GPLv2 to
reflect the real license version.
* This change was back-ported from oe-core.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b1... | BitBake | mit | giobauermeister/openembedded,xifengchuo/openembedded,xifengchuo/openembedded,xifengchuo/openembedded,openembedded/openembedded,giobauermeister/openembedded,hulifox008/openembedded,openembedded/openembedded,xifengchuo/openembedded,openembedded/openembedded,giobauermeister/openembedded,giobauermeister/openembedded,giobau... |
fbbadf9f2a66460a5115672c6726af3e2d011e36 | packages/gpe-conf/gpe-conf_svn.bb | packages/gpe-conf/gpe-conf_svn.bb | DEFAULT_PREFERENCE = "-1"
DESCRIPTION = "Configuration applets for GPE"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ntp gpe-login gpe-icons"
RDEPENDS_${PN} = "xst tzdata xset ntpdate gpe-login gpe-icons"
RDEPENDS_gpe-conf-panel... | DEFAULT_PREFERENCE = "-1"
DESCRIPTION = "Configuration applets for GPE"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gtk+ libgpewidget libxsettings libxsettings-client pcmcia-cs xst xset ntp gpe-login gpe-icons"
RDEPENDS_${PN} = "xst tzdata xset ntpdate gpe-login gpe-icons"
RDEPENDS_gpe-conf-panel... | Update svn recipe to new version and use of SRCREV. | gpe-conf: Update svn recipe to new version and use of SRCREV.
| BitBake | mit | scottellis/overo-oe,sampov2/audio-openembedded,philb/pbcl-oe-2010,buglabs/oe-buglabs,sutajiokousagi/openembedded,philb/pbcl-oe-2010,nx111/openembeded_openpli2.1_nx111,rascalmicro/openembedded-rascal,dave-billin/overo-ui-moos-auv,troth/oe-ts7xxx,giobauermeister/openembedded,nzjrs/overo-openembedded,troth/oe-ts7xxx,nzjrs... |
ccf4305849167273b57f50988905401fa105bd0c | recipes-image/images/tizen-common-core-image-minimal.bb | recipes-image/images/tizen-common-core-image-minimal.bb | SUMMARY = "A very basic Wayland image with a terminal"
IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs"
LICENSE = "MIT"
inherit core-image distro_features_check
REQUIRED_DISTRO_FEATURES = "wayland"
CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples clutter-1.0-examples"
DESCR... | SUMMARY = "A very basic Wayland image with a terminal"
IMAGE_FEATURES += "splash package-management ssh-server-dropbear hwcodecs"
LICENSE = "MIT"
inherit core-image distro_features_check
REQUIRED_DISTRO_FEATURES = "wayland"
CORE_IMAGE_BASE_INSTALL += "weston weston-init weston-examples clutter-1.0-examples"
DESCR... | Add missing driver for weston | Add missing driver for weston
Change-Id: I2031cdc3056eccbee066fa41d7abb102a7dcfa06
Signed-off-by: Ronan Le Martret <29be4743435b164f21f04b2b46fc7a7d4a028270@fridu.net>
| BitBake | mit | TizenTeam/meta-tizen,TizenTeam/meta-tizen,TizenTeam/meta-tizen,TizenTeam/meta-tizen |
45865eb5f7c632aec1d87005e77fda5c48e3bed2 | recipes-stef/images/xbmc-image.bb | recipes-stef/images/xbmc-image.bb | include recipes-core/images/core-image-base.bb
IMAGE_FEATURES += "debug-tweaks"
# SOC_EXTRA_IMAGE_FEATURES ?= "tools-testapps"
SOC_EXTRA_IMAGE_FEATURES=""
# Add extra image features
EXTRA_IMAGE_FEATURES += " \
${SOC_EXTRA_IMAGE_FEATURES} \
nfs-server \
tools-debug \
tools-profile \
"
IMAGE_INSTALL +... | include recipes-core/images/core-image-base.bb
IMAGE_FEATURES += "debug-tweaks"
# SOC_EXTRA_IMAGE_FEATURES ?= "tools-testapps"
SOC_EXTRA_IMAGE_FEATURES=""
# Add extra image features
EXTRA_IMAGE_FEATURES += " \
${SOC_EXTRA_IMAGE_FEATURES} \
nfs-server \
tools-debug \
tools-profile \
"
IMAGE_INSTALL +... | Add native SDK in image | Add native SDK in image
| BitBake | mit | wolfgar/meta-stef |
ad773f4d757b1f815f18dda7e62de239c50abeef | recipes-jumpnow/images/jumpnow-qte-image.bb | recipes-jumpnow/images/jumpnow-qte-image.bb | # Add opencv and qte to the console image
require jumpnow-console-image.bb
QT_TOOLS = " \
qt4-embedded-dev\
qt4-embedded \
qt4-embedded-plugin-mousedriver-tslib \
"
TS_TOOLS = " \
tslib-calibrate \
tslib-tests \
tslib-conf \
"
#OPENCV_DEV = " \
# opencv-dev \
# opencv-samples-dev ... | # Add opencv and qte to the console image
require jumpnow-console-image.bb
QT_TOOLS = " \
qt4-embedded-dev\
qt4-embedded \
qt4-embedded-plugin-mousedriver-tslib \
"
TS_TOOLS = " \
tslib-calibrate \
tslib-tests \
tslib-conf \
"
OPENCV_DEV = " \
opencv-dev \
opencv-samples-dev \
... | Add opencv to IMAGE_INSTALL of qte image | Add opencv to IMAGE_INSTALL of qte image
| BitBake | mit | scottellis/meta-jumpnow,scottellis/meta-jumpnow,scottellis/meta-jumpnow |
698bc10d32b6b237ebe1d72a6311a039071c33ed | recipes/u-boot/u-boot-omap3_git.bb | recipes/u-boot/u-boot-omap3_git.bb | require u-boot.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/"
SRCREV = "35e1a9b87750483027f1114364d7980d71cd936d"
PV = "2009.08+${PR}+git${SRCREV}"
PR = "r6"
PE = "1"
SRC_URI = "git://git.denx.de/u-boot-ti.git;protocol=git \
file://fw-env.config \
file://dss... | require u-boot.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-omap3-git/"
SRCREV = "f5d89a12bc201e7040f1d3262222cc2f1958cee5"
PV = "2009.08+${PR}+git${SRCREV}"
PR = "r7"
PE = "1"
SRC_URI = "git://git.denx.de/u-boot-ti.git;protocol=git \
file://fw-env.config \
file://dss... | Change SRCREV to commit prior to build breakage | u-boot-omap3: Change SRCREV to commit prior to build breakage
| BitBake | mit | yyli/overo-oe,nzjrs/overo-openembedded,nzjrs/overo-openembedded,nzjrs/overo-openembedded,nzjrs/overo-openembedded,John-NY/overo-oe,scottellis/overo-oe,John-NY/overo-oe,yyli/overo-oe,John-NY/overo-oe,John-NY/overo-oe,nzjrs/overo-openembedded,scottellis/overo-oe,yyli/overo-oe,John-NY/overo-oe,yyli/overo-oe,yyli/overo-oe,... |
2b90974c07e16af925dbf6b78947a1cc2d6ba19c | recipes-kernel/linux/linux-yocto_3.4.bb | recipes-kernel/linux/linux-yocto_3.4.bb | require linux.inc
require linux-dtb.inc
DESCRIPTION = "Linux kernel for the koelsch board"
COMPATIBLE_MACHINE = "koelsch"
PR = "r1"
PV_append = "+git${SRCREV}"
SRCREV = "77d929639b4354d660fd3b6d808603ab625f69c5"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=git;branch=b... | require linux.inc
require linux-dtb.inc
DESCRIPTION = "Linux kernel for the koelsch board"
COMPATIBLE_MACHINE = "koelsch"
PR = "r2"
PV_append = "+git${SRCREV}"
SRCREV = "f49d2c9098ac09ebfe174564259c287f9644fd7f" ... | Update to gent2-5 (version 0.5.0) | linux-yocto: Update to gent2-5 (version 0.5.0)
BSP gent2-5 (version 0.5.0) released. This updates the recipe to match it.
Signed-off-by: Nobuhiro Iwamatsu <2b8440e189956f325e301c8d8c76bd30356b2f9f@renesas.com>
| BitBake | mit | clopez/meta-renesas,clopez/meta-renesas |
566b9d6676bccac23409f502c6e16071de4a5dc8 | recipes-debian/attr/attr_debian.bb | recipes-debian/attr/attr_debian.bb | SUMMARY = "Utilities for manipulating filesystem extended attributes"
HOMEPAGE = "http://savannah.nongnu.org/projects/attr/"
SECTION = "libs"
DEPENDS = "virtual/libintl"
LICENSE = "LGPLv2.1+ & GPLv2+"
LICENSE_${PN} = "GPLv2+"
LICENSE_lib${BPN} = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e... | SUMMARY = "Utilities for manipulating filesystem extended attributes"
HOMEPAGE = "http://savannah.nongnu.org/projects/attr/"
SECTION = "libs"
DEPENDS = "virtual/libintl"
LICENSE = "LGPLv2.1+ & GPLv2+"
LICENSE_${PN} = "GPLv2+"
LICENSE_lib${BPN} = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e... | Add a lucking license file name to LIC_FILES_CHKSUM. | attr: Add a lucking license file name to LIC_FILES_CHKSUM.
doc/COPYING says like below, but COPYING.LGPL is not included
in LIC_FILES_CHKSUM.
Most components of the "attr" package are licensed under
Version 2.1 of the GNU Lesser General Public License
(see COPYING.LGPL).
| BitBake | mit | meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian |
52adeb41aef1b2c12ac35c2abf50d831ecb02689 | meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb | meta-xilinx-bsp/recipes-kernel/hdmi/kernel-module-hdmi_git.bb | SUMMARY = "Xilinx HDMI Linux Kernel module"
DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices"
SECTION = "kernel/modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=570506b747d768e7802376f932dff926"
XLNX_HDMI_VERSION = "5.4.0"
PV = "${XLNX_HDMI_VERSION}"
S = "${WORKDIR}/... | SUMMARY = "Xilinx HDMI Linux Kernel module"
DESCRIPTION = "Out-of-tree HDMI kernel modules provider for MPSoC EG/EV devices"
SECTION = "kernel/modules"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE.md;md5=570506b747d768e7802376f932dff926"
XLNX_HDMI_VERSION = "5.4.0"
PV = "${XLNX_HDMI_VERSION}"
S = "${WORKDIR}/... | Update commit id for 2021.1 | hdmi: Update commit id for 2021.1
Update the commit id for 2021.1 after adding bare metal driver changes.
Signed-off-by: Vishal Sagar <vishal.sagar@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <dcd6f85a7bffd89d026445db0f5113d6d436d06a@xilinx.com>
cherry-pick: ca4bc107663087eaf2a2380df5a178a1d86948d6
Signed-o... | BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
ca12596644a7c9c049332e3c0ead35ccb4398cbc | recipes-apps/image-update/image-update_1.0.bb | recipes-apps/image-update/image-update_1.0.bb | DESCRIPTION = "Image update is used to update alternate image on SOM."
SUMMARY = "Image update is used to update alternate image on SOM. \
If the current image is ImageA, ImageB will get updated and vice versa. \
Usage: image_update <Input Image File>"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENS... | DESCRIPTION = "Image update is used to update alternate image on SOM."
SUMMARY = "Image update is used to update alternate image on SOM. \
If the current image is ImageA, ImageB will get updated and vice versa. \
Usage: image_update <Input Image File>"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENS... | Update SRCREV to reflect latest changes | linux-image_update: Update SRCREV to reflect latest changes
Debug prints in image_update have been enhanced. This patch reflects
the same.
Signed-off-by: Vikram Sreenivasa Batchali <f5dd2407fe41be9d719e53b6ef4401aa1742c18f@xilinx.com>
Signed-off-by: Sai Hari Chandana Kalluri <dcd6f85a7bffd89d026445db0f5113d6d436d06a@... | BitBake | mit | Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux |
e33fcfb7e3cafc67238108be7d3693d91928c944 | packages/ssmtp/ssmtp_2.61.bb | packages/ssmtp/ssmtp_2.61.bb | SECTION = "console/network"
DEPENDS = "openssl"
DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub."
PR = "r3"
SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \
file://ldflags.patch;patch=1 \
file://configure.patch;patch=1 \
file://libs-lcryp... | SECTION = "console/network"
DEPENDS = "openssl"
DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub."
PR = "r4"
SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \
file://ldflags.patch;patch=1 \
file://configure.patch;patch=1 \
file://libs-lcryp... | Update ssmtp u-a priority to be less than postfix's | Update ssmtp u-a priority to be less than postfix's | BitBake | mit | JrCs/opendreambox,JrCs/opendreambox,KDAB/OpenEmbedded-Archos,John-NY/overo-oe,nx111/openembeded_openpli2.1_nx111,openembedded/openembedded,openembedded/openembedded,openembedded/openembedded,openembedded/openembedded,rascalmicro/openembedded-rascal,rascalmicro/openembedded-rascal,libo/openembedded,nx111/openembeded_ope... |
dba170592187a41abc14682f980aa8a776510185 | recipes-debian/libevdev/libevdev_debian.bb | recipes-debian/libevdev/libevdev_debian.bb | SUMMARY = "Wrapper library for evdev devices"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/"
inherit autotools pkgconfig debian-package
PR = "r0"
LICENSE = "MIT-X"
LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \
file://libevdev/libevdev.h;endline=21;md5=... | SUMMARY = "Wrapper library for evdev devices"
HOMEPAGE = "http://www.freedesktop.org/wiki/Software/libevdev/"
inherit autotools pkgconfig debian-package
PR = "r1"
LICENSE = "MIT-X"
LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \
file://libevdev/libevdev.h;endline=21;md5=... | Remove debian patch which should not be applied in do_debian_patch | libevdev: Remove debian patch which should not be applied in do_debian_patch
use-system-libevdev-for-tests.patch is only applied while running debian/tests/check,
not for building package.
Signed-off-by: Trung Do <64081e6b7eb2b24289b8a4e51cef9836ddf28af2@toshiba-tsdv.com>
| BitBake | mit | nghiaht-tsdv/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,tienlee/meta-de... |
47ed43deb2b6915895c0ddeee4935fccf482dce7 | meta-gnome/recipes-gnome/dconf/dconf_0.36.0.bb | meta-gnome/recipes-gnome/dconf/dconf_0.36.0.bb | SUMMARY = "configuation database system"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
SECTION = "x11/gnome"
SRC_URI[archive.md5sum] = "1a50c988d9f0206f74a44f7c6d09cead"
SRC_URI[archive.sha256sum] = "9fe6bb22191fc2a036ad86fd8e7d165e9983c687b9fedccf85d46c799301da2d"
DEPE... | SUMMARY = "configuation database system"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
SECTION = "x11/gnome"
SRC_URI[archive.md5sum] = "1a50c988d9f0206f74a44f7c6d09cead"
SRC_URI[archive.sha256sum] = "9fe6bb22191fc2a036ad86fd8e7d165e9983c687b9fedccf85d46c799301da2d"
DEPE... | Add leading whitespace for append operator | dconf: Add leading whitespace for append operator
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded... |
36e6d4181d168bb7a06395516423b274f70037f6 | recipes-bsp/burn-boot/burn-boot_git.bb | recipes-bsp/burn-boot/burn-boot_git.bb | SUMMARY = "A small python tool for downloading bootloader to ddr through serial port"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=219f23a516954274fab23350ce921da3"
SRCREV = "6d8429dd5dfa4ec1cee4428cafe882c16624832a"
SRC_URI = "git://github.com/96boards-hikey/burn-boot.git;protocol=https \
"
S = "${WORKDIR... | SUMMARY = "A small python tool for downloading bootloader to ddr through serial port"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=219f23a516954274fab23350ce921da3"
SRCREV = "6d8429dd5dfa4ec1cee4428cafe882c16624832a"
SRC_URI = "git://github.com/96boards-hikey/burn-boot.git;protocol=https \
"
S = "${WORKDIR... | Make it multilib safe, delete target recipe | burn-boot: Make it multilib safe, delete target recipe
Since it plays with DEPLOY_DIR, we have to ensure its cleaned before
rebuilds and its host only package so make it native only.
This helps resolve conflicts when multilib is enabled
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | 96boards/meta-96boards,mrchapp/meta-96boards |
f5cab49989e9e0cab54f4ddb95b1d37fdcb2ac55 | meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb | meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb | SUMMARY = "Torrent client"
HOMEPAGE = "http://libtorrent.rakshasa.no/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses"
SRC_URI = "git://github.com/rakshasa/rtorrent \
file://don-t-run-code-while-configuring-pack... | SUMMARY = "Torrent client"
HOMEPAGE = "http://libtorrent.rakshasa.no/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses"
SRC_URI = "git://github.com/rakshasa/rtorrent \
file://don-t-run-code-while-configuring-pack... | Add and enable ipv6 packageconfig based on DISTRO_FEATURES | rtorrent: Add and enable ipv6 packageconfig based on DISTRO_FEATURES
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | schnitzeltony/meta-openembedded,rehsack/meta-openembedded,moto-timo/meta-openembedded,VCTLabs/meta-openembedded,amery/meta-openembedded,victronenergy/meta-openembedded,mrchapp/meta-openembedded,moto-timo/meta-openembedded,victronenergy/meta-openembedded,VCTLabs/meta-openembedded,rehsack/meta-openembedded,lgirdk/meta-op... |
65a514a1e89115c96ed0951c2aa4f1f78b92e65e | recipes-debian/quilt/quilt_debian.bb | recipes-debian/quilt/quilt_debian.bb | #
# base recipe: recipes-devtools/quilt/quilt_0.65.bb
# base branch: master
# base commit: 821a6f2a170cfcaf8fe51240a2558ae06328a998
#
require quilt.inc
inherit gettext
| #
# base recipe: recipes-devtools/quilt/quilt_0.65.bb
# base branch: master
# base commit: 821a6f2a170cfcaf8fe51240a2558ae06328a998
#
require quilt.inc
inherit gettext
RDEPENDS_${PN}-ptest += "${PN}"
| Make quilt-ptest depend on quilt | quilt: Make quilt-ptest depend on quilt
'recipes-devtools/quilt/quilt.inc' overriden RDEPENDS_${PN}-ptest
and missed ${PN}.
Signed-off-by: Trung Do <64081e6b7eb2b24289b8a4e51cef9836ddf28af2@toshiba-tsdv.com>
| BitBake | mit | meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian,meta-debian/meta-debian |
7dd95720e56999b907abb9a3714c88d94912a4f0 | meta-oe/recipes-graphics/glm/glm_0.9.8.4.bb | meta-oe/recipes-graphics/glm/glm_0.9.8.4.bb | SUMMARY = "OpenGL Mathematics Library"
DESCRIPTION = "OpenGL Mathematics (GLM) is a header only C++ \
mathematics library for graphics software based on the OpenGL \
Shading Language (GLSL) specifications."
HOMEPAGE = "https://glm.g-truc.net"
BUGTRACKER = "https://github.com/g-truc/glm/issues"
SECTION = "libs"
LICENS... | SUMMARY = "OpenGL Mathematics Library"
DESCRIPTION = "OpenGL Mathematics (GLM) is a header only C++ \
mathematics library for graphics software based on the OpenGL \
Shading Language (GLSL) specifications."
HOMEPAGE = "https://glm.g-truc.net"
BUGTRACKER = "https://github.com/g-truc/glm/issues"
SECTION = "libs"
LICENS... | Fix rootfs error for glm-dev install | glm: Fix rootfs error for glm-dev install
Since glm is header only, the default RDEPENDS from glm-dev
to glm causes a rootfs error.
Signed-off-by: Tom Hochstein <d3f54c5ed448dd8f49d051a9857d0e3d7888d99c@nxp.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | amery/meta-openembedded,mrchapp/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,mrchapp/meta-openembedded,lgirdk/meta-openembedded,mrchapp/meta-openembedded,moto-timo/meta-openembedded,moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,victronenergy/meta-openembedded,schn... |
c7a0b3dfeb29d7c878aa1069dce3b2af922a0bce | recipes-aws/python/python3-s3transfer_0.1.13.bb | recipes-aws/python/python3-s3transfer_0.1.13.bb | inherit setuptools3
require python-s3transfer.inc
RDEPENDS_${PN} = "\
${PYTHON_PN}-futures \
"
| inherit setuptools3
require python-s3transfer.inc
RDEPENDS_${PN} = "\
${PYTHON_PN}-multiprocessing \
"
| Fix RDEPENDS to point at python3-multiprocessing | python3-s3transfer: Fix RDEPENDS to point at python3-multiprocessing
python3-futures doesn't exist, point at python3-multiprocessing to pick
up the equivalent capability
Signed-off-by: Alex Kiernan <4b5f5be05eafb72e9d17316d31dbc865680e1023@gmail.com>
| BitBake | mit | intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud |
eb79d25b6731441fdbec60f2d748d288008504b4 | recipes/gnome/gnome-mime-data_2.18.0.bb | recipes/gnome/gnome-mime-data_2.18.0.bb | LICENSE = "GPL"
inherit gnome
DEPENDS += "shared-mime-info intltool-native"
RDEPENDS_${PN} = "shared-mime-info"
PR = "r1"
FILES_${PN}-dev += "${datadir}/pkgconfig/*.pc"
SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c"
SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69f48028b1e... | LICENSE = "GPLv2 GPLv2+"
inherit gnome
DEPENDS += "shared-mime-info intltool-native"
RDEPENDS_${PN} = "shared-mime-info"
PR = "r2"
FILES_${PN}-dev += "${datadir}/pkgconfig/*.pc"
SRC_URI[archive.md5sum] = "541858188f80090d12a33b5a7c34d42c"
SRC_URI[archive.sha256sum] = "37196b5b37085bbcd45c338c36e26898fe35dd5975295f69... | Update LICENSE field version to GPLv2 | gnome-mime-data: Update LICENSE field version to GPLv2
* Updated LICENSE field version from generic GPL to GPLv2 and
GPLv2+ to reflect the real license version.
* This change was back-ported from oe-core.
Signed-off-by: Chase Maupin <5a5662f468a76e0fc4391e65fb9f536df44d7380@ti.com>
| BitBake | mit | sledz/oe,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,sledz/oe,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev |
f3185a70a3f3de2c67b4cfd3a66dcf4e01d085cb | meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb | meta-oe/recipes-extended/lcdproc/lcdproc_0.5.5.bb | require lcdproc5.inc
SRC_URI += "file://automake-111-fix.patch"
SRC_URI[md5sum] = "c92d4529d36eeec6d9d6fd0a4aa3ec82"
SRC_URI[sha256sum] = "b136b47d7bf585a003334f432d8730a36ef5ed1cd520084b919667d825e48d42"
PACKAGECONFIG ?= ""
PACKAGECONFIG[g15] = ",,libg15 g15daemon libg15render,"
LCD_DRIVERS_append = "${@base_conta... | require lcdproc5.inc
SRC_URI += "file://automake-111-fix.patch"
SRC_URI[md5sum] = "c92d4529d36eeec6d9d6fd0a4aa3ec82"
SRC_URI[sha256sum] = "b136b47d7bf585a003334f432d8730a36ef5ed1cd520084b919667d825e48d42"
PACKAGECONFIG ?= ""
PACKAGECONFIG[g15] = ",,libg15 g15daemon libg15render,"
PACKAGECONFIG[hid] = "--enable-libhi... | Remove floating dependency on libhid | lcdproc: Remove floating dependency on libhid
Signed-off-by: Richard Purdie <3b7a1db6efedd40440bc6443bf377195011524e5@linuxfoundation.org>
| BitBake | mit | akuster/meta-openembedded,epylar/meta-openembedded,kraj/meta-openembedded,VCTLabs/meta-openembedded,joelagnel/meta-openembedded,dm8tbr/kodi-wip,lgirdk/meta-openembedded,schnitzeltony/meta-openembedded,amery/meta-openembedded,kraj/meta-openembedded,mrchapp/meta-openembedded,RealVNC/yocto_imx6sabreauto_meta-openembedded,... |
ccd12ac24cf41d483738a01dc4accae4bca7cddd | meta-oe/recipes-extended/socketcan/can-utils_git.bb | meta-oe/recipes-extended/socketcan/can-utils_git.bb | SUMMARY = "Linux CAN network development utilities"
DESCRIPTION = "Linux CAN network development"
LICENSE = "GPLv2 & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7"
DEPENDS = "libsocketcan"
SRC_URI = "git://git.gitorious.org/linux-can/${BPN}.git;protocol=g... | SUMMARY = "Linux CAN network development utilities"
DESCRIPTION = "Linux CAN network development"
LICENSE = "GPLv2 & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7"
DEPENDS = "libsocketcan"
SRC_URI = "git://git.gitorious.org/linux-can/${BPN}.git;protocol=h... | Change protocol from git to https | can-utils: Change protocol from git to https
gitorious.org that is hosting can-utils has stopped providing git protocol.
That https is provided instead. This will change protocol to get can-utils
of source code from git to https.
Signed-off-by: Nobuhiro Iwamatsu <2b8440e189956f325e301c8d8c76bd30356b2f9f@renesas.com>
... | BitBake | mit | RedFIR/meta-openembedded,joelagnel/meta-openembedded,epylar/meta-openembedded,rofehr/meta-openembedded,kraj/meta-openembedded,mrchapp/meta-openembedded,rdm-dev/meta-openembedded,kraj/meta-openembedded,rofehr/meta-openembedded,lgirdk/meta-openembedded,fredcadete/meta-openembedded,shr-distribution/meta-oe,mrchapp/meta-op... |
6bd1896f109c28dd71177cf2df079599b98969e3 | recipes-multimedia/gstreamer1.0-plugins/g1-decoder_1.0.bb | recipes-multimedia/gstreamer1.0-plugins/g1-decoder_1.0.bb | DESCRIPTION = "G1 Hantro decoder"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://software/source/inc/basetype.h;endline=36;md5=e3202b62900668ae783c037af34f1ff5"
PR = "r1"
inherit autotools pkgconfig gettext
SRC_URI = "git://github.com/linux4sam/g1_decoder.git;branch=master;protocol=http"
SRCREV = "cb81273566b7c1609ce2... | DESCRIPTION = "G1 Hantro decoder"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://software/source/inc/basetype.h;endline=36;md5=e3202b62900668ae783c037af34f1ff5"
PR = "r1"
inherit autotools pkgconfig gettext
SRC_URI = "git://github.com/linux4sam/g1_decoder.git;branch=master;protocol=http"
SRCREV = "cb81273566b7c1609ce2... | Remove trailing slash from S | g1-decoder: Remove trailing slash from S
This will help pseudo maintain consistent file database
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | linux4sam/meta-atmel,linux4sam/meta-atmel,linux4sam/meta-atmel,linux4sam/meta-atmel,linux4sam/meta-atmel |
b652b082b012bd5c849502e5a0f3a8e50ffb8939 | packages/iotop/iotop_0.2.1.bb | packages/iotop/iotop_0.2.1.bb | HOMEPAGE = "http://guichaz.free.fr/iotop/"
LICENSE = "GPL"
SRC_URI = "http://guichaz.free.fr/iotop/files/${PN}-${PV}.tar.bz2"
inherit distutils
| HOMEPAGE = "http://guichaz.free.fr/iotop/"
LICENSE = "GPL"
PR = "r1"
RDEPENDS = "python-distutils python-curses python-setuptools python-textutils"
SRC_URI = "http://guichaz.free.fr/iotop/files/${PN}-${PV}.tar.bz2"
inherit distutils
do_install_prepend() {
rm -f ${D}${libdir}/${PYTHON_DIR}/site-packages/site.pyo... | Make the installed package work | [iotop] Make the installed package work
| BitBake | mit | yyli/overo-oe,openembedded/openembedded,demsey/openenigma2,YtvwlD/od-oe,nx111/openembeded_openpli2.1_nx111,openpli-arm/openembedded,scottellis/overo-oe,demsey/openenigma2,nvl1109/openembeded,crystalfontz/openembedded,nzjrs/overo-openembedded,dave-billin/overo-ui-moos-auv,demsey/openembedded,scottellis/overo-oe,bticino/... |
e4a3c66505069ab076e377b43ee2b721ef4f11c7 | meta-oe/recipes-devtools/pahole/pahole_1.22.bb | meta-oe/recipes-devtools/pahole/pahole_1.22.bb | SUMMARY = "Shows and manipulates data structure layout"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "elfutils zlib libbpf"
COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux"
SRCREV = "f02af2553ea58ae1186226af0d0ec835a248358f"
SRC_URI = "git://git.kernel.org/pu... | SUMMARY = "Shows and manipulates data structure layout"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "elfutils zlib libbpf"
COMPATIBLE_HOST = "(x86_64|i.86|aarch64).*-linux"
SRCREV = "f02af2553ea58ae1186226af0d0ec835a248358f"
SRC_URI = "git://git.kernel.org/pu... | Add missing rdep for python | pahole: Add missing rdep for python
Fixes
pahole-1.22: /usr/bin/ostra-cg contained in package pahole-extra requires /usr/bin/python3, but no providers found in RDEPENDS:pahole-extra? [file-rdeps]
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Cc: Matteo Croce <02599495dea0e5fe5ba2d24686e... | BitBake | mit | schnitzeltony/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,... |
cdcfec54b66905780364f3e3023d951314986401 | recipes/nodejs/nodejs_0.4.2.bb | recipes/nodejs/nodejs_0.4.2.bb | DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
HOMEPAGE = "http://nodejs.org"
LICENSE = "MIT"
DEPENDS = "openssl"
SRC_URI = " \
http://nodejs.org/dist/node-v${PV}.tar.gz \
file://libev-cross-cc_${PV}.patch \
"
SRC_URI[md5sum] = "9e9e791e125f6a601ebc663dc99c72a8"
SRC_URI[sha256sum] = "09b1100ca6828eedbe5241... | DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
HOMEPAGE = "http://nodejs.org"
LICENSE = "MIT"
DEPENDS = "openssl"
SRC_URI = " \
http://nodejs.org/dist/node-v${PV}.tar.gz \
file://libev-cross-cc_${PV}.patch \
"
SRC_URI[md5sum] = "9e9e791e125f6a601ebc663dc99c72a8"
SRC_URI[sha256sum] = "09b1100ca6828eedbe5241... | Make configure script not use host libutil | nodejs: Make configure script not use host libutil
Without this patch the configure script of nodejs-0.4.2 will use host libs for libutil. Excerpt from build/config.log:
Checking for library util
==>
int main() {
return 0;
}
<==
[1/2] cxx: build/.conf_check_0/test.cpp -> build/.conf_check_0/testbuild/defaul... | BitBake | mit | openembedded/openembedded,hulifox008/openembedded,sentient-energy/emsw-oe-mirror,JamesAng/goe,dellysunnymtech/sakoman-oe,dellysunnymtech/sakoman-oe,openembedded/openembedded,JamesAng/goe,hulifox008/openembedded,dellysunnymtech/sakoman-oe,xifengchuo/openembedded,giobauermeister/openembedded,dellysunnymtech/sakoman-oe,gi... |
7370b4e031250e1e7e519f39349f9d1bc27d348d | meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb | meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.bb | SUMMARY = "Building and installing bootgen"
DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d526b6d0807bf263b97da1da876f39b1"
S = "${WORKDIR}/git"
DEPENDS += "openss... | SUMMARY = "Building and installing bootgen"
DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d526b6d0807bf263b97da1da876f39b1"
S = "${WORKDIR}/git"
DEPENDS += "openss... | Update to bootgen SRCREV to point to latest commit on branch. | Update to bootgen SRCREV to point to latest commit on branch.
Signed-off-by: Mark Hatle <41765ab18fb75e64ff0efe27f2ebcdb2d6f7e44e@xilinx.com>
| BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
d420df7cf6a4bf18b434ebd6783bb97eb5753deb | recipes/u-boot/u-boot-bug_svn.bb | recipes/u-boot/u-boot-bug_svn.bb | DESCRIPTION = "U-boot bootloader w/ BUG support"
LICENSE = "GPL"
SECTION = "bootloader"
PRIORITY = "optional"
PV = "1.3.2+svnr${SRCPV}"
SRCREV = "8674"
PR = "r6"
SRC_URI = "\
svn://svn.buglabs.net/bug/branches/R1.4/qa;module=u-boot;proto=svn \
"
S = "${WORKDIR}/u-boot"
COMPATIBLE_MACHINE = "bug"
PACKAGE_ARCH = "${M... | DESCRIPTION = "U-boot bootloader w/ BUG support"
LICENSE = "GPL"
SECTION = "bootloader"
PRIORITY = "optional"
PV = "1.3.2+svnr${SRCPV}"
SRCREV = "8674"
PR = "r7"
SRC_URI = "\
svn://svn.buglabs.net/bug/branches/R1.4/qa;module=u-boot;proto=svn \
"
S = "${WORKDIR}/u-boot"
COMPATIBLE_MACHINE = "bug"
PACKAGE_ARCH = "${M... | Drop do_stage (not needed), add package_stagefile_shell to deploy | u-boot-bug: Drop do_stage (not needed), add package_stagefile_shell to deploy
Signed-off-by: Tom Rini <4c3d5c8f8c21c27dd329bd585f481113514551fd@mentor.com>
| BitBake | mit | dave-billin/overo-ui-moos-auv,sentient-energy/emsw-oe-mirror,mrchapp/arago-oe-dev,Martix/Eonos,anguslees/openembedded-android,openembedded/openembedded,trini/openembedded,BlackPole/bp-openembedded,Martix/Eonos,mrchapp/arago-oe-dev,sampov2/audio-openembedded,openembedded/openembedded,sutajiokousagi/openembedded,JamesAng... |
a1372dff58231d9410861e6b890cccdbbe75554a | meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb | meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb | DESCRIPTION = "AM SysInfo"
HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://mem_util/mem_util.c;beginline=1;endline=37;md5=8aa8e714ab729cfe8177298af8a5a25d"
SECTION = "system"
PACKAGE_STRIP = "no"
PR = "r5"
BRANCH ?= "master"
SRCREV = "f2b325741ebcd440c4b2fc91a6527... | DESCRIPTION = "AM SysInfo"
HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://mem_util/mem_util.c;beginline=1;endline=37;md5=8aa8e714ab729cfe8177298af8a5a25d"
SECTION = "system"
PACKAGE_STRIP = "no"
PR = "r6"
BRANCH ?= "master"
SRCREV = "86e936b0a50e450089471b53ae8c6... | Update am-sysinfo to pulled in makefile fix | am-sysinfo: Update am-sysinfo to pulled in makefile fix
* Updated commit addressed an issue that required the makefile to create and
remove the Release and Debug directory.
Signed-off-by: Franklin S. Cooper Jr <b8c01a1703dc362919183054a071c1f348818c23@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d48... | BitBake | mit | MentorEmbedded/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago,MentorEmbedded/meta-arago,MentorEmbedded/meta-arago,rcn-ee/meta-arago,rcn-ee/meta-arago |
6e27ccb7c8b06e04a77a1e7c27c6bba585aea79e | meta-ti-bsp/recipes-bsp/cmem/cmem-mod_git.bb | meta-ti-bsp/recipes-bsp/cmem/cmem-mod_git.bb | DESCRIPTION = "Kernel module for contiguous memory allocation from userspace"
include cmem.inc
# This package builds a kernel module, use kernel PR as base and append a local
MACHINE_KERNEL_PR:append = "a"
PR = "${MACHINE_KERNEL_PR}"
inherit module
EXTRA_OEMAKE += '-f lu.mak KERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR... | DESCRIPTION = "Kernel module for contiguous memory allocation from userspace"
include cmem.inc
# This package builds a kernel module, use kernel PR as base and append a local
MACHINE_KERNEL_PR:append = "a"
PR = "${MACHINE_KERNEL_PR}"
inherit module
EXTRA_OEMAKE += '-f lu.mak KERNEL_INSTALL_DIR="${STAGING_KERNEL_DIR... | Fix kernel module packaging for usrmerge | cmem-mod: Fix kernel module packaging for usrmerge
ERROR: cmem-mod-4.20.00.01+gitAUTOINC+86269258a4-0a do_package: QA Issue: cmem-mod: Files/directories were installed but not shipped in any package:
/lib/modules/5.10.100-g4a12bec7d3/extra/cmemk.ko
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@g... | BitBake | mit | rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti |
195e2956339014c93b001735860460c2f50407a6 | recipes-egt/apps/egt-launcher_1.0.bb | recipes-egt/apps/egt-launcher_1.0.bb | DESCRIPTION = "Microchip EGT launcher Application"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;endline=202;md5=3b83ef96387f14655fc854ddc3c6bd57"
PACKAGES = "\
${PN} \
${PN}-dev \
${PN}-dbg \
"
DEPENDS = "libegt"
SRC_URI = "git://github.com/linux4sam/egt-launcher.git;protocol=https \
file:... | DESCRIPTION = "Microchip EGT launcher Application"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;endline=202;md5=3b83ef96387f14655fc854ddc3c6bd57"
PACKAGES = "\
${PN} \
${PN}-dev \
${PN}-dbg \
"
DEPENDS = "libegt"
RDEPENDS_${PN} = "evtest"
SRC_URI = "git://github.com/linux4sam/egt-launcher.gi... | Add runtime dependency to evtest | egt-launcher: Add runtime dependency to evtest
Signed-off-by: Codrin Ciubotariu <97034fe81dd68ee5e1fa3aa6216f6373b034daef@microchip.com>
| BitBake | mit | linux4sam/meta-atmel,linux4sam/meta-atmel,linux4sam/meta-atmel,linux4sam/meta-atmel,linux4sam/meta-atmel |
cfb35f8f27a4f86fb55e24884e9d6d255f86891a | recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | recipes-bsp/u-boot/u-boot-ti-staging_2021.01.bb | require u-boot-ti.inc
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
PR = "r9"
BRANCH = "ti-u-boot-2021.01"
SRCREV = "20e7036ac9194b4ec8b0161b830d7f4f4d6db95f"
| require u-boot-ti.inc
LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025"
PR = "r10"
BRANCH = "ti-u-boot-2021.01"
SRCREV = "e335337914f2a47b72f823f0d5e36924c1747ad1"
| Update the u-boot srcrev to 08.00.00.003 | u-boot-ti-staging: Update the u-boot srcrev to 08.00.00.003
Update the u-boot to pick tag 08.00.00.003
Signed-off-by: Yogesh Siraswar <e4c3dc570d04bd480366ad8aa87a4b23b1e4ce6e@ti.com>
| BitBake | mit | rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti |
3ebe2ebaac084ba0068facd845e9dca86405d2b6 | meta-baylibre-acme/recipes-acme/libsigrok/libsigrok_0.3.0.bb | meta-baylibre-acme/recipes-acme/libsigrok/libsigrok_0.3.0.bb | LICENSE = "GPLv3"
SECTION = "libs"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "https://github.com/baylibre-acme/libsigrok/releases/download/libsigrok-${PV}-iio1/libsigrok-${PV}-iio1.tar.gz"
SRC_URI[md5sum] = "2833774ad596e07075463f7acc526a77"
SRC_URI[sha256sum] = "fbeb2726da5a82... | LICENSE = "GPLv3"
SECTION = "libs"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
SRC_URI = "https://github.com/baylibre-acme/libsigrok/releases/download/libsigrok-${PV}-iio1/libsigrok-${PV}-iio1.tar.gz"
SRC_URI[md5sum] = "2833774ad596e07075463f7acc526a77"
SRC_URI[sha256sum] = "fbeb2726da5a82... | Disable demo driver to only have iio driver running | Disable demo driver to only have iio driver running
| BitBake | mit | baylibre-acme/meta-baylibre |
413146be21307805c67d982f77ceeb3f760b38ad | recipes-multimedia/libdce/libdce_3.00.12.00.bb | recipes-multimedia/libdce/libdce_3.00.12.00.bb | 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
DEPENDS = "libdrm ti-ipc"
SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git"
... | 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
DEPENDS = "libdrm ti-ipc"
SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git"
... | Update SRCREV add MJPEG Encoder support | libdce: Update SRCREV add MJPEG Encoder support
Signed-off-by: Karthik Ramanan <6de1dcae9ab07cd18361f3588c5fcaba210b4a8e@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti |
c53b1f2eb3cc1b0fc98d0d18234d580c6b051766 | packages/iptables/iptables_1.3.3.bb | packages/iptables/iptables_1.3.3.bb | DESCRIPTION = "iptables network filtering tools"
HOMEPAGE = "http://www.netfilter.org/"
SECTION = "console/utils"
LICENSE = "GPL"
PR = "r1"
PACKAGES =+ "${PN}-utils"
FILES_${PN}-utils = "${bindir}/iptables-save ${bindir}/iptables-restore"
SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2"
S = "${WORKD... | DESCRIPTION = "iptables network filtering tools"
HOMEPAGE = "http://www.netfilter.org/"
SECTION = "console/utils"
LICENSE = "GPL"
PR = "r1"
PACKAGES =+ "${PN}-utils"
FILES_${PN}-utils = "${bindir}/iptables-save ${bindir}/iptables-restore"
SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2"
S = "${WORKD... | Install iptables in sbindir instead of bindir | Install iptables in sbindir instead of bindir
| BitBake | mit | nx111/openembeded_openpli2.1_nx111,sampov2/audio-openembedded,YtvwlD/od-oe,nlebedenco/mini2440,Martix/Eonos,John-NY/overo-oe,sampov2/audio-openembedded,xifengchuo/openembedded,libo/openembedded,trini/openembedded,KDAB/OpenEmbedded-Archos,nvl1109/openembeded,Martix/Eonos,nzjrs/overo-openembedded,YtvwlD/od-oe,mrchapp/ara... |
84c52b2ffb2441f0607ec50a4607cbdb9e7502e7 | recipes-kde-support/nepomuk-core_git.bb | recipes-kde-support/nepomuk-core_git.bb | LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://server/main.cpp;beginline=1;endline=16;md5=445b0d89ea0a802153431b6d1f55bc6a"
#DEPENDS = "soprano"
inherit kde_cmake
SRC_URI = "git://anongit.kde.org/nepomuk-core.git;branch=master"
SRCREV = "8cc42cb460785220a376a017997bf5259382b8bb"
# nepomuk *must* be built out of tree... | LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://server/main.cpp;beginline=1;endline=16;md5=445b0d89ea0a802153431b6d1f55bc6a"
DEPENDS = "soprano kdelibs4"
inherit kde_cmake kde_exports
KDE_EXPORT_FILES = "${S}/build/CMakeFiles/Export/_usr/lib/cmake/NepomukCore/NepomukCoreTargetsWithPrefix-relwithdebinfo.cmake \
${S}/bu... | Fix the build for nepomuk-core | nepomuk-core: Fix the build for nepomuk-core
Signed-off-by: Samuel Stirtzel <5e7b27e76d616174d4c71d96463fdd2f7e57e559@googlemail.com>
| BitBake | mit | koenkooi/meta-kde4,koenkooi/meta-kde4,Angstrom-distribution/meta-kde,Angstrom-distribution/meta-kde |
d37758556b498f060b9b1b37b30776fb0e4a17c4 | recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | recipes-devtools/gdbc6x/gdbserverproxy-module-drv_git.bb | DESCRIPTION = "Interface for GDB to commincate witha TI C66X DSP"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e"
# This package builds a kernel module, use kernel PR as base and append a local
MACHINE_KERNEL_PR_append = "a"
PR = "${MACHINE_KERNEL_PR}"
PV_append = "+git${... | DESCRIPTION = "Interface for GDB to commincate witha TI C66X DSP"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=75859989545e37968a99b631ef42722e"
# This package builds a kernel module, use kernel PR as base and append a local
MACHINE_KERNEL_PR_append = "b"
PR = "${MACHINE_KERNEL_PR}"
PV_append = "+git${... | Fix build issue with fido | gdbserverproxy-module-drv: Fix build issue with fido
Signed-off-by: Jacob Stiffler <0ec61db87821c27ca8ee6f3e24c6f93fdbb785d4@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | tylerwhall/meta-ti,tylerwhall/meta-ti,tylerwhall/meta-ti,tylerwhall/meta-ti |
bfe144b038ee49290bed7b7d851bca52d340af2e | meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb | meta-oe/recipes-support/log4cpp/log4cpp_1.1.2.bb | DESCRIPTION = "A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations."
HOMEPAGE = "http://sourceforge.net/projects/log4cpp/"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
RC = "rc5"
SRC_URI = "http://downloads.sourceforge.net/${BPN}/... | DESCRIPTION = "A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations."
HOMEPAGE = "http://sourceforge.net/projects/log4cpp/"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
PRC = "rc5"
SRC_URI = "http://downloads.sourceforge.net/${BPN}... | Stop using RC as a variable | log4cpp: Stop using RC as a variable
This recipe cannot be parsed when using meta-mingw because ${RC} expands
to the Windows resource compiler. Let's use PRC instead to avoid that
problem.
Signed-off-by: Mike Crowe <347ead6348e936507920c15d2ae8266ac6ce9b49@mcrowe.com>
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f... | BitBake | mit | VCTLabs/meta-openembedded,VCTLabs/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,VCTLabs/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,moto-t... |
3184ce6605fd9a35433a91a320163907c7deb088 | recipes-support/nanomsg/nanomsg_1.0.0.bb | recipes-support/nanomsg/nanomsg_1.0.0.bb | DESCRIPTION = "The nanomsg library is a simple high-performance implementation of several "scalability protocols"."
HOMEPAGE = "https://github.com/nanomsg/nanomsg"
AUTHOR = "Martin Sustrik"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755"
inherit cmake
PR = "r0"
SRC_URI = "git... | DESCRIPTION = "The nanomsg library is a simple high-performance implementation of several "scalability protocols"."
HOMEPAGE = "https://github.com/nanomsg/nanomsg"
AUTHOR = "Martin Sustrik"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=587b3fd7fd291e418ff4d2b8f3904755"
inherit cmake
PR = "r1"
SRC_URI = "git... | Install pkgconfig files with dev package | Nanomsg: Install pkgconfig files with dev package
Signed-off-by: Scott Ware <73d8c51564b4eae79a1225e2fb09ab1ef1f00b4b@intel.com>
| BitBake | mit | intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud,intel-iot-devkit/meta-iot-cloud |
6741766b3323c38ff1a364f01276051b68b06023 | recipes-debian/eventlog/eventlog_debian.bb | recipes-debian/eventlog/eventlog_debian.bb | #
# base recipe: http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree\
# /meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb?
# base branch: master
# base commit: 349507d36b14d1b83d2b27280ec19efe6d7229c6
#
SUMMARY = "Replacement syslog API"
DESCRIPTION = "The EventLog library aims to be a replacement of the ... | #
# base recipe: http://cgit.openembedded.org/cgit.cgi/meta-openembedded/tree\
# /meta-oe/recipes-support/eventlog/eventlog_0.2.13.bb?
# base branch: master
# base commit: 349507d36b14d1b83d2b27280ec19efe6d7229c6
#
SUMMARY = "Replacement syslog API"
DESCRIPTION = "The EventLog library aims to be a replacement of the ... | Correct the permission of files | eventlog: Correct the permission of files
Correct the permission of usr/lib/libevtlog.so.0.0.0 file
Signed-off-by: Nguyen Van Hieu <95b6c63292b73e14e1eaecc80ea875350fcf3ae9@toshiba-tsdv.com>
| BitBake | mit | nghiaht-tsdv/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,tienlee/meta-debian,tienlee/meta-debian,tienlee/meta-debian,meta-debian/meta-debian,nghiaht-tsdv/meta-debian,meta-debian/meta-debian,... |
2c43f230943d2c146338da56baece07991bda954 | recipes-images/angstrom/atlas-soc-console-image.bb | recipes-images/angstrom/atlas-soc-console-image.bb | require recipes-images/angstrom/extended-console-image.bb
IMAGE_INSTALL += " \
kernel-headers \
kernel-modules \
linux-firmware \
usbutils \
libusbg \
iw \
systemd-analyze \
vim vim-vimrc \
procps \
screen minicom \
cronie-systemd ntpdate \
tar \
packagegro... | require recipes-images/angstrom/extended-console-image.bb
IMAGE_INSTALL += " \
kernel-headers \
kernel-modules \
linux-firmware \
usbutils \
libusbg \
iw \
systemd-analyze \
vim vim-vimrc \
procps \
screen minicom \
cronie-systemd ntpdate \
tar \
packagegro... | Add fft driver to image | Add fft driver to image
| BitBake | mit | dwesterg/meta-altera-refdes,dwesterg/meta-altera-refdes,dwesterg/meta-altera-refdes,dwesterg/meta-altera-refdes,dwesterg/meta-altera-refdes |
91c2bc2eb20c46d0c45df6d0b1aefbd3ab258f73 | recipes-extra/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | recipes-extra/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | COMPATIBLE_MACHINE = "raspberrypi"
require linux.inc
DESCRIPTION = "Linux kernel for the RaspberryPi board"
PR = "r1"
# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
# This is on the rpi-patches branch
SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc"
SRC_URI = "git://github.com/raspberr... | COMPATIBLE_MACHINE = "raspberrypi"
require linux.inc
DESCRIPTION = "Linux kernel for the RaspberryPi board"
PR = "r1"
# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
# This is on the rpi-patches branch
SRCREV = "0ec4154d64ebba48ca2446cde60a90546311defc"
SRC_URI = "git://github.com/raspberr... | Fix build issue with make 3.82 | linux-raspberrypi: Fix build issue with make 3.82
Signed-off-by: Gary Thomas <f9023000f29773649f3850298becb9544b5fd6a9@mlbassoc.com>
| BitBake | mit | sarnold/meta-alt-desktop-extras,sarnold/meta-alt-desktop-extras,sarnold/meta-alt-desktop-extras |
ca13fa03ea0eb1acfe642231b94b7fd8fad17382 | recipes/gnuradio/gnuradio-srctree_git.bb | recipes/gnuradio/gnuradio-srctree_git.bb | include recipes/gnuradio/gnuradio.inc
inherit srctree autotools gitver
PV = "${GITVER}"
# Set S (the path to the source directory) via local.conf using the line:
# S_pn-gnuradio-srctree = "/home/username/src/git/gnuradio"
do_copy_to_target() {
scp -rp ${D}/* root@192.168.1.171:/
}
addtask copy_to_target after ... | include recipes/gnuradio/gnuradio.inc
inherit srctree autotools gitver
PV = "${GITVER}"
# Set S (the path to the source directory) via local.conf using the line:
# S_pn-gnuradio-srctree = "/home/username/src/git/gnuradio"
#do_copy_to_target() {
# scp -rp ${D}/* root@192.168.1.171:/
#}
#addtask copy_to_target aft... | Comment out install to target. | gnuradio-srctree: Comment out install to target.
| BitBake | mit | balister/meta-ettus,balister/meta-ettus |
34e25a7ef6be15bd6d8120b7c0a292a3bbe71480 | meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.bb | meta-xilinx-core/recipes-bsp/bootgen/bootgen_1.0.bb | SUMMARY = "Building and installing bootgen"
DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d526b6d0807bf263b97da1da876f39b1"
S = "${WORKDIR}/git"
DEPENDS += "openss... | SUMMARY = "Building and installing bootgen"
DESCRIPTION = "Building and installing bootgen, a Xilinx tool that lets you stitch binary files together and generate device boot images"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d526b6d0807bf263b97da1da876f39b1"
S = "${WORKDIR}/git"
DEPENDS += "openss... | Update to bootgen SRCREV to point to latest commit. | Update to bootgen SRCREV to point to latest commit.
Signed-off-by: Mark Hatle <41765ab18fb75e64ff0efe27f2ebcdb2d6f7e44e@xilinx.com>
| BitBake | mit | Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx,Xilinx/meta-xilinx |
36cbeab134dce6ce7a9deb219f8ff110ab35d130 | recipes/beagleboard/beagleboard-test-scripts_git.bb | recipes/beagleboard/beagleboard-test-scripts_git.bb | ## Reminder: The correct spacing for a variable is FOO = "BAR" in : PR="r1"
DESCRIPTION = "BeagleBoard test scripts"
HOMEPAGE = "http://beagleboad.org/support"
PR = "r2"
SRC_URI = "git://gitorious.org/beagleboard-validation/scripts.git;protocol=git \
"
SRCREV = "473dd2ab20d866be6168c9f992c2c9e74e485c9d"
S = "${WORK... | ## Reminder: The correct spacing for a variable is FOO = "BAR" in : PR="r1"
DESCRIPTION = "BeagleBoard test scripts"
HOMEPAGE = "http://beagleboad.org/support"
PR = "r3"
SRC_URI = "git://gitorious.org/~joelf/beagleboard-validation/validation-scripts.git;protocol=git \
"
SRCREV = "2df76857155fbd462527c2b00ee83214483... | Add a script flash-fs.sh for flashing NAND | beagleboard-test-scripts: Add a script flash-fs.sh for flashing NAND
This script flashes the NAND of a BeagleBoard if:
* There is a valid image on the SD Card to flash
* The board has NAND
Signed-off-by: Joel A Fernandes <4d60a67c06f64f7da11cc7e4a924336c2efa9ab5@gmail.com>
Signed-off-by: Koen Kooi <42e3d96910f922... | BitBake | mit | sledz/oe,mrchapp/arago-oe-dev,sledz/oe,sledz/oe,sledz/oe,mrchapp/arago-oe-dev,dave-billin/overo-ui-moos-auv,dave-billin/overo-ui-moos-auv,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,mrchapp/arago-oe-dev,dave-billin/overo-ui-moos-auv,dave-billin/overo-ui-moos-auv,dave-billin/overo-ui-moos-auv,sledz/oe,dave-billin/overo-ui... |
ff1129b597b5d25daddb85e76e1ebad6701cebbd | recipes-bsp/common-csl-ip/common-csl-ip_git.bb | recipes-bsp/common-csl-ip/common-csl-ip_git.bb | DESCRIPTION = "Chip support library low level interface"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
COMPATIBLE_MACHINE = "keystone"
ALLOW_EMPTY_${PN} = "1"
PR = "r2"
BRANCH="master"
SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;bran... | DESCRIPTION = "Chip support library low level interface"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
COMPATIBLE_MACHINE = "keystone"
ALLOW_EMPTY_${PN} = "1"
PR = "r3"
BRANCH="master"
SRC_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git;protocol=git;bran... | Update to new version 2.1.0.7 | common-csl-ip: Update to new version 2.1.0.7
Signed-off-by: Sam Nelson <922b89dc606ff5f34a79f0527810322597be4ea8@ti.com>
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | RedFIR/meta-ti,joelagnel/meta-ti,joelagnel/meta-ti,joelagnel/meta-ti,tylerwhall/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,tylerwhall/meta-ti,RedFIR/meta-ti,RedFIR/meta-ti,joelagnel/meta-ti,tylerwhall/meta-ti,tylerwhall/meta-ti,RedFIR/meta-ti,rcn-ee/meta-ti |
9bc750f25d209fe61904ffc11e5e2d306d8c6f6f | meta-oe/recipes-support/mscgen/mscgen_0.20.bb | meta-oe/recipes-support/mscgen/mscgen_0.20.bb | SUMMARY = "Mscgen is a small program that parses Message Sequence Chart descriptions and produces PNG, SVG, EPS or server side image maps (ismaps) as the output."
HOMEPAGE = "http://www.mcternan.me.uk/mscgen/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b1e6a340187c1cf716513439d07c1d79"
SRC_URI = "http:/... | SUMMARY = "Mscgen is a small program that parses Message Sequence Chart descriptions and produces PNG, SVG, EPS or server side image maps (ismaps) as the output."
HOMEPAGE = "http://www.mcternan.me.uk/mscgen/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b1e6a340187c1cf716513439d07c1d79"
SRC_URI = "http:/... | Extend for native and nativesdk | mscgen: Extend for native and nativesdk
msgcgen is often used together with doxygen (which is already available
for native/nativesdk).
Signed-off-by: Christian Eggers <175617eac53cf7cfe50e6d47631de2b3bbba0b5f@arri.de>
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,VCTLabs/meta-openembedded,VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,openembedd... |
744f6ff7f55ee3b287ae88a3a5888e9937b471f1 | recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | recipes-kernel/linux/linux-ti-staging-rt_5.10.bb | require linux-ti-staging_5.10.bb
# Look in the generic major.minor directory for files
# This will have priority over generic non-rt path
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:"
BRANCH = "ti-rt-linux-5.10.y"
SRCREV = "8fbd16658d1105671e67182c290235a99a7af02b"
PV = "5.10.30+git${SRCPV}"
| require linux-ti-staging_5.10.bb
# Look in the generic major.minor directory for files
# This will have priority over generic non-rt path
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-5.10:"
BRANCH = "ti-rt-linux-5.10.y"
SRCREV = "d238e71a2d3157a7faec48d4d3681b537a2e08cc"
PV = "5.10.41+git${SRCPV}"
| Update to 08.00.00.002 release tag | linux-ti-staging-rt: Update to 08.00.00.002 release tag
Update to 08.00.00.002 release
Signed-off-by: Yogesh Siraswar <e4c3dc570d04bd480366ad8aa87a4b23b1e4ce6e@ti.com>
| BitBake | mit | rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti |
26e9f4540eb7902c8a9ce9ca70fbe3c329dc476a | recipes-mochad/images/core-image-mochad.bb | recipes-mochad/images/core-image-mochad.bb | DESCRIPTION = "A small image just capable of allowing a device to boot."
IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} mochad-cgi "
IMAGE_LINGUAS = " "
LICENSE = "MIT"
inherit core-image
IMAGE_ROOTFS_SIZE = "16384000"
| DESCRIPTION = "A small image just capable of allowing a device to boot."
IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL} mochad-cgi "
IMAGE_LINGUAS = " "
LICENSE = "MIT"
inherit core-image
IMAGE_ROOTFS_SIZE = "2097152"
| Set Image Size to 2G | Set Image Size to 2G
Signed-off-by: Baptiste DURAND <b25337b7e75bfa5131dfd7920748e6b5e058e3ca@gmail.com>
| BitBake | mit | baillaw/meta-x10 |
3ed78be483e36c5a0f1ecf130cefed353e059d7e | packages/ttf-fonts/ttf-liberation_0.2.bb | packages/ttf-fonts/ttf-liberation_0.2.bb | require ttf.inc
DESCRIPTION = "Liberation fonts - TTF Version"
HOMEPAGE = "https://www.redhat.com/promo/fonts/"
LICENSE = "Liberation"
PR = "r1"
SRC_URI = "http://www.redhat.com/f/fonts/liberation-fonts-ttf-3.tar.gz"
S = "${WORKDIR}/liberation-fonts-${PV}"
PACKAGES = "${PN}-dbg ttf-liberation-mono ttf-liberation-san... | require ttf.inc
DESCRIPTION = "Liberation fonts - TTF Version"
HOMEPAGE = "https://www.redhat.com/promo/fonts/"
LICENSE = "Liberation"
PR = "r1"
SRC_URI = "http://www.redhat.com/f/fonts/liberation-fonts-ttf-3.tar.gz"
S = "${WORKDIR}/liberation-fonts-${PV}"
PACKAGES = "${PN}-dbg ttf-liberation-mono ttf-liberation-san... | Fix -dbg package RRECOMMENDS since PN as a package doesn't exist This is the same fix as the one by rpurdie to ttf-dejavu. | ttf-liberation: Fix -dbg package RRECOMMENDS since PN as a package doesn't exist
This is the same fix as the one by rpurdie to ttf-dejavu.
| BitBake | mit | sutajiokousagi/openembedded,BlackPole/bp-openembedded,YtvwlD/od-oe,hulifox008/openembedded,hulifox008/openembedded,giobauermeister/openembedded,sledz/oe,KDAB/OpenEmbedded-Archos,JrCs/opendreambox,openembedded/openembedded,demsey/openembedded,YtvwlD/od-oe,nvl1109/openembeded,scottellis/overo-oe,dellysunnymtech/sakoman-o... |
587cdd42bbfe47ab689e641f0271aadc8e2897e7 | meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb | meta-oe/recipes-graphics/libvncserver/libvncserver_git.bb | DESCRIPTION = "library for easy implementation of a RDP/VNC server"
HOMEPAGE = "https://libvnc.github.io"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
PACKAGECONFIG ??= "gcrypt gnutls jpeg png ${@bb.utils.contains('DISTRO_FEATURES','s... | DESCRIPTION = "library for easy implementation of a RDP/VNC server"
HOMEPAGE = "https://libvnc.github.io"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=361b6b837cad26c6900a926b62aada5f"
PACKAGECONFIG ??= " \
gcrypt \
gnutls \
jpeg \
png \
${@bb.util... | Make PACKAGECONFIG easier to read by making the list multiline | libvncserver: Make PACKAGECONFIG easier to read by making the list multiline
Signed-off-by: Maxime Roussin-Bélanger <eded665a0831ffef27d29238cadebf04c7e7e275@gmail.com>
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | VCTLabs/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembedded,schnitzeltony/meta-openembedded,victronenergy/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,mrchapp/meta-openembedded,openembedded/meta-openembedded... |
c601bdca335e103367f9d35bf20cc0d638ea1e89 | meta-cube/recipes-support/overc-installer/overc-installer_git.bb | meta-cube/recipes-support/overc-installer/overc-installer_git.bb | SUMMARY = "OverC installer script"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
SRCREV = "${AUTOREV}"
SRC_URI = " \
git://github.com/OverC/overc-installer.git \
file://git/COPYING \
"
S = "${WORKDIR}/git"
do_install() {
mkdir -p ${D}/opt/${BPN}/
mkdir -p ${D}/l... | SUMMARY = "OverC installer script"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
SRCREV = "${AUTOREV}"
SRC_URI = " \
git://github.com/OverC/overc-installer.git \
file://git/COPYING \
"
S = "${WORKDIR}/git"
do_install() {
mkdir -p ${D}/opt/${BPN}/
mkdir -p ${D}${... | Make use of bitbake variables where appropriate. | overc-installer: Make use of bitbake variables where appropriate.
Signed-off-by: Amarnath Valluri <5a3316effc402a684e9cb7a2e1a469c9d7af1d37@intel.com>
Signed-off-by: Bruce Ashfield <284cc737d174a260eec2a2a6324a304f84b1ae0f@windriver.com>
| BitBake | mit | masselstine/meta-overc,OverC/meta-overc,OverC/meta-overc,OverC/meta-overc,jwessel/meta-overc,jwessel/meta-overc,masselstine/meta-overc,OverC/meta-overc,masselstine/meta-overc,OverC/meta-overc,jwessel/meta-overc,OverC/meta-overc,masselstine/meta-overc |
f884e701658362137d25d4f0079a01cb29a1439b | recipes-kde-support/share-like-connect_git.bb | recipes-kde-support/share-like-connect_git.bb | LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "kdelibs4 kde-runtime soprano libkactivities4"
inherit kde_cmake
SRC_URI = "git://anongit.kde.org/share-like-connect.git;branch=master"
## Tag Active/2.0
SRCREV = "9ed8128284ab9fcab806455bccf0344dd21afb... | LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "kdelibs4 kde-runtime soprano libkactivities4"
inherit kde_cmake
SRC_URI = "git://anongit.kde.org/share-like-connect.git;branch=master"
## Tag Active/2.0
SRCREV = "dac3ad67f7b07c277152508a1a4144043075b5... | Fix build with version upgrade and nepomuk-core | share-like-connect: Fix build with version upgrade and nepomuk-core
Signed-off-by: Samuel Stirtzel <5e7b27e76d616174d4c71d96463fdd2f7e57e559@googlemail.com>
| BitBake | mit | koenkooi/meta-kde4,koenkooi/meta-kde4,Angstrom-distribution/meta-kde,Angstrom-distribution/meta-kde |
34a5df0a7e5ecd0226bd483d83571ce88c042585 | recipes-core/packagegroups/packagegroup-petalinux-jupyter.bb | recipes-core/packagegroups/packagegroup-petalinux-jupyter.bb | DESCRIPTION = "Required packges for running jupyter notebook with python3 "
inherit packagegroup
START_JUPYTER_PKG ?= "start-jupyter"
START_JUPYTER_PKG_k26 = "start-jupyterlab"
JUPYTER_NOTEBOOK_PACKAGES = " \
packagegroup-python3-jupyter \
python3-core \
python3-ipywidgets \
python3-pydot \
liberation-fonts \
... | DESCRIPTION = "Required packges for running jupyter notebook with python3 "
inherit packagegroup
START_JUPYTER_PKG ?= "start-jupyter"
#START_JUPYTER_PKG_k26 = "start-jupyterlab"
JUPYTER_NOTEBOOK_PACKAGES = " \
packagegroup-python3-jupyter \
python3-core \
python3-ipywidgets \
python3-pydot \
liberation-fonts \
... | Revert "Revert "**TEMPORARY** Disable start-jupyterlab"" | Revert "Revert "**TEMPORARY** Disable start-jupyterlab""
This reverts commit 117f5f0428de25277d6a2cb8cd4ce89f8d8fc9c7.
| BitBake | mit | Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux,Xilinx/meta-petalinux |
734c6812d3748cb09d2c8c25864ac8d6567da867 | recipes-devtools/python/python-tornado45_git.bb | recipes-devtools/python/python-tornado45_git.bb | DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
PV = "4.5.3"
SRCREV = "8e9e75502ff910629663c4cdd7779d43ea2dd150"
SRC_URI = "git://github.com/torna... | DESCRIPTION = "Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
PV = "4.5.3"
SRCREV = "8e9e75502ff910629663c4cdd7779d43ea2dd150"
SRC_URI = "git://github.com/torna... | Append missing dependencies to RDEPEND | python-tornado45: Append missing dependencies to RDEPEND
| BitBake | mit | bmwcarit/meta-ros,bmwcarit/meta-ros,bmwcarit/meta-ros,bmwcarit/meta-ros |
f3618a221e9b8fcfad7a0fad49c4a487a5d7c46a | recipes-connectivity/crda/crda_1.1.3.bb | recipes-connectivity/crda/crda_1.1.3.bb | DESCRIPTION = "Central Regulatory Domain Agent"
SECTION = "base"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c"
PR = "r3"
DEPENDS = "libnl"
RDEPENDS_${PN} = "wireless-regdb"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/mcgrof/crda.git;protocol=git;tag=v1.1.3"
CFLAGS_ap... | DESCRIPTION = "Central Regulatory Domain Agent"
SECTION = "base"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c"
PR = "r4"
DEPENDS = "libnl"
RDEPENDS_${PN} = "\
wireless-regdb \
udev \
"
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/mcgrof/crda.git;protoco... | Add regulatory rules to the ipk needed by udev. | crda: Add regulatory rules to the ipk needed by udev.
Signed-off-by: James Minor <8d7e6579c8b6fe6b98ecff08c8adeb0c6baca5ae@ni.com>
| BitBake | mit | ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt,ni/meta-nilrt |
437e051b5a475bbe2f62b9d6296fd4e2ce4e4181 | meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb | meta-oe/recipes-graphics/jasper/jasper_1.900.1.bb | SUMMARY = "Jpeg 2000 implementation"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=baa697d7510288a9cdcce9bd7edaf9bc"
PR = "r1"
SRC_URI = "http://www.ece.uvic.ca/~mdadams/jasper/software/jasper-${PV}.zip"
inherit autotools lib_package
PACKAGECONFIG ??= ""
PACKAGECONFIG[jpeg] = "--enable-libjpeg,--disable-li... | SUMMARY = "Jpeg 2000 implementation"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=baa697d7510288a9cdcce9bd7edaf9bc"
PR = "r1"
SRC_URI = "git://github.com/mdadams/jasper.git;protocol=https"
SRCREV = "b13b8c86be870107f83b0a9a4b77557cb2b65d69"
S = "${WORKDIR}/git"
inherit autotools lib_package
PACKAGECONFIG... | Use the new upstream GitHub location instead of the defunct tarball URL | jasper: Use the new upstream GitHub location instead of the defunct tarball URL
Signed-off-by: Adrian Bunk <0b86548ef377da0031a3ff3f0c4e06f016e20105@stusta.de>
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | schnitzeltony/meta-openembedded,VCTLabs/meta-openembedded,victronenergy/meta-openembedded,VCTLabs/meta-openembedded,victronenergy/meta-openembedded,victronenergy/meta-openembedded,schnitzeltony/meta-openembedded,mrchapp/meta-openembedded,victronenergy/meta-openembedded,mrchapp/meta-openembedded,moto-timo/meta-openembed... |
dbf7e04668dba61ffd9600d00af96bb01d88fd65 | meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.77.bb | meta-python/recipes-connectivity/python-pyro4/python3-pyro4_4.77.bb | SUMMARY = "Python Remote Objects"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=cd13dafd4eeb0802bb6efea6b4a4bdbc"
SRC_URI[md5sum] = "21f015ae93cf9ea2bbbc418a2267e9fb"
SRC_URI[sha256sum] = "2bfe12a22f396474b0e57c898c7e2c561a8f850bf2055d8cf0f7119f0c7a523f"
PYPI_PACKAGE = "Pyro4"
inherit pypi setuptools3
RDEP... | SUMMARY = "Python Remote Objects"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=cd13dafd4eeb0802bb6efea6b4a4bdbc"
SRC_URI[md5sum] = "21f015ae93cf9ea2bbbc418a2267e9fb"
SRC_URI[sha256sum] = "2bfe12a22f396474b0e57c898c7e2c561a8f850bf2055d8cf0f7119f0c7a523f"
PYPI_PACKAGE = "Pyro4"
inherit pypi setuptools3
RDEP... | Remove absent py3 modules from rdeps | python3-pyro4: Remove absent py3 modules from rdeps
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | rehsack/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,lgirdk/meta-openembedded,VCTLabs/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,lgirdk/meta-openembedd... |
c106a8f56e315e7fd73afa0319fbd16afff16194 | recipes-bsp/traceframework/traceframework-rtos_git.bb | recipes-bsp/traceframework/traceframework-rtos_git.bb | inherit ti-pdk
require traceframework.inc
PR = "${INC_PR}.1"
DEPENDS_append = " uia \
"
XDCPATH_append = ";${UIA_INSTALL_DIR}/packages"
| inherit ti-pdk
require traceframework.inc
PR = "${INC_PR}.2"
DEPENDS_append = " uia \
"
XDCPATH_append = ";${UIA_INSTALL_DIR}/packages"
# HTML doc link params
PDK_COMP_LINK_TEXT = "Trace Framework"
| Add HTML doc link text | traceframework-rtos: Add HTML doc link text
Signed-off-by: Denys Dmytriyenko <d29de71aea38aad3a87d486929cb0aad173ae612@ti.com>
| BitBake | mit | rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti |
492ac5ceafebae788a750447a38279fbcabeac14 | meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb | meta-oe/recipes-connectivity/rtorrent/rtorrent_git.bb | SUMMARY = "Torrent client"
HOMEPAGE = "http://libtorrent.rakshasa.no/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses"
SRC_URI = "git://github.com/rakshasa/rtorrent \
file://don-t-run-code-while-configuring-pack... | SUMMARY = "Torrent client"
HOMEPAGE = "http://libtorrent.rakshasa.no/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "libsigc++-2.0 curl cppunit libtorrent ncurses"
SRC_URI = "git://github.com/rakshasa/rtorrent \
file://don-t-run-code-while-configuring-pack... | Upgrade to 0.9.7 release point | rtorrent: Upgrade to 0.9.7 release point
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | openembedded/meta-openembedded,victronenergy/meta-openembedded,VCTLabs/meta-openembedded,lgirdk/meta-openembedded,schnitzeltony/meta-openembedded,kraj/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,VCTLabs/meta-openembedded,openembedded/meta-openembedded,victr... |
bab1d28a3520556f1fd0ecd70ea9579e25dbcb3e | meta-oe/recipes-support/utouch/utouch-mtview_git.bb | meta-oe/recipes-support/utouch/utouch-mtview_git.bb | SUMMARY = "Multitouch viewer"
DESCRIPTION = "mtview is a small X application that shows a graphical view of your MT-enabled hardware. It uses mtdev."
HOMEPAGE = "http://bitmath.org/code/mtview/"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
inherit autotools
SRC_URI = "gi... | SUMMARY = "Multitouch viewer"
DESCRIPTION = "mtview is a small X application that shows a graphical view of your MT-enabled hardware. It uses mtdev."
HOMEPAGE = "http://bitmath.org/code/mtview/"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=4c61b8950dc1aab4d2aa7c2ae6b1cfb3"
inherit autotools
SRC_URI = "gi... | Add missing dependency to libx11 | utouch-mtview: Add missing dependency to libx11
Signed-off-by: Samuel Stirtzel <5e7b27e76d616174d4c71d96463fdd2f7e57e559@googlemail.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | VCTLabs/meta-openembedded,mrchapp/meta-openembedded,akuster/meta-openembedded,moto-timo/meta-openembedded,victronenergy/meta-openembedded,kraj/meta-openembedded,rehsack/meta-openembedded,fredcadete/meta-openembedded,RedFIR/meta-openembedded,shr-distribution/meta-oe,moto-timo/meta-openembedded,dm8tbr/kodi-wip,lixinfnst/... |
84c205b0da0b2b8d8ae55c1fc900f078d3b2eb6b | recipes-openamp/libmetal/libmetal_git.bb | recipes-openamp/libmetal/libmetal_git.bb | SRCBRANCH ?= "2022"
SRCREV = "af204f40297c1c5beda2a4ac5070ebf6e76e30b1"
BRANCH = "2022"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33"
PV = "${SRCBRANCH}+git${SRCPV}"
include libmetal.inc
| SRCBRANCH ?= "2022"
SRCREV = "bee059dfedcfd98d1b113d8d6cce1c8aa916ff54"
BRANCH = "2022"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33"
PV = "${SRCBRANCH}+git${SRCPV}"
include libmetal.inc
| Update commit id for log.h | libmetal: Update commit id for log.h
Use commit "log: add ML_ERR, ML_INFO, ML_DBG macros"
See SSW-2344 "OpenAMP eSW -> ghE"
Signed-off-by: Sergei Korneichuk <f5904cefa5c2991be916af888359541c0919b7ac@xilinx.com>
Signed-off-by: Mark Hatle <41765ab18fb75e64ff0efe27f2ebcdb2d6f7e44e@xilinx.com>
| BitBake | mit | OpenAMP/meta-openamp,OpenAMP/meta-openamp |
042f0a3ec17d1c13d9f8d4cfaf24464969b6a1ca | meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | meta-oe/recipes-support/libcereal/libcereal_1.2.2.bb | SUMMARY = "A C++11 library for serialization"
HOMEPAGE = "https://uscilab.github.io/cereal/"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e612690af2f575dfd02e2e91443cea23"
SRCREV = "51cbda5f30e56c801c07fe3d3aba5d7fb9e6cca4"
SRC_URI = "git://github.com/USCiLab/cereal.git"
S = "${W... | SUMMARY = "A C++11 library for serialization"
HOMEPAGE = "https://uscilab.github.io/cereal/"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e612690af2f575dfd02e2e91443cea23"
SRCREV = "51cbda5f30e56c801c07fe3d3aba5d7fb9e6cca4"
SRC_URI = "git://github.com/USCiLab/cereal.git"
S = "${W... | Add native and nativesdk classes | libcereal: Add native and nativesdk classes
Signed-off-by: Brad Bishop <713d098c0be4c8fd2bf36a94cd08699466677ecd@fuzziesquirrel.com>
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | openembedded/meta-openembedded,openembedded/meta-openembedded,rehsack/meta-openembedded,moto-timo/meta-openembedded,lgirdk/meta-openembedded,lgirdk/meta-openembedded,schnitzeltony/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,victronenergy/meta-openembedded,victronenergy/meta-openembe... |
d05dede558616ea54e0c1d7ba7c671eab27a9d1c | meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | meta-oe/recipes-devtools/mpich/mpich_3.1.1.bb | SUMMARY = "Message Passing Interface(MPI) implementation"
HOMEPAGE = "http://git.mpich.org/mpich.git/"
SECTION = "devel"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2106f0435056f3dd9349747a766e5816"
SRC_URI = "http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz"
SRC_URI[md5sum] = "40d... | SUMMARY = "Message Passing Interface (MPI) implementation"
HOMEPAGE = "http://www.mpich.org/"
SECTION = "devel"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=2106f0435056f3dd9349747a766e5816"
SRC_URI = " \
http://www.mpich.org/static/downloads/${PV}/mpich-${PV}.tar.gz \
"
SRC_URI[md5sum] = "40dc... | Disable RPATH to avoid issues in package_qa | mpich: Disable RPATH to avoid issues in package_qa
Set --disable-rpath to extra opts in order to avoid issues
in package_qa also change default pm to gforker because
hydra has problems with RPATH.
TODO: Make a patch for solve hydra rpath issues.
Signed-off-by: Aníbal Limón <4676e39632f2bd46f30a0e877949547c228033d4@l... | BitBake | mit | joelagnel/meta-openembedded,fredcadete/meta-openembedded,rdm-dev/meta-openembedded,lixinfnst/meta-openembedded,rehsack/meta-openembedded,rdm-dev/meta-openembedded,openembedded/meta-openembedded,rdm-dev/meta-openembedded,mrchapp/meta-openembedded,dm8tbr/kodi-wip,joelagnel/meta-openembedded,dm8tbr/kodi-wip,kraj/meta-open... |
7c07dc71da93365c821681a90b8ab7dd5a8e939d | recipes-kde-support/share-like-connect_git.bb | recipes-kde-support/share-like-connect_git.bb | LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "kdelibs4 kde-runtime libkactivities4"
inherit kde_cmake
# This tag is very odd, it will cause bitbake to create a directory in the workdir of this recipe with the name 2.0+${SRCREV}
# But other than that... | LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://LICENSE.LGPL-2.1;md5=4fbd65380cdd255951079008b364516c"
DEPENDS = "kdelibs4 kde-runtime libkactivities4"
inherit kde_cmake
SRC_URI = "git://anongit.kde.org/share-like-connect.git;branch=master"
## Tag Active/2.0
SRCREV = "9ed8128284ab9fcab806455bccf0344dd21afbd1"
PV ... | Remove obsolete comment issue has been fixed for long | share-like-connect: Remove obsolete comment issue has been fixed for long
Signed-off-by: Samuel Stirtzel <5e7b27e76d616174d4c71d96463fdd2f7e57e559@googlemail.com>
| BitBake | mit | koenkooi/meta-kde4,Angstrom-distribution/meta-kde,Angstrom-distribution/meta-kde,koenkooi/meta-kde4 |
55ea6d57e8bfc6ecc1906fa7624e9be8dfba78c8 | meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb | meta-python/recipes-devtools/python/python3-pyusb_1.2.0.bb | SUMMARY = "PyUSB provides USB access on the Python language"
HOMEPAGE = "http://pyusb.sourceforge.net/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e64a29fcd3c3dd356a24e235dfcb3905"
DEPENDS += "libusb1 ${PYTHON_PN}-setuptools-scm-native"
RDEPENDS_${PN} += " \
python3-logging \
"
SRC_URI[sha256su... | SUMMARY = "PyUSB provides USB access on the Python language"
HOMEPAGE = "http://pyusb.sourceforge.net/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e64a29fcd3c3dd356a24e235dfcb3905"
DEPENDS += "libusb1 ${PYTHON_PN}-setuptools-scm-native"
RDEPENDS_${PN} += " \
python3-logging \
"
SRC_URI[sha256su... | Add missing runtime dependency on libusb1 | python3-pyusb: Add missing runtime dependency on libusb1
Patch as suggested from [1]
[1] https://github.com/openembedded/meta-openembedded/issues/394
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Signed-off-by: Trevor Gamblin <fb8c09b3db10148c84dac072f39fc5dba3573139@windriver.com>
| BitBake | mit | openembedded/meta-openembedded,rehsack/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,moto-timo/meta-openembedded,schnitzeltony/meta-openembedded,rehsack/meta-openembedded,schnitzeltony/meta-openembedded,openembedded/meta-openembedded,moto-timo/meta-openembedded,openembedded/meta-openembed... |
fd6f856abb5dacee438dc5d302ba15a1f7680c36 | recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb | recipes-bsp/u-boot/u-boot-ti-staging_2020.01.bb | require u-boot-ti.inc
PR = "r21"
BRANCH = "ti-u-boot-2020.01"
SRCREV = "7c8ae131b5623ff14c1b1ad6702801e39ef9b722"
| require u-boot-ti.inc
PR = "r22"
BRANCH = "ti-u-boot-2020.01"
SRCREV = "3c9ebdb87d65aacc4ec302be8bef3df15364bacd"
| Update to latest commit SHA | u-boot-ti-staging: Update to latest commit SHA
Signed-off-by: Dan Murphy <50b72235ef2106735bf2282950a69d11e6d56bc7@ti.com>
| BitBake | mit | rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti,rcn-ee/meta-ti |
b1a936e1b42ada9568df145878e808088071d777 | multimedia-layer/recipes-multimedia/dleyna/dleyna-server_git.bb | multimedia-layer/recipes-multimedia/dleyna/dleyna-server_git.bb | #
# Copyright (C) 2015 Pelagicore AB
# All rights reserved.
#
DESCRIPTION = "dLeyna Server"
DEPENDS = "dleyna-core"
EXTRA_OECONF += " --enable-never-quit "
require dleyna-git.inc
inherit systemd
SRCREV = "b5394e2be1cfaefe1f442a7cacc1c3a1f0c1c1ff"
SRC_URI += "file://dleyna.service"
SYSTEMD_SERVICE_${PN} = "dleyna.... | #
# Copyright (C) 2015 Pelagicore AB
# All rights reserved.
#
DESCRIPTION = "dLeyna Server"
DEPENDS = "dleyna-core"
EXTRA_OECONF += " --enable-never-quit --enable-debug"
require dleyna-git.inc
inherit systemd
SRCREV = "b5394e2be1cfaefe1f442a7cacc1c3a1f0c1c1ff"
SRC_URI += "file://dleyna.service"
SYSTEMD_SERVICE_${... | Enable debug output (defaults to syslog) | dleyna-server: Enable debug output (defaults to syslog)
| BitBake | mit | Pelagicore/meta-bistro,jonte/meta-bistro,Pelagicore/meta-bistro,Pelagicore/meta-bistro,Pelagicore/meta-bistro,GordanM/meta-bistro,GordanM/meta-bistro,thenor/meta-bistro,thenor/meta-bistro,Pelagicore/meta-bistro,thenor/meta-bistro,socec/meta-bistro,jonte/meta-bistro,frznlogic/meta-bistro,thenor/meta-bistro,socec/meta-bi... |
d55f2349534d2ad74338707b1bcdf250264fe2f5 | meta-ams/recipes-devtools/python/gunicorn_19.3.0.bb | meta-ams/recipes-devtools/python/gunicorn_19.3.0.bb | SUMMARY = "WSGI HTTP Server for UNIX"
DESCRIPTION = "\
Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s \
a pre-fork worker model ported from Ruby’s Unicorn project. The \
Gunicorn server is broadly compatible with various web frameworks, \
simply implemented, light on server resource usage,... | SUMMARY = "WSGI HTTP Server for UNIX"
DESCRIPTION = "\
Gunicorn ‘Green Unicorn’ is a Python WSGI HTTP Server for UNIX. It’s \
a pre-fork worker model ported from Ruby’s Unicorn project. The \
Gunicorn server is broadly compatible with various web frameworks, \
simply implemented, light on server resource usage,... | Remove importlib dependency since it causes compile errors | Remove importlib dependency since it causes compile errors
| BitBake | mit | pixmeter/plos |
35ee0a0493ce5b969392ee4c79f60126be646d68 | meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | meta-oe/recipes-multimedia/xpext/xpext_1.0-5.bb | LICENSE= "MIT"
SUMMARY = "X Server Nokia 770 extensions library"
SECTION = "x11/libs"
DEPENDS = "virtual/libx11 libxext"
LIC_FILES_CHKSUM = "file://COPYING;md5=db043791349ba57ad1169e1c92477cb6"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${BPN}/${BPN}_${PV}.tar.gz \
file://auxdir.patch;... | LICENSE= "MIT"
SUMMARY = "X Server Nokia 770 extensions library"
SECTION = "x11/libs"
DEPENDS = "virtual/libx11 libxext"
LIC_FILES_CHKSUM = "file://COPYING;md5=db043791349ba57ad1169e1c92477cb6"
SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/${BPN}/${BPN}_${PV}.tar.gz \
file://auxdir.patch;... | Remove RDEPEND on empty xpext package. | xpext-dev: Remove RDEPEND on empty xpext package.
If xpext is included in a build (ie via dependency on mpv) then
builds of core-image-sato-sdk will fail with errors such as below.
warning: Can't install mpv-dev-0.15.0-r0@i586: Can't install xpext-dev-1.0+5-r0@i586: no package provides xpext = 1.0+5-r0
Signed-o... | BitBake | mit | lgirdk/meta-openembedded,rehsack/meta-openembedded,victronenergy/meta-openembedded,kraj/meta-openembedded,VCTLabs/meta-openembedded,openembedded/meta-openembedded,kraj/meta-openembedded,openembedded/meta-openembedded,sigma-embedded/elito-org.openembedded.meta,lgirdk/meta-openembedded,victronenergy/meta-openembedded,VCT... |
39d65c15393bc3355027d66ef58368a4d76c33ba | meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb | meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb | SUMMARY = "A library for loose coupling of C++ method calls"
SECTION = "libs"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
DEPENDS = "mm-common"
SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.xz"
SRC_URI[md5sum] = "815d0c6d61601f51bb... | SUMMARY = "A library for loose coupling of C++ method calls"
SECTION = "libs"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
DEPENDS = "mm-common"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.xz"
SRC_URI[md5sum] = "815d0c6d61601f51b... | Use http instead of ftp in SRC_URI | libsigc++: Use http instead of ftp in SRC_URI
Fixes fetch failures
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
Signed-off-by: Martin Jansa <516df3ff67e1fa5d153800b15fb204c0a1a389dc@gmail.com>
| BitBake | mit | rofehr/meta-openembedded,openembedded/meta-openembedded,epylar/meta-openembedded,rofehr/meta-openembedded,rehsack/meta-openembedded,RedFIR/meta-openembedded,VCTLabs/meta-openembedded,RedFIR/meta-openembedded,RedFIR/meta-openembedded,openembedded/meta-openembedded,kraj/meta-openembedded,schnitzeltony/meta-openembedded,m... |
0b26d902d78e60cae4d2ae42d5fc65f44da19bc7 | recipes-opal6/images/opal6-image-xfce.bb | recipes-opal6/images/opal6-image-xfce.bb | # This image extends fsl-image-multimedia_full with the following:
# XFCE desktop
# Disk formatting tools
# Modem and wireless support
require recipes-fsl/images/fsl-image-multimedia-full.bb
IMAGE_FEATURES += "package-management ssh-server-dropbear"
IMAGE_INSTALL_append = " e2fsprogs-mke2fs dosfstools"
IMAGE_I... | # This image extends fsl-image-multimedia_full with the following:
# XFCE desktop
# Disk formatting tools
# Modem and wireless support
require recipes-fsl/images/fsl-image-multimedia-full.bb
IMAGE_FEATURES += "package-management ssh-server-dropbear"
IMAGE_INSTALL_append = " e2fsprogs-mke2fs dosfstools"
IMAGE_I... | Add opencv libraries to xfce image | Add opencv libraries to xfce image
| BitBake | mit | DeviceSolutions/meta-opal6-demos,DeviceSolutions/meta-opal6-demos |
b08c4ab7c8efb7ccf9f4c6b6f44194212752959a | meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb | meta-gnome/recipes-gnome/gnome-text-editor/gnome-text-editor_42.2.bb | SUMMARY = "A simple text editor"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
GNOMEBASEBUILDCLASS = "meson"
DEPENDS = " \
desktop-file-utils-native \
libadwaita \
gtk4 \
gtksourceview5 \
enchant2 \
"
GTKIC_VERSION = "4"
inherit gnomebase gtk-i... | SUMMARY = "A simple text editor"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
GNOMEBASEBUILDCLASS = "meson"
DEPENDS = " \
desktop-file-utils-native \
libadwaita \
gtk4 \
gtksourceview5 \
enchant2 \
libpcre \
"
GTKIC_VERSION = "4"
inherit g... | Add missing libpcre build time depenedency | gnome-text-editor: Add missing libpcre build time depenedency
libpcre is needed. glib-2.0 now uses libpcre2 instead of libpcre which
was indirectly satisfying this
Signed-off-by: Khem Raj <729d64b6f67515e258459a5f6d20ec88b2caf8df@gmail.com>
| BitBake | mit | openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded,openembedded/meta-openembedded |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.