doc_id stringlengths 36 36 | metadata dict | input stringlengths 28 4.3k | output stringlengths 11 5.45k |
|---|---|---|---|
c0824c2a-cb29-4c4b-b52b-6e47ade797ee | {
"language": "BitBake"
} | ```bitbake
require linux.inc
require linux-dtb.inc
DESCRIPTION = "Linux kernel for the koelsch board"
COMPATIBLE_MACHINE = "koelsch"
PR = "r5"
PV_append = "+git${SRCREV}"
SRCREV = "33b4bbf492ee0cf39ea830a38a12e3c2565c12d5"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git;protocol=g... | ```bitbake
require linux.inc
require linux-dtb.inc
require linux-dtb-append.inc
DESCRIPTION = "Linux kernel for the koelsch board"
COMPATIBLE_MACHINE = "koelsch"
PR = "r6"
PV_append = "+git${SRCREV}"
SRCREV = "33b4bbf492ee0cf39ea830a38a12e3c2565c12d5"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/horms/re... |
c1f2d2f5-f94a-4757-9ffd-e3ce96a5b5e3 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "A small image just capable of allowing a device to boot."
IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
IMAGE_LINGUAS = " "
LICENSE = "GPLv2"
inherit core-image
IMAGE_FSTYPES = "${INITRAMFS_TYPES}"
IMAGE_ROOTFS_SIZE = "2048"
EXTRA_IMAGE... | ```bitbake
DESCRIPTION = "A small image just capable of allowing a device to boot."
IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
IMAGE_LINGUAS = " "
LICENSE = "GPLv2"
inherit core-image
IMAGE_FSTYPES = "${INITRAMFS_TYPES}"
IMAGE_FSTYPES += "jffs2"
IMAGE_FSTYPES... |
cb501dc3-82aa-454e-9b0f-e60d9f13e0cf | {
"language": "BitBake"
} | ```bitbake
#
# Base recipe: meta/recipes-support/mpfr/mpfr_3.1.5.bb
# Base branch: master
# Base commit: d886fa118c930d0e551f2a0ed02b35d08617f746
#
SUMMARY = "C library for multiple-precision floating-point computations with exact rounding"
HOMEPAGE = "http://www.mpfr.org/"
LICENSE = "GPLv3+ & LGPLv3+"
inherit debian-... | ```bitbake
#
# Base recipe: meta/recipes-support/mpfr/mpfr_3.1.5.bb
# Base branch: master
# Base commit: d886fa118c930d0e551f2a0ed02b35d08617f746
#
SUMMARY = "C library for multiple-precision floating-point computations with exact rounding"
HOMEPAGE = "http://www.mpfr.org/"
LICENSE = "GPLv3+ & LGPLv3+"
inherit debian-... |
7b284f5d-a12f-4543-bc36-22cfa0b5d490 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
HOMEPAGE = "http://www.webdav.org/neon"
SECTION = "libs"
LICENSE = "LGPL"
DEPENDS = "zlib libxml2 expat time gnutls"
PR = "r4"
SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
file://gnutls-force-and-detect.patch ... | ```bitbake
DESCRIPTION = "neon is an HTTP and WebDAV client library, with a C interface."
HOMEPAGE = "http://www.webdav.org/neon"
SECTION = "libs"
LICENSE = "LGPLv2+"
DEPENDS = "zlib libxml2 expat time gnutls"
PR = "r5"
SRC_URI = "http://www.webdav.org/${PN}/${P}.tar.gz \
file://gnutls-force-and-detect.pat... |
4d649ca6-ee8f-45d8-a794-ced15fbe87dc | {
"language": "BitBake"
} | ```bitbake
SECTION = "base"
require gnu-config_${PV}.bb
inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gnu-config"
do_stage () {
install -d ${STAGING_DATADIR}/gnu-config
cat ${WORKDIR}/gnu-configize.in | \
sed -e 's,@gnu-configdir@,${STAGING_DATADIR}/gnu-config,' \
-e 's,@autom4... | ```bitbake
SECTION = "base"
require gnu-config_${PV}.bb
inherit native
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gnu-config"
do_stage () {
install -d ${STAGING_DATADIR}/gnu-config/
install -d ${STAGING_BINDIR}/
cat ${WORKDIR}/gnu-configize.in | \
sed -e 's,@gnu-configdir@,${STAGING_DATADIR}/gn... |
e97a6548-0a38-483c-8a7b-26716202edb0 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "ACPI data gathering library."
SECTION = "base"
HOMEPAGE = "http://www.ngolde.de/libacpi.html"
LICENSE = "MIT"
PR = "r1"
SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \
file://makefile-fix.patch;patch=1 "
PACKAGES += "${PN}-bin"
FILES_${PN} = "${libdir}/libacpi.so.*"
FILE... | ```bitbake
DESCRIPTION = "ACPI data gathering library."
SECTION = "base"
HOMEPAGE = "http://www.ngolde.de/libacpi.html"
LICENSE = "MIT"
PR = "r1"
SRC_URI = "http://www.ngolde.de/download/libacpi-${PV}.tar.gz \
file://makefile-fix.patch;patch=1 "
PACKAGES += "${PN}-bin"
FILES_${PN} = "${libdir}/libacpi.so.*"
FILE... |
ee7cbdee-09e0-44ba-93fc-6e3d5b322292 | {
"language": "BitBake"
} | ```bitbake
LICENSE = "GPL/LGPL"
DEPENDS = "librsvg libwnck totem-pl-parser libgtop gnome-panel gnome-desktop eds-dbus python-pygtk"
PR = "r1"
inherit gnome distutils-base
SRC_URI += "file://acinclude.m4"
EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
do_configure_prepend() {
install -m 0644... | ```bitbake
LICENSE = "GPL/LGPL"
DEPENDS = "librsvg libwnck totem-pl-parser libgtop gnome-panel gnome-desktop eds-dbus python-pygtk gnome-python libgnomeprint libgnomeprintui"
PR = "r2"
inherit gnome distutils-base
SRC_URI += "file://acinclude.m4"
EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
do_co... |
1e7b1fb8-3abb-44aa-a6a8-337fc513bbf2 | {
"language": "BitBake"
} | ```bitbake
require gst-plugins.inc
SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/pre/${PN}-${PV}.tar.bz2;name=archive"
#SRC_URI_append_sifteam = " file://dvdsubdec-addproperty-singlebuffer.patch"
PR = "${INC_PR}.0"
DEPENDS += "gst-plugins-base libsidplay"
DEPENDS_sifteam += "gst-plugins-base libsidplay openc... | ```bitbake
require gst-plugins.inc
SRC_URI = "http://gstreamer.freedesktop.org/src/${PN}/pre/${PN}-${PV}.tar.bz2;name=archive"
#SRC_URI_append_sifteam = " file://dvdsubdec-addproperty-singlebuffer.patch"
PR = "${INC_PR}.0"
DEPENDS += "gst-plugins-base libsidplay"
DEPENDS_sifteam += "gst-plugins-base libsidplay openc... |
220fde49-0a9b-4ef8-8d05-31f48e232a9f | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "This package contains the Parser.pm module with friends."
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0+"
LIC_FILES_CHKSUM = "file://README;md5=b0459e4426b94753b9a9b8a15f1223b8"
DEPENDS += "perl"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz"
SR... | ```bitbake
DESCRIPTION = "This package contains the Parser.pm module with friends."
HOMEPAGE = "https://metacpan.org/release/HTML-Parser"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0+"
LIC_FILES_CHKSUM = "file://README;md5=b0459e4426b94753b9a9b8a15f1223b8"
DEPENDS += "perl"
SRC_URI = "http://search.cpan.org/CP... |
51a21109-4c9c-4387-b5fd-07274537c86f | {
"language": "BitBake"
} | ```bitbake
require xorg-data-common.inc
DESCRIPTION = "Common X11 Bitmaps"
LICENSE = "MIT"
DEPENDS += "libxmu"
SRC_URI[archive.md5sum] = "7444bbbd999b53bec6a60608a5301f4c"
SRC_URI[archive.sha256sum] = "3671b034356bbc4d32d052808cf646c940ec8b2d1913adac51b1453e41aa1e9d"
#PR = "${INC_PR}.0"
#
# Meta-debian
#
PR = "r0"
L... | ```bitbake
require xorg-data-common.inc
DESCRIPTION = "Common X11 Bitmaps"
LICENSE = "MIT"
DEPENDS += "libxmu"
SRC_URI[archive.md5sum] = "7444bbbd999b53bec6a60608a5301f4c"
SRC_URI[archive.sha256sum] = "3671b034356bbc4d32d052808cf646c940ec8b2d1913adac51b1453e41aa1e9d"
#PR = "${INC_PR}.0"
#
# Meta-debian
#
PR = "r0"
L... |
0ab1e918-0616-4f9a-8a57-0e20e7a878d4 | {
"language": "BitBake"
} | ```bitbake
```
Include the /usr/bin/awk symlink in the gawk package. Should probably use update-alternatives for that at some point. | ```bitbake
LICENSE = "GPL"
SECTION = "interpreters"
DESCRIPTION = "A program that you can use to select particular records in a \
file and perform operations upon them."
PR = "r1"
PACKAGES += "gawk-common pgawk"
FILES_${PN} = "${bindir}/gawk* ${bindir}/igawk ${bindir}/awk*"
FILES_gawk-common += "${datadir}/awk ${libexe... |
3d87c7d7-c5a5-430f-95ae-7dcc200ae018 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Firmware loader for m-audio devices"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/usb-midi-fw/madfuload-1.2.tar.gz \
file://autofoo.patch;patch=1"
inherit autotools
S = ${WORKDIR}/madfuload-1.2
#EXTRA_OECONF = "--without-udev"
FILES_${PN} += "${libdi... | ```bitbake
DESCRIPTION = "Firmware loader for m-audio devices"
LICENSE = "GPL"
PR = "r1"
SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/usb-midi-fw/madfuload-1.2.tar.gz \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/madfuload-1.2"
inherit autotools
do_configure() {
oe_runconf
}
do_compi... |
90d49cc4-1b67-4255-afb4-f32bf0ad2d6c | {
"language": "BitBake"
} | ```bitbake
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Dates is a calendar application."
PR = "r4"
PV = "0.0+svn${SRCDATE}"
S = "${WORKDIR}/${PN}"
SRC_URI = "svn://svn.o-hand.com/repos/;module=${PN};proto=http"
inherit ... | ```bitbake
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Dates is a calendar application."
PR = "r5"
PV = "0.0+svn${SRCDATE}"
S = "${WORKDIR}/trunk"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
inh... |
0848819d-9472-4350-ae57-5001bb704a45 | {
"language": "BitBake"
} | ```bitbake
require recipes-core/images/core-image-minimal.bb
SUMMARY = "A console-only image that fully supports the target device \
hardware."
LICENSE = "MIT"
IMAGE_INSTALL += "python"
```
Use python3 and install pyliblo by defaut for future needs | ```bitbake
require recipes-core/images/core-image-minimal.bb
SUMMARY = "A console-only image that fully supports the target device \
hardware."
LICENSE = "MIT"
IMAGE_INSTALL += "\
python3 \
python3-pyliblo \
"
``` |
e57e04c2-be76-4f4e-900c-90ff4b468782 | {
"language": "BitBake"
} | ```bitbake
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 = "bee192299392dc41c94f4603968b7a3c02f17a1d"
PV = "5.10.41+git${SRCPV}"
```
Up... | ```bitbake
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 = "0701a5b58c943909a38be9df38a3b4bdd8234340"
PV = "5.10.41+git${SRCPV}"
``` |
0eb39ae8-a330-49cc-889a-c5788f4e3ae0 | {
"language": "BitBake"
} | ```bitbake
require qt5.inc
require qt5-git.inc
LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial )"
LIC_FILES_CHKSUM = " \
file://LICENSE.LGPLv21;md5=4bfd28363f541b10d9f024181b8df516 \
file://LICENSE.LGPLv3... | ```bitbake
require qt5.inc
require qt5-git.inc
HOMEPAGE = "http://www.qt.io"
LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial )"
LIC_FILES_CHKSUM = " \
file://LICENSE.LGPLv21;md5=4bfd28363f541b10d9f024181b8df5... |
a2014dbe-b717-4990-888f-83263d2052da | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Debug Sub-System (DebugSS) driver for Keystone and DRA7xx devices"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3"
# This package builds a kernel module, use kernel PR as base and append a local
MACHINE_KERNEL_PR_append = "a"
PR = "${MACHINE_KERN... | ```bitbake
DESCRIPTION = "Debug Sub-System (DebugSS) driver for Keystone and DRA7xx devices"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3"
# This package builds a kernel module, use kernel PR as base and append a local
MACHINE_KERNEL_PR_append = "b"
PR = "${MACHINE_KERN... |
dc83cad8-45be-47f7-8690-9df2df392350 | {
"language": "BitBake"
} | ```bitbake
#
# base recipe: meta/recipes-extended/logrotate/logrotate_3.8.7.bb
# base branch: daisy
#
PR = "r0"
inherit debian-package
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
DEPENDS="coreutils popt"
# Avoid error:
# "logrotate.c:2180:40: error: 'VERSION' undeclar... | ```bitbake
#
# base recipe: meta/recipes-extended/logrotate/logrotate_3.8.7.bb
# base branch: daisy
#
PR = "r0"
inherit debian-package
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"
DEPENDS="coreutils popt"
# Avoid error:
# "logrotate.c:2180:40: error: 'VERSION' undeclar... |
700ef7c9-6a03-40d7-84ac-d626f3600640 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Resin Package Groups"
LICENSE = "Apache-2.0"
PR = "r1"
inherit packagegroup
RESIN_INIT_PACKAGE ?= "resin-init"
RDEPENDS_${PN} = "\
${@bb.utils.contains('DISTRO_FEATURES', 'resin-staging', 'nano', '', d)} \
${RESIN_INIT_PACKAGE} \
linux-firmware-ath9k \
linux-firmware-ralink \
linux-firmwa... | ```bitbake
SUMMARY = "Resin Package Groups"
LICENSE = "Apache-2.0"
PR = "r1"
inherit packagegroup
RESIN_INIT_PACKAGE ?= "resin-init"
RESIN_STAGING_ADDONS = "iozone3 nano"
RDEPENDS_${PN} = "\
${@bb.utils.contains('DISTRO_FEATURES', 'resin-staging', '${RESIN_STAGING_ADDONS}', '', d)} \
${RESIN_INIT_PACKAGE} \
linu... |
fdb7a949-9edd-45a0-a149-06cf61468bb7 | {
"language": "BitBake"
} | ```bitbake
require recipes-devtools/bison/${PN}_2.7.1.bb
FILESEXTRAPATHS_prepend = "${THISDIR}/files:${COREBASE}/meta/recipes-devtools/bison/bison:"
inherit debian-package
DEBIAN_SECTION = "devel"
DPR = "0"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
"
# Exclude f... | ```bitbake
require recipes-devtools/bison/${PN}_2.7.1.bb
FILESEXTRAPATHS_prepend = "${THISDIR}/files:${COREBASE}/meta/recipes-devtools/bison/bison:"
inherit debian-package
DEBIAN_SECTION = "devel"
DPR = "0"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
"
# Exclude f... |
d39e41d1-1d6f-45c2-b497-d6a57a843684 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "A multi-platform support library with a focus on asynchronous I/O"
HOMEPAGE = "https://github.com/libuv/libuv"
BUGTRACKER = "https://github.com/libuv/libuv/issues"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
SRC_URI = "https://github.com/libuv/libuv/ar... | ```bitbake
SUMMARY = "A multi-platform support library with a focus on asynchronous I/O"
HOMEPAGE = "https://github.com/libuv/libuv"
BUGTRACKER = "https://github.com/libuv/libuv/issues"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a68902a430e32200263d182d44924d47"
SRCREV = "a4fc9a66cc35256dbc4dcd67c910174f05... |
a8d3fe05-4781-4328-8409-6788f0fb9049 | {
"language": "BitBake"
} | ```bitbake
#
# base recipe: meta/recipes-devtools/chrpath/chrpath_0.16.bb
# base branch: daisy
#
PR = "r0"
inherit debian-package
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
SRC_URI += " \
file://standarddoc.patch \
"
inherit autotools
DEBIAN_PATCH_TYPE = "nopatch"
... | ```bitbake
#
# base recipe: meta/recipes-devtools/chrpath/chrpath_0.16.bb
# base branch: daisy
#
PR = "r0"
inherit debian-package
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
SRC_URI += " \
file://standarddoc.patch \
"
inherit autotools
# There is no debian patch
DEBI... |
80fe2556-77e3-491f-b4eb-eb21e3b6434b | {
"language": "BitBake"
} | ```bitbake
require recipes-browser/wpewebkit/wpewebkit.inc
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:../meta-webkit/recipes-browser/wpewebkit/wpewebkit:"
SRC_URI = "https://wpewebkit.org/releases/${PN}-${PV}.tar.xz \
file://0001-REGRESSION-r217927-WPE-2.22-GSTREAMER_GL-Video-appea.patch \
"
SR... | ```bitbake
require recipes-browser/wpewebkit/wpewebkit.inc
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:${THISDIR}/../../../meta-webkit/recipes-browser/wpewebkit/wpewebkit:"
SRC_URI = "https://wpewebkit.org/releases/${PN}-${PV}.tar.xz \
file://0001-REGRESSION-r217927-WPE-2.22-GSTREAMER_GL-Video-appea.patch ... |
4f61ea73-b287-46f7-9200-5ad1b165282a | {
"language": "BitBake"
} | ```bitbake
require pidgin.inc
PR = "${INC_PR}.0"
DEPENDS += "farsight2"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \
file://sanitize-configure.ac.patch;patch=1 \
file://pidgin.desktop-set-icon.patch;patch=1 \
file://purple-OE-branding-25.patch;patch=1 \
file://pidgin-cross-python.patch;p... | ```bitbake
require pidgin.inc
PR = "${INC_PR}.1"
DEPENDS += "farsight2 libidn"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \
file://sanitize-configure.ac.patch;patch=1 \
file://pidgin.desktop-set-icon.patch;patch=1 \
file://purple-OE-branding-25.patch;patch=1 \
file://pidgin-cross-python.... |
f1a94010-ad37-49ad-9b8f-8da2716ec224 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Library to implement a well-behaved Unix daemon process"
HOMEPAGE = "http://pypi.python.org/pypi/python-daemon/"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "PSF"
SRCNAME = "daemon"
PR = "ml1"
SRC_URI = "http://pypi.python.org/packages/source/p/python-daemon/python-daemon-${PV}.t... | ```bitbake
DESCRIPTION = "Library to implement a well-behaved Unix daemon process"
HOMEPAGE = "http://pypi.python.org/pypi/python-daemon/"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "PSF"
SRCNAME = "daemon"
PR = "r0"
SRC_URI = "http://pypi.python.org/packages/source/p/python-daemon/python-daemon-${PV}.ta... |
696d4ef8-d8e8-4fde-afc0-fcbcfffa178a | {
"language": "BitBake"
} | ```bitbake
PR = "r3"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
DEPENDS = "libol-native"
SRC_URI = "http://www.balabit.com/downloads/libol/0.3/${PN}-${PV}.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools
do_stage() {
install -d ${STAGING_INCDIR}/libol
install -m 0644 ${S}/libol-config ${STAGING_BINDI... | ```bitbake
PR = "r3"
MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org"
SRC_URI = "http://www.balabit.com/downloads/libol/0.3/${PN}-${PV}.tar.gz"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools
do_stage() {
install -d ${STAGING_INCDIR}/libol
install -m 0644 ${S}/libol-config ${STAGING_BINDIR}
install -m 0644 ${S}/... |
bb69c1d1-b64f-457e-97fc-0734557149a4 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "mpg321 is a Free replacement for mpg123, a very popular command-line mp3 player."
SECTION = "console/multimedia"
DEPENDS = "libmad libao"
LICENSE = "GPL"
AUTHOR = "Joe Drew <hoserhead@woot.net>"
HOMEPAGE = "http://mpg321.sourceforge.net/"
SRC_URI = "${SOURCEFORGE_MIRROR}/mpg321/mpg321-0.2.10.... | ```bitbake
DESCRIPTION = "mpg321 is a Free replacement for mpg123, a very popular command-line mp3 player."
SECTION = "console/multimedia"
DEPENDS = "libmad libao"
LICENSE = "GPL"
AUTHOR = "Joe Drew <hoserhead@woot.net>"
HOMEPAGE = "http://mpg321.sourceforge.net/"
SRC_URI = "${SOURCEFORGE_MIRROR}/mpg321/mpg321-0.2.10.... |
06c632e4-11a4-42cc-9800-035bb595ed79 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "GNU roff"
SECTION = "base"
LICENSE = "GPL"
PR = "r2"
SRC_URI = "http://ftp.gnu.org/gnu/groff/groff-${PV}.tar.gz \
"
SRC_URI[md5sum] = "48fa768dd6fdeb7968041dd5ae8e2b02"
SRC_URI[sha256sum] = "b645878135cb620c6c417c5601bfe96172245af12045540d7344938b4c2cd805"
inherit autotools
PARALL... | ```bitbake
DESCRIPTION = "GNU roff"
SECTION = "base"
LICENSE = "GPL"
PR = "r3"
SRC_URI = "${GNU_MIRROR}/groff/groff-${PV}.tar.gz"
SRC_URI[md5sum] = "48fa768dd6fdeb7968041dd5ae8e2b02"
SRC_URI[sha256sum] = "b645878135cb620c6c417c5601bfe96172245af12045540d7344938b4c2cd805"
DEPENDS = "groff-native"
DEPENDS_virtclass-nat... |
448ae719-5126-4ca6-bad7-e7ea7d4bd26a | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Phalanx is a chess playing engine."
SECTION = "opie/libs"
PRIORITY = "optional"
PR = "r3"
LICENSE = "GPL"
SRC_URI = "ftp://ftp.math.muni.cz/pub/math/people/Dobes/phalanx-22.tar.gz \
file://gcc3.patch;patch=1 \
file://capabilities \
file://description"
S = "${WO... | ```bitbake
DESCRIPTION = "Phalanx is a chess playing engine."
SECTION = "opie/libs"
PRIORITY = "optional"
PR = "r4"
LICENSE = "GPL"
SRC_URI = "http://ftp.debian.org/debian/pool/main/p/phalanx/phalanx_22.orig.tar.gz \
file://gcc3.patch;patch=1 \
file://capabilities \
file://description"
... |
bc0bf43e-fbec-4cd6-ac86-c0ffd0929002 | {
"language": "BitBake"
} | ```bitbake
require osb-nrcore.inc
DEFAULT_PREFERENCE = "-1"
PV = "0.5.2+svn${SRCDATE}"
PR = "r0"
SRC_URI = "svn://gtk-webcore.svn.sourceforge.net/svnroot/gtk-webcore/trunk;module=NRCore;proto=https \
file://gcc4-fno-threadsafe-statics-NRCore.patch;patch=1 \
file://build_silence.patch;patch=0;maxdate=2... | ```bitbake
require osb-nrcore.inc
DEFAULT_PREFERENCE = "-1"
PV = "0.5.2+svn${SRCDATE}"
PR = "r0"
SRC_URI = "svn://gtk-webcore.svn.sourceforge.net/svnroot/gtk-webcore/trunk;module=NRCore;proto=https \
file://gcc4-fno-threadsafe-statics-NRCore.patch;patch=1 \
file://build_silence.patch;patch=0;maxdate=2... |
fa44a564-b3a4-4b6c-bccc-c6832cc82cc4 | {
"language": "BitBake"
} | ```bitbake
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... | ```bitbake
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... |
d539d0a0-64cf-4c0e-b22d-55e47289312e | {
"language": "BitBake"
} | ```bitbake
require ttf.inc
SUMMARY = "Hunky fonts - TTF Version"
HOMEPAGE = "http://sourceforge.net/projects/hunkyfonts"
LICENSE = "LGPL"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=7fbc338309ac38fefcd64b04bb903e34"
PR = "r7"
SRC_URI = "${SOURCEFORGE_MIRROR}/hunkyfonts/hunkyfonts-${PV}.tar.bz2"
S = "${WORKDIR}/hunkyfo... | ```bitbake
require ttf.inc
SUMMARY = "Hunky fonts - TTF Version"
HOMEPAGE = "http://sourceforge.net/projects/hunkyfonts"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://../LICENSE;md5=7fbc338309ac38fefcd64b04bb903e34"
PR = "r7"
SRC_URI = "${SOURCEFORGE_MIRROR}/hunkyfonts/hunkyfonts-${PV}.tar.bz2"
S = "${WORKDIR}/hu... |
71adaf2d-3767-4f19-b505-ee07e81a000e | {
"language": "BitBake"
} | ```bitbake
include libnfnetlink.inc
PR = "${INC_PR}.0"
SRC_URI[libnfnetlink-1.0.0.md5sum] = "016fdec8389242615024c529acc1adb8"
SRC_URI[libnfnetlink-1.0.0.sha256sum] = "3752b03a4c09821ee9a2528d69289423a01e7171f1a22dfdd11d5459e03972fb"
```
Update LICENSE field version to GPLv2 | ```bitbake
include libnfnetlink.inc
LICENSE = "GPLv2+"
PR = "${INC_PR}.1"
SRC_URI[libnfnetlink-1.0.0.md5sum] = "016fdec8389242615024c529acc1adb8"
SRC_URI[libnfnetlink-1.0.0.sha256sum] = "3752b03a4c09821ee9a2528d69289423a01e7171f1a22dfdd11d5459e03972fb"
``` |
f92e73fa-3b94-46e5-86fc-74343b8e499b | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "The Audio File Library provides a uniform and elegant \
API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \
WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \
Research, Amiga IFF/8SVX, and NIST SPHERE."
HOMEPAGE = "http://www.68k.org/~michael/audiofil... | ```bitbake
DESCRIPTION = "The Audio File Library provides a uniform and elegant \
API for accessing a variety of audio file formats, such as AIFF/AIFF-C, \
WAVE, NeXT/Sun .snd/.au, Berkeley/IRCAM/CARL Sound File, Audio Visual \
Research, Amiga IFF/8SVX, and NIST SPHERE."
HOMEPAGE = "http://www.68k.org/~michael/audiofil... |
d257a895-4518-4279-a46f-fcb4fa4a389b | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Base package set for Jlime GUI images."
SECTION = "x11/wm"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r1"
inherit task
PROVIDES = "${PACKAGES}"
PACKAGES = "\
${PN}-cli \
${PN}-gui \
"
RDEPENDS_${PN}-cli = "... | ```bitbake
DESCRIPTION = "Base package set for Jlime GUI images."
SECTION = "x11/wm"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PR = "r2"
inherit task
PROVIDES = "${PACKAGES}"
PACKAGES = "\
${PN}-cli \
${PN}-gui \
"
RDEPENDS_${PN}-cli = "... |
ff4924c3-ceaa-4d95-9126-ad58c6bec308 | {
"language": "BitBake"
} | ```bitbake
# Bitbake recipe for the madwifi-ng driver
DEFAULT_PREFERENCE = "-1"
# Disable stripping of kernel modules, since this action strips too
# much out, and the resulting module won't load.
INHIBIT_PACKAGE_STRIP = "1"
require madwifi-ng_r.inc
# PR set after the include, to override what's set in the included... | ```bitbake
# Bitbake recipe for the madwifi-ng driver
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_ixp4xx = "1"
# Disable stripping of kernel modules, since this action strips too
# much out, and the resulting module won't load.
INHIBIT_PACKAGE_STRIP = "1"
require madwifi-ng_r.inc
# PR set after the include, to ove... |
86057f84-aa0a-4829-9553-8a50a49796fe | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources."
HOMEPAGE = "http://www.doxygen.org/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
inherit cmake python3native
DEPENDS = "flex-native bison-native"
... | ```bitbake
DESCRIPTION = "Doxygen is the de facto standard tool for generating documentation from annotated C++ sources."
HOMEPAGE = "http://www.doxygen.org/"
LICENSE = "GPL-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "flex-native bison-native"
SRC_URI = "${SOURCEFORGE_MIR... |
ec50949c-d86e-4705-a43a-82fdc5dd5152 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
scripting support."
LICENSE = "GPL"
# http://microcom.port5.com/m102.tar.gz is no longer available
#NOTE: this should probably be converted to pull from sourceforge
# CVS, because openwrt is just another mirror of a file which n... | ```bitbake
DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with \
scripting support."
LICENSE = "GPL"
# http://microcom.port5.com/m102.tar.gz is no longer available
#NOTE: this should probably be converted to pull from sourceforge
# CVS, because openwrt is just another mirror of a file which n... |
551c9954-179e-400b-8041-5998b524051f | {
"language": "BitBake"
} | ```bitbake
require swupdate.inc
require swupdate_tools.inc
DEFAULT_PREFERENCE = "-1"
# If a recipe sets SRCREV to ${AUTOREV}, bitbake tries
# a git ls-remote. This breaks when a mirror is built
# and BB_NO_NETWORK is set.
# To work-around the issue, sets the revision for the git
# version to a fix commit (not relevan... | ```bitbake
require swupdate.inc
require swupdate_tools.inc
DEFAULT_PREFERENCE = "-1"
# If a recipe sets SRCREV to ${AUTOREV}, bitbake tries
# a git ls-remote. This breaks when a mirror is built
# and BB_NO_NETWORK is set.
# To work-around the issue, sets the revision for the git
# version to a fix commit (not relevan... |
e426451f-4fb1-4416-a621-1c8c7d20d867 | {
"language": "BitBake"
} | ```bitbake
inherit setuptools
require python-pycodestyle.inc
RDEPENDS_${PN} += "${PYTHON_PN}-lang"
```
Fix conflict error with python3-pycodestyle during do_rootfs | ```bitbake
inherit setuptools
require python-pycodestyle.inc
RDEPENDS_${PN} += "${PYTHON_PN}-lang"
do_install_append () {
if [ -f ${D}${bindir}/pycodestyle ]; then
mv ${D}${bindir}/pycodestyle ${D}${bindir}/pycodestyle-2
fi
}
``` |
fb235251-d1ae-499d-a54b-f4266b8b5473 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "GNOME Shell Extensions"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101"
GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase gettext gsettings features_check
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
SRC_URI[archive.sha... | ```bitbake
SUMMARY = "GNOME Shell Extensions"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=4cb3a392cbf81a9e685ec13b88c4c101"
GNOMEBASEBUILDCLASS = "meson"
inherit gnomebase gettext gsettings features_check
REQUIRED_DISTRO_FEATURES = "x11 polkit systemd pam gobject-introspection-data"
SRC_URI[archive.sha... |
6617862d-0fe5-4723-9e6d-e796bd669af9 | {
"language": "BitBake"
} | ```bitbake
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... | ```bitbake
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... |
94ae9621-1ab5-4f3f-ae27-699ec779d4f1 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Demo application to showcase 3D graphics on SGX using kms and gbm"
HOMEPAGE = "http://git.ti.com"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=e760965096e52da8f3969dd53b6bf158"
DEPENDS = "libdrm libgbm ti-sgx-ddk-um"
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a... | ```bitbake
DESCRIPTION = "Demo application to showcase 3D graphics on SGX using kms and gbm"
HOMEPAGE = "http://git.ti.com"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://kmscube.c;beginline=1;endline=23;md5=e760965096e52da8f3969dd53b6bf158"
DEPENDS = "libdrm libgbm ti-sgx-ddk-um"
COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a... |
f315384e-8f12-49cf-843c-a4e0ba0f8892 | {
"language": "BitBake"
} | ```bitbake
LICENSE = "NCSA"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
BRANCH = "master"
SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator/;protocol=https;branch=${BRANCH} \
"
PV = "13.0.0"
SRCREV = "76c76efeb8bcb3414dcd26ef938de43eb1beb516"
S = "${WORKDIR}/gi... | ```bitbake
LICENSE = "NCSA"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
BRANCH = "master"
SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \
"
PV = "13.0.0"
SRCREV = "76c76efeb8bcb3414dcd26ef938de43eb1beb516"
S = "${WORKDIR}/git... |
d96a13ea-1f8b-4950-8df1-42028ad26fb7 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Xfce4 Vala provides bindings for the Xfce framework"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
DEPENDS = "libxfce4util garcon xfconf libxfce4ui xfce4-panel exo vala xfce4-dev-tools-native"
inherit xfce pkgconfig distro_features_check
REQUIRED_D... | ```bitbake
SUMMARY = "Xfce4 Vala provides bindings for the Xfce framework"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
DEPENDS = "libxfce4util garcon xfconf libxfce4ui xfce4-panel exo vala xfce4-dev-tools-native"
inherit xfce pkgconfig distro_features_check
REQUIRED_D... |
06f35472-12b3-4bfa-8852-f12395440a57 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "QCA provides a straightforward and cross-platform crypto API"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
inherit kde-base cmake_lib
# TBD: PACKAGECONFIG
DEPENDS += " \
qtsvg \
nss \
cyrus-sasl \
libgcrypt \
pkcs11-helper \
"
... | ```bitbake
SUMMARY = "QCA provides a straightforward and cross-platform crypto API"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
inherit kde-base cmake_lib
# TBD: PACKAGECONFIG
DEPENDS += " \
qtsvg \
nss \
cyrus-sasl \
libgcrypt \
pkcs11-helper \
"
... |
54e70caf-d9b9-4e60-b43a-73e1f775c652 | {
"language": "BitBake"
} | ```bitbake
PV = "0.0cvs${CVSDATE}"
LICENSE = "MIT"
DEPENDS = "x11 xext"
DESCRIPTION = "X display information utility"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "x11/base"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xdpyinfo"
S = "${WORKDIR}/xdpyinfo"
inherit autotools pkgconf... | ```bitbake
PV = "0.0cvs${CVSDATE}"
LICENSE = "MIT"
DEPENDS = "x11 xext xtst"
DESCRIPTION = "X display information utility"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
SECTION = "x11/base"
PR = "r1"
SRC_URI = "cvs://anoncvs:anoncvs@pdx.freedesktop.org/cvs/xapps;module=xdpyinfo"
S = "${WORKDIR}/xdpyinfo"
inherit au... |
6857992a-7059-42cf-890f-62ce9fd971a3 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "versatile resource statics tool"
DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \
Dstat overcomes some of their limitations and adds some extra features, more counters \
and flexibility. Dstat is handy for monitoring systems during performance tuning tests,... | ```bitbake
SUMMARY = "versatile resource statics tool"
DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \
Dstat overcomes some of their limitations and adds some extra features, more counters \
and flexibility. Dstat is handy for monitoring systems during performance tuning tests,... |
34ebc2d4-bd6d-4729-8657-1e771235faec | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Plugins for a virtual keyboard for touch-screen based user interfaces"
HOMEPAGE = "https://wiki.maliit.org/Main_Page"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f29b21caa8e460097bfad9c026a33621"
inherit autotools qt4x11
DEPENDS = "maliit-framework"
SRC_URI = "git://gitorious.or... | ```bitbake
DESCRIPTION = "Plugins for a virtual keyboard for touch-screen based user interfaces"
HOMEPAGE = "https://wiki.maliit.org/Main_Page"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f29b21caa8e460097bfad9c026a33621"
inherit autotools qt4x11
DEPENDS = "maliit-framework"
RDEPENDS_${PN} += "qt4-plugin... |
aad85437-6d17-4e60-bce7-a424c43d5c3e | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "The GPS Toolkit"
DESCRIPTION = "Libraries and applications to facilitate working with GPS data for research and high accuracy uses."
AUTHOR = "ARL:UT"
HOMEPAGE = "https://github.com/SGL-UT/GPSTk/"
PR = "r2"
LICENSE = "LGPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING.md;md5=d32239bcb673463ab874e8... | ```bitbake
SUMMARY = "The GPS Toolkit"
DESCRIPTION = "Libraries and applications to facilitate working with GPS data for research and high accuracy uses."
AUTHOR = "ARL:UT"
HOMEPAGE = "https://github.com/SGL-UT/gnsstk/"
PR = "r3"
LICENSE = "LGPL-3.0-only"
LIC_FILES_CHKSUM = "file://COPYING.md;md5=d32239bcb673463ab874e... |
ac8caa0f-3207-4106-8c58-31f4e9cce498 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "vnStat is a console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s)."
HOMEPAGE = "https://humdi.net/vnstat/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SECTION = "net"
DEPENDS = "g... | ```bitbake
DESCRIPTION = "vnStat is a console-based network traffic monitor for Linux and BSD that keeps a log of network traffic for the selected interface(s)."
HOMEPAGE = "https://humdi.net/vnstat/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SECTION = "net"
DEPENDS = "g... |
a97aee66-76e2-4bd3-9a8d-70b03c161b0b | {
"language": "BitBake"
} | ```bitbake
#
# base recipe: meta/recipes-devtools/dmidecode/dmidecode_2.12.bb
# base branch: daisy
#
PR = "r0"
inherit debian-package
PV = "2.12"
SUMMARY = "DMI (Desktop Management Interface) table related utilities"
HOMEPAGE = "http://www.nongnu.org/dmidecode/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;... | ```bitbake
#
# base recipe: meta/recipes-devtools/dmidecode/dmidecode_2.12.bb
# base branch: daisy
#
PR = "r0"
inherit debian-package
PV = "2.12"
SUMMARY = "DMI (Desktop Management Interface) table related utilities"
HOMEPAGE = "http://www.nongnu.org/dmidecode/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;... |
7183f0d1-93f0-4827-b81f-be388d0d73c9 | {
"language": "BitBake"
} | ```bitbake
require libglade.inc
inherit gnome
SRC_URI += "file://glade-cruft.patch file://no-xml2.patch"
EXTRA_OECONF += "--without-libxml2"
LDFLAGS += "-lz"
SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139"
SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec"
... | ```bitbake
require libglade.inc
LICENSE = "LGPLv2 LGPLv2+"
PR = "r1"
inherit gnome
SRC_URI += "file://glade-cruft.patch file://no-xml2.patch"
EXTRA_OECONF += "--without-libxml2"
LDFLAGS += "-lz"
SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139"
SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992f... |
ee7860f5-e69a-403d-bd20-21e9751f3d6e | {
"language": "BitBake"
} | ```bitbake
# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "OpenWrt LuCI web user interface"
HOMEPAGE = "https://github.com/openwrt/luci"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9"
SEC... | ```bitbake
# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "OpenWrt LuCI web user interface"
HOMEPAGE = "https://github.com/openwrt/luci"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9"
SEC... |
bc9549ca-68db-4d47-8a1f-026135a6bb41 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Test suite for Linux framebuffer"
PV = "1.1.0"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2"
SRC_URI = "git://github.com/prpplague/fb-test-app.git"
S = "${WORKDIR}/git"
do_install() {
install ... | ```bitbake
SUMMARY = "Test suite for Linux framebuffer"
PV = "1.1.0"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
SRCREV = "063ec650960c2d79ac51f5c5f026cb05343a33e2"
SRC_URI = "git://github.com/prpplague/fb-test-app.git"
S = "${WORKDIR}/git"
do_install() {
install -d ... |
86d36849-1659-4340-94e5-c2aa9b8ee8bc | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Phone input method helper module"
SECTION = "gpephone"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gtk+ ptim-headers"
PV = "0.1+svn-${SRCDATE}"
PR = "r1"
DEFAULT_PREFERENCE = "-1"
inherit gpephone pkgconfig autotools
SRC_URI = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source/pt... | ```bitbake
DESCRIPTION = "Phone input method helper module"
SECTION = "gpephone"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "gtk+ ptim-headers"
PV = "0.1+svn-${SRCDATE}"
PR = "r1"
DEFAULT_PREFERENCE = "-1"
inherit gpephone pkgconfig autotools
SRC_URI = "svn://projects.linuxtogo.org/svn/gpephone/trunk/source/pt... |
5156d2d0-be53-4e54-8df1-e663453ef8b2 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Patcher is a perl script for managing patches."
HOMEPAGE = "http://www.holgerschurig.de/patcher.html"
LICENSE = "Perl"
DEPENDS = ""
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Holger Schurig <hs4233@mail.mn-solutions.de>"
INHIBIT_DEFAULT_DEPS = "1"
SRC_URI = "http://www.holgerschurig... | ```bitbake
DESCRIPTION = "Patcher is a perl script for managing patches."
HOMEPAGE = "http://www.holgerschurig.de/patcher.html"
LICENSE = "Perl"
DEPENDS = ""
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Holger Schurig <hs4233@mail.mn-solutions.de>"
INHIBIT_DEFAULT_DEPS = "1"
SRC_URI = "http://www.holgerschurig... |
36e7e908-ffa9-4eb2-b404-803d71cc17d0 | {
"language": "BitBake"
} | ```bitbake
python () {
if d.getVar("PREFERRED_PROVIDER_qemu-helper-native") != d.getVar("PN"):
raise bb.parse.SkipRecipe("Set qemu-helper-native provider to use this recipe")
}
# TODO: improve this, since it is very hacky that this recipe need to build tunctl.
# include the existing qemu-helper-native
req... | ```bitbake
FILESEXTRAPATHS:prepend := "${COREBASE}/meta/recipes-devtools/qemu/qemu-helper:"
# provide it, to replace the existing
PROVIDES = "qemu-helper-native"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${WORKDIR}/tunctl.c;endline=4;md5=ff3a09996bc5fff6bc5d4e0b4c28f999"
SRC_URI = "\
file://tunctl.c \
"
... |
9429d70a-76cb-47a2-a35f-1a1d95c72fc1 | {
"language": "BitBake"
} | ```bitbake
require kernel-module-mali-utgard.inc
LIC_FILES_CHKSUM = "file://driver/src/devicedrv/mali/readme.txt;md5=92d15b487d204ace57072c48697b4a89"
SRC_URI = "git://github.com/superna9999/meson_gx_mali_450.git;protocol=git;branch=DX910-SW-99002-r7p0-00rel1_meson_gx"
SRCREV = "8be0f308ce73e0f7666226503b12dbb508b3b... | ```bitbake
require kernel-module-mali-utgard.inc
LIC_FILES_CHKSUM = "file://driver/src/devicedrv/mali/readme.txt;md5=92d15b487d204ace57072c48697b4a89"
SRC_URI = "git://github.com/superna9999/meson_gx_mali_450.git;protocol=git;branch=DX910-SW-99002-r7p0-00rel1_meson_gx"
SRCREV = "adf7fa6ca220075e2a98c1dd50e38c64b2069... |
46ff32c8-4c2c-4dcb-ab02-af35de7659bf | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Alternative system logger daemon"
DEPENDS = "libol flex eventlog"
PR = "r1"
SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/stable/src/${P}.tar.gz \
file://syslog-ng.conf \
file://initscript"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools update-rc.d
... | ```bitbake
DESCRIPTION = "Alternative system logger daemon"
DEPENDS = "libol flex eventlog glib-2.0"
PR = "r2"
SRC_URI = "http://www.balabit.com/downloads/files/syslog-ng/sources/stable/src/${P}.tar.gz \
file://syslog-ng.conf \
file://initscript"
S = "${WORKDIR}/${PN}-${PV}"
inherit autotools upd... |
b44e9d2b-1968-4541-a5c0-3825a1ec375e | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "GPE user login screen"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
RDEPENDS = "xkbd gpe-theme-clearlooks"
RPROVIDES_${PN} = "gpe-session-starter"
PR = "r0"
SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpe ... | ```bitbake
DESCRIPTION = "GPE user login screen"
SECTION = "gpe"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "gtk+ libgpewidget gpe-ownerinfo xkbd"
RDEPENDS = "xkbd gpe-theme-clearlooks"
RPROVIDES_${PN} = "gpe-session-starter"
PR = "r0"
SRC_URI_OVERRIDES_PACKAGE_ARCH = "1"
GPE_TARBALL_SUFFIX = "bz2"
inherit gpe ... |
f0c1920c-5e79-445a-a4e5-b9d753e6a727 | {
"language": "BitBake"
} | ```bitbake
# A minimal console image with some C/C++ dev tools
require core-image-minimal.bb
DEV_SDK_INSTALL = " \
binutils \
binutils-symlinks \
coreutils \
cpp \
cpp-symlinks \
diffutils \
gcc \
gcc-symlinks \
g++ \
g++-symlinks \
make \
libstdc++ \
libstdc++-dev \
libtool \
pkgconfig \
findutils \... | ```bitbake
# A minimal console image with some C/C++ dev tools
#LICENSE = "MIT"
#LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
require core-image-minimal.bb
DEV_SDK_INSTALL = " \
binutils \
binutils-symlinks \
coreutils \
cpp \
cpp-symlinks \
... |
d8e12007-29bd-4e7b-8ff7-a222bad5932d | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
HOMEPAGE = "http://www.gimp.org"
LICENSE = "GPL"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2"
DEPENDS = "sed-native gtk+ jpeg libpng libexif tiff"
inherit autotools pkgconfig
#... | ```bitbake
DESCRIPTION = "The GIMP is the GNU Image Manipulation Program."
HOMEPAGE = "http://www.gimp.org"
LICENSE = "GPL"
MAINTAINER = "Koen Kooi <koen@handhelds.org>"
SRC_URI = "ftp://ftp.gimp.org/pub/gimp/v2.3/gimp-${PV}.tar.bz2"
DEPENDS = "sed-native libart-lgpl gtk+ jpeg libpng libexif tiff"
inherit autotools... |
03c0973e-91d5-44ae-8137-d3dd66f37149 | {
"language": "BitBake"
} | ```bitbake
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.c... | ```bitbake
COMPATIBLE_MACHINE = "raspberrypi"
require linux.inc
DESCRIPTION = "Linux kernel for the RaspberryPi board"
PR = "r2"
# Bump MACHINE_KERNEL_PR in the machine config if you update the kernel.
# This is on the rpi-patches branch
SRCREV = "14ad68cf4afc7acf14076f895b539d81cd9f32ab"
SRC_URI = "git://github.c... |
f3c02406-dfdf-40f6-beee-bfac2b8e7b09 | {
"language": "BitBake"
} | ```bitbake
#
# base recipe: http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-support/nettle/nettle_2.7.1.bb
# base branch: master
#
PR = "r0"
inherit debian-package
LICENSE = "LGPLv2.1 & GPLv2"
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1"
DEPENDS += "gmp"
SRC_URI[md5... | ```bitbake
#
# base recipe: http://cgit.openembedded.org/openembedded-core/tree/meta/recipes-support/nettle/nettle_2.7.1.bb
# base branch: master
#
PR = "r0"
inherit debian-package
LICENSE = "LGPLv2.1 & GPLv2"
LIC_FILES_CHKSUM = " \
file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
file://debian/copyright;md... |
0444ca0c-0ceb-4d71-ae65-0ceebbe14500 | {
"language": "BitBake"
} | ```bitbake
require recipes/images/minimal-image.bb
IMAGE_INSTALL += "\
ack \
avahi-autoipd \
avahi-daemon \
binutils \
control-freak \
cpp \
cpp-symlinks \
curl \
gcc \
gcc-symlinks \
git \
htop \
i2c-tools \
... | ```bitbake
require recipes/images/minimal-image.bb
IMAGE_INSTALL += "\
ack \
avahi-autoipd \
avahi-daemon \
binutils \
control-freak \
cpp \
cpp-symlinks \
curl \
gcc \
gcc-symlinks \
git \
htop \
i2c-tools \
... |
8c4839aa-699c-49a1-af8d-f4c80969a304 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs"
HOMEPAGE = "http://git.ti.com"
LICENSE = "MIT | GPLv2"
LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=2b841bfc03386bb4d8d9381b79d33898"
inherit module
MACHINE_KERNEL_PR_append = "d"
PR = "${MACHINE... | ```bitbake
DESCRIPTION = "Kernel drivers for the PowerVR SGX chipset found in the omap5 SoCs"
HOMEPAGE = "http://git.ti.com"
LICENSE = "MIT | GPLv2"
LIC_FILES_CHKSUM = "file://eurasia_km/README;beginline=13;endline=22;md5=2b841bfc03386bb4d8d9381b79d33898"
inherit module
MACHINE_KERNEL_PR_append = "e"
PR = "${MACHINE... |
11368bee-2d3f-4b37-a23b-402b4b723f51 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "RTMP Dump"
DESCRIPTION = "rtmpdump is a toolkit for RTMP streams. All forms of RTMP are \
supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
HOMEPAGE = "http://rtmpdump.mplayerhq.hu/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe... | ```bitbake
SUMMARY = "RTMP Dump"
DESCRIPTION = "rtmpdump is a toolkit for RTMP streams. All forms of RTMP are \
supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
HOMEPAGE = "http://rtmpdump.mplayerhq.hu/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe... |
14ba1925-48ed-4b04-9ef7-9f0c98a57116 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "PIP is a tool for installing and managing Python packages"
LICENSE = "MIT & LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25fba45109565f87de20bae85bc39452"
SRC_URI[md5sum] = "35f01da33009719497f01a4ba69d63c9"
SRC_URI[sha256sum] = "09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658c... | ```bitbake
SUMMARY = "PIP is a tool for installing and managing Python packages"
HOMEPAGE = "https://pip.pypa.io/"
LICENSE = "MIT & LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=25fba45109565f87de20bae85bc39452"
SRC_URI[md5sum] = "35f01da33009719497f01a4ba69d63c9"
SRC_URI[sha256sum] = "09f243e1a7b461f654c26a725... |
a94e5abd-fdaf-49bf-a5e3-5cf5e674afb8 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "A fast lightweight Text-to-speech engine"
DESCRIPTION = "Mimic is a fast, lightweight Text-to-speech engine developed by Mycroft A.I. and VocaliD, based on Carnegie Mellon University’s Flite (Festival-Lite) software. Mimic takes in text and reads it out loud to create a high quality voice."
HOMEPA... | ```bitbake
SUMMARY = "A fast lightweight Text-to-speech engine"
DESCRIPTION = "Mimic is a fast, lightweight Text-to-speech engine developed by Mycroft A.I. and VocaliD, based on Carnegie Mellon University’s Flite (Festival-Lite) software. Mimic takes in text and reads it out loud to create a high quality voice."
HOMEPA... |
01aed104-1007-479f-ad6c-2348398acb22 | {
"language": "BitBake"
} | ```bitbake
SECTION = "libs"
LICENSE = "Artistic"
PR = "r3"
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
S = "${WORKDIR}/XML-Parser-${PV}"
inherit cpan
FILES_${PN} = "${PERLLIBDIRS}/auto/XML/Parser/Expat/* \
${PERLLIBDIRS}/auto/XML/Parser/.packlist \
$... | ```bitbake
SECTION = "libs"
LICENSE = "Artistic"
DEPENDS += "expat-native"
PR = "r4"
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
S = "${WORKDIR}/XML-Parser-${PV}"
EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}"
inherit cpan
FILES_${PN} = "${PERLLI... |
0b4dd15e-3a04-45ae-9fcf-d8c7bbb0154e | {
"language": "BitBake"
} | ```bitbake
require swupdate.inc
DEFAULT_PREFERENCE = "-1"
do_compile() {
unset LDFLAGS
oe_runmake
cp swupdate_unstripped swupdate
cp tools/progress_unstripped progress
}
```
Install tools from recent SWUpdate | ```bitbake
require swupdate.inc
DEFAULT_PREFERENCE = "-1"
do_compile() {
unset LDFLAGS
oe_runmake
cp swupdate_unstripped swupdate
cp tools/progress_unstripped progress
}
do_install_append () {
install -m 0755 tools/client_unstripped ${D}${bindir}/client
install -m 0755 tools/progress_unstripped ${D}${... |
e4de5276-3548-44c6-8733-22aa116430cd | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Simple Python wrapper around the OpenSSL library"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCNAME = "pyOpenSSL"
DEPENDS = "openssl python-cryptography"
PE = "1"
SRC_URI = "http://pypi.python.org/packages/source/p/... | ```bitbake
SUMMARY = "Simple Python wrapper around the OpenSSL library"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCNAME = "pyOpenSSL"
DEPENDS = "openssl python-cryptography"
PE = "1"
SRC_URI = "http://pypi.python.org/packages/source/p/... |
9ed64cff-130f-4e09-bcb0-d1e029bf21f7 | {
"language": "BitBake"
} | ```bitbake
VIMVER = "72"
# vim-tiny sets that too
VIMFEATURES ?= "big"
# GUI type - gvim recipe sets "gtk2"
VIMGUI ?= "no"
# gvim recipes uses "--with-x"
VIMX ?= "--without-x"
require vim.inc
PR = "${INC_PR}.3"
# 001-411.diff contains 411 patches fetched from upstream
SRC_URI += "file://001-411.diff;apply=no"
SRC... | ```bitbake
VIMVER = "72"
# vim-tiny sets that too
VIMFEATURES ?= "big"
# GUI type - gvim recipe sets "gtk2"
VIMGUI ?= "no"
# gvim recipes uses "--with-x"
VIMX ?= "--without-x"
require vim.inc
PR = "${INC_PR}.3"
# 001-411.diff contains 411 patches fetched from upstream
SRC_URI += "file://001-411.diff;patchdir=.."
... |
067e4bed-5feb-4d7a-b1b1-31c7725d1577 | {
"language": "BitBake"
} | ```bitbake
include recipes-core/images/core-image-minimal.bb
IMAGE_FSTYPES = "tar.gz"
IMAGE_INSTALL_append += " \
fbcp \
fontconfig \
fontconfig-utils \
tslib-calibrate \
tslib-tests \
ttf-bitstream-vera \
gstreamer1.0-plugins-base-alsa \
wpebackend-rdk \
wpewebkit \
cog \
"
VIRTUAL-RUNTIME_init_manager="... | ```bitbake
include recipes-core/images/core-image-minimal.bb
IMAGE_FSTYPES = "tar.gz"
IMAGE_INSTALL_append += " \
fbcp \
fontconfig \
fontconfig-utils \
tslib-calibrate \
tslib-tests \
ttf-bitstream-vera \
gstreamer1.0-plugins-base-alsa \
wpebackend-rdk \
wpewebkit \
cog \
tzdata tzdata-misc tzdata-posix t... |
a18fcf34-6ed8-4988-8404-f0f063e8ef7c | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Library to process JSON-RPC requests"
HOMEPAGE = "https://github.com/bcb/jsonrpcserver"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c89120516900f96f4c60d35fdc4c3f15"
SRC_URI[md5sum] = "c1cc652bdeb04b8ce3ad962fbab34daf"
SRC_URI[sha256sum] = "3a35c0ef21174ca98f995f99688cebadda97053785833... | ```bitbake
SUMMARY = "Library to process JSON-RPC requests"
HOMEPAGE = "https://github.com/bcb/jsonrpcserver"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c89120516900f96f4c60d35fdc4c3f15"
SRC_URI[md5sum] = "c1cc652bdeb04b8ce3ad962fbab34daf"
SRC_URI[sha256sum] = "3a35c0ef21174ca98f995f99688cebadda97053785833... |
20f763c6-c83a-49a8-9286-ca529c47c160 | {
"language": "BitBake"
} | ```bitbake
require u-boot.inc
# This is needs to be validated among supported BSP's before we can
# make it default
DEFAULT_PREFERENCE = "-1"
# To build u-boot for your machine, provide the following lines in
# your machine config, replacing the assignments as appropriate for
# your machine.
# UBOOT_MACHINE = "omap3_... | ```bitbake
require u-boot.inc
# This is needs to be validated among supported BSP's before we can
# make it default
DEFAULT_PREFERENCE = "-1"
# To build u-boot for your machine, provide the following lines in
# your machine config, replacing the assignments as appropriate for
# your machine.
# UBOOT_MACHINE = "omap3_... |
cb702bb1-16f1-470a-a26c-3a81af1fb2c2 | {
"language": "BitBake"
} | ```bitbake
require u-boot-ti.inc
DESCRIPTION = "u-boot bootloader for ARM MPU devices"
COMPATIBLE_MACHINE = "ti33x"
DEFAULT_PREFERENCE = "-1"
PR = "r5+gitr${SRCPV}"
SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
# This version of u-boot is meant for 3.2 kernel which doesn't sup... | ```bitbake
require u-boot-ti.inc
DESCRIPTION = "u-boot bootloader for ARM MPU devices"
COMPATIBLE_MACHINE = "ti33x"
DEFAULT_PREFERENCE = "-1"
PR = "r6+gitr${SRCPV}"
SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}"
# This version of u-boot is meant for 3.2 kernel which doesn't sup... |
0f38c0b8-b0dc-4f5b-aae1-05fe89a92ad0 | {
"language": "BitBake"
} | ```bitbake
LICENSE = "GPL"
PR = "r0"
inherit gpe pkgconfig
DESCRIPTION = "A package manager GUI for GPE"
DEPENDS = "ipkg libgpewidget"
RDEPENDS = "gpe-icons"
SECTION = "gpe"
PRIORITY = "optional"
```
Apply patch by Erik Hovland to make sure gpe-package is suid. | ```bitbake
LICENSE = "GPL"
PR = "r1"
inherit gpe pkgconfig
DESCRIPTION = "A package manager GUI for GPE"
DEPENDS = "ipkg libgpewidget"
RDEPENDS = "gpe-icons"
SECTION = "gpe"
PRIORITY = "optional"
pkg_postinst () {
#!/bin/sh
chmod u+s /usr/bin/gpe-package
}
``` |
9cae91af-a64b-4aaa-94de-d4be84efc31a | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Checksec tool"
DESCRIPTION = "The checksec.sh script is designed to test what standard Linux OS and PaX security features are being used."
SECTION = "security"
LICENSE = "BSD-3-Clause"
HOMEPAGE="http://www.trapkit.de/tools/checksec.html"
LIC_FILES_CHKSUM = "file://checksec.sh;beginline=3;endline=... | ```bitbake
SUMMARY = "Checksec tool"
DESCRIPTION = "The checksec.sh script is designed to test what standard Linux OS and PaX security features are being used."
SECTION = "security"
LICENSE = "BSD-3-Clause"
HOMEPAGE="http://www.trapkit.de/tools/checksec.html"
LIC_FILES_CHKSUM = "file://checksec.sh;beginline=3;endline=... |
35f584ad-c64f-41d4-ab74-67701c7ffe26 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Terminal multiplexer"
HOMEPAGE = "http://tmux.sourceforge.net"
SECTION = "console/utils"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf19144bdaca107"
DEPENDS = "ncurses libevent"
SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tm... | ```bitbake
SUMMARY = "Terminal multiplexer"
HOMEPAGE = "http://tmux.sourceforge.net"
SECTION = "console/utils"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf19144bdaca107"
DEPENDS = "ncurses libevent"
SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tm... |
6b0b788a-7bdd-47b8-8a86-ce43bd1f0a2a | {
"language": "BitBake"
} | ```bitbake
require recipes/images/minimal-image.bb
IMAGE_INSTALL += "\
ack \
avahi-autoipd \
avahi-daemon \
binutils \
control-freak \
cpp \
cpp-symlinks \
curl \
gcc \
gcc-symlinks \
git \
htop \
i2c-tools \
... | ```bitbake
require recipes/images/minimal-image.bb
IMAGE_INSTALL += "\
ack \
avahi-autoipd \
avahi-daemon \
binutils \
blinkm \
control-freak \
cpp \
cpp-symlinks \
curl \
ffmpeg \
g++ \
g++-symlinks \
gcc \
... |
86fb6892-681a-4e5b-8b7c-7d23d7a4099c | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Security oriented static analyser for python code."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
SRC_URI[md5sum] = "f74155cb9921be857693b32d2531e857"
SRC_URI[sha256sum] = "cb977045497f83ec3a02616973ab845c829cdab8144ce2e757fe031104a9abd4"
DEPENDS... | ```bitbake
SUMMARY = "Security oriented static analyser for python code."
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
SRC_URI[md5sum] = "f74155cb9921be857693b32d2531e857"
SRC_URI[sha256sum] = "cb977045497f83ec3a02616973ab845c829cdab8144ce2e757fe031104a9abd4"
DEPENDS... |
2d12e976-29c0-4d65-93b5-b54b34d2b1c6 | {
"language": "BitBake"
} | ```bitbake
SECTION = "base"
PACKAGES = ""
LICENSE = "GPL"
INHIBIT_DEFAULT_DEPS = "1"
PR = "r2"
SRC_URI = "http://nslu.sf.net/downloads/${PN}-${PV}.tar.bz2"
S = "${WORKDIR}/${PN}-${PV}"
COMPATIBLE_MACHINE = "nslu2"
do_compile () {
install -d ${STAGING_LIBDIR}/nslu2-binaries
install -m 0755 ${S}/RedBoot ${STAGING_LI... | ```bitbake
SECTION = "base"
PACKAGES = ""
LICENSE = "GPL"
INHIBIT_DEFAULT_DEPS = "1"
PR = "r3"
SRC_URI = "http://nslu.sf.net/downloads/${PN}-${PV}.tar.bz2"
S = "${WORKDIR}/${PN}-${PV}"
COMPATIBLE_MACHINE = "(nslu2|ixp4xx)"
do_compile () {
install -d ${STAGING_LIBDIR}/nslu2-binaries
install -m 0755 ${S}/RedBoot ${S... |
6b993061-3f8d-4c75-8149-c67b97c7bc0a | {
"language": "BitBake"
} | ```bitbake
SRCBRANCH ?= "master-rel-2021.1"
SRCREV = "1ea0b872057a3f6636712dfda36bc6f1420f99af"
BRANCH = "master-rel-2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33"
PV = "${SRCBRANCH}+git${SRCPV}"
include libmetal.inc
```
Update commit ids for 2021 release | ```bitbake
SRCBRANCH ?= "master-rel-2021.1"
SRCREV = "3c848513f2dd1227fb54010a3f989ddc3c3dbea2"
BRANCH = "master-rel-2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33"
PV = "${SRCBRANCH}+git${SRCPV}"
include libmetal.inc
``` |
9fafc0c2-6640-4739-b2f3-0401a0670668 | {
"language": "BitBake"
} | ```bitbake
PR = "r0"
inherit gpe
DESCRIPTION = "GPE infrared communication applet"
DEPENDS = "gtk+ libgpewidget libmimedir libgpevtype openobex irda-utils dbus"
RDEPENDS = "libopenobex-1.0-1 irda-utils"
SECTION = "gpe"
PRIORITY = "optional"
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
LICENSE = "GPL"
SRC_... | ```bitbake
PR = "r0"
inherit gpe
DESCRIPTION = "GPE infrared communication applet"
DEPENDS = "gtk+ libgpewidget libmimedir libgpevtype openobex irda-utils dbus"
RDEPENDS = "irda-utils"
SECTION = "gpe"
PRIORITY = "optional"
MAINTAINER = "Florian Boor <florian@kernelconcepts.de>"
LICENSE = "GPL"
SRC_URI += "file://dbu... |
56d7df43-3c63-4395-9274-fe58ad507e9e | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
HOMEPAGE = "http://www.gnu.org/software/gdbm/gdbm.html"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPL"
PR = "r5"
SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
file://makefile.patch \
file://... | ```bitbake
DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
HOMEPAGE = "http://www.gnu.org/software/gdbm/gdbm.html"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2+"
PR = "r6"
SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
file://makefile.patch \
file... |
98bc85d5-a7be-45b3-870e-9c61b1de6923 | {
"language": "BitBake"
} | ```bitbake
require u-boot-ti.inc
PR = "r31"
BRANCH = "ti-u-boot-2020.01"
SRCREV = "9e7410ef108d77c2801afbe8fb1879c475aed6ff"
```
Update to the latest commit | ```bitbake
require u-boot-ti.inc
PR = "r32"
BRANCH = "ti-u-boot-2020.01"
SRCREV = "3352297ed065254b1a615fb16a7e4eefb07f9728"
``` |
3a897bf1-09cd-475d-8473-8ec241623aa3 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "An audio Sample Rate Conversion library"
SECTION = "libs"
LICENSE = "GPL libsamplerate"
PR = "r2"
SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
file://libsamplerate-0.1.7-macro-quoting.patch;striplevel=0 \
file://libsamplerate-0.1.7-tests.patch "
... | ```bitbake
DESCRIPTION = "An audio Sample Rate Conversion library"
SECTION = "libs"
LICENSE = "GPLv2+"
PR = "r3"
SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \
file://libsamplerate-0.1.7-macro-quoting.patch;striplevel=0 \
file://libsamplerate-0.1.7-tests.patch "
S = "${WORK... |
ea0be866-b598-42b1-b18a-f45234c5cedd | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "A top utility for I/O"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=48e7be78bd2671d08c9c3bad71f1cfaa"
DEPENDS = "ncurses"
SRC_URI = "https://github.com/Tomas-M/iotop/releases/download/v1.20/iotop-1.20.tar.xz"
SRC_URI[sha256sum] = "e0227dd4b71ce3ffe50225b85cf9abb38a99c1d2dff69e3f1db7... | ```bitbake
SUMMARY = "A top utility for I/O"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=48e7be78bd2671d08c9c3bad71f1cfaa"
DEPENDS = "ncurses"
SRC_URI = "https://github.com/Tomas-M/iotop/releases/download/v1.20/iotop-1.20.tar.xz"
SRC_URI[sha256sum] = "e0227dd4b71ce3ffe50225b85cf9abb38a99c1d2dff69e3f1db7... |
ed452ad3-2d02-4a44-9bbe-f05a2a852852 | {
"language": "BitBake"
} | ```bitbake
SRCBRANCH ?= "master-rel-2021.1"
SRCREV = "3c848513f2dd1227fb54010a3f989ddc3c3dbea2"
BRANCH = "master-rel-2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33"
PV = "${SRCBRANCH}+git${SRCPV}"
include libmetal.inc
```
Update branch for 2021.1 release | ```bitbake
SRCBRANCH ?= "xlnx_rel_v2021.1"
SRCREV = "3c848513f2dd1227fb54010a3f989ddc3c3dbea2"
BRANCH = "xlnx_rel_v2021.1"
LIC_FILES_CHKSUM ?= "file://LICENSE.md;md5=1ff609e96fc79b87da48a837cbe5db33"
PV = "${SRCBRANCH}+git${SRCPV}"
include libmetal.inc
``` |
486a2433-8fd9-474d-adbe-247e983fd18f | {
"language": "BitBake"
} | ```bitbake
require libglade.inc
inherit gnome
SRC_URI += "file://glade-cruft.patch file://no-xml2.patch"
EXTRA_OECONF += "--without-libxml2"
LDFLAGS += "-lz"
SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139"
SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992fd210d3e8139882269bed47dc4674980165dec"
... | ```bitbake
require libglade.inc
LICENSE = "LGPLv2 LGPLv2+"
PR = "r1"
inherit gnome
SRC_URI += "file://glade-cruft.patch file://no-xml2.patch"
EXTRA_OECONF += "--without-libxml2"
LDFLAGS += "-lz"
SRC_URI[archive.md5sum] = "d1776b40f4e166b5e9c107f1c8fe4139"
SRC_URI[archive.sha256sum] = "64361e7647839d36ed8336d992f... |
4d812687-f3c0-4714-b970-5f9da6f5c54d | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "Algorithm::Diff - Compute intelligent differences between two files / lists"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars \
"perl-module-exporter perl-module-strict perl-m... | ```bitbake
DESCRIPTION = "Algorithm::Diff - Compute intelligent differences between two files / lists"
SECTION = "libs"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
LICENSE = "Artistic|GPL"
RDEPENDS += "perl-module-exporter perl-module-strict perl-module-vars \
perl-module-strict perl-module-vars"
PR = "r0"... |
94507122-d02e-473f-b0e4-8b6990548217 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "GStreamer elements to use the Video Processing Engine (VPE) found on some TI devices"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
require gstreamer1.0-plugins-ti.inc
PR = "${INC_PR}.15"
SRCREV = "3c44b9f4769d8a2b1e3b3441d789a62047c7f940"
SRC_... | ```bitbake
DESCRIPTION = "GStreamer elements to use the Video Processing Engine (VPE) found on some TI devices"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
require gstreamer1.0-plugins-ti.inc
PR = "${INC_PR}.16"
SRCREV = "4fe4beaa1498e27878bf04020aef0099c17f2262"
SRC_... |
f7d3a1d0-11c0-4a3f-8d39-cc344609237f | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "GStreamer elements to use the multimedia accelerators available on some TI parts"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
require gstreamer1.0-plugins-ti.inc
PR = "${INC_PR}.26"
SRCREV = "c8f6051ac3dff629aa00c22667fcc33cb1cfd074"
BRANCH ?=... | ```bitbake
DESCRIPTION = "GStreamer elements to use the multimedia accelerators available on some TI parts"
LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
require gstreamer1.0-plugins-ti.inc
PR = "${INC_PR}.27"
SRCREV = "7205d7cb75944e816622d5daca88804819ff16d3"
BRANCH ?=... |
c9b7fb91-302c-4203-8c26-e6a20c7834be | {
"language": "BitBake"
} | ```bitbake
require u-boot-ti.inc
PR = "r35"
BRANCH = "ti-u-boot-2020.01"
SRCREV = "654d73f8725db340ccb470d5d130df3fcf7ce482"
```
Update to the latest commit | ```bitbake
require u-boot-ti.inc
PR = "r36"
BRANCH = "ti-u-boot-2020.01"
SRCREV = "2781231a33c3d779e32445f4fe55164c45d6d7c1"
``` |
e234cfc1-6c87-4213-a829-c9b43534cc8f | {
"language": "BitBake"
} | ```bitbake
# Build of xserver-kdrive is not possible with xextproto >= 7.1.
# This package allows to install old 7.0 includes in parallel.
FILESPATH = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xextproto-7.0:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/xextproto:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/... | ```bitbake
# Build of xserver-kdrive is not possible with xextproto >= 7.1.
# This package allows to install old 7.0 includes in parallel.
PR_append = ".1"
BPN = "xextproto"
require xextproto_7.0.5.bb
XORG_PN = "xextproto"
EXTRA_OECONF += "--includedir=${includedir}/xextproto-70"
do_install_append() {
rm -r ${D}${... |
4e1b0e68-9859-4840-b45c-7d7a4d2c22b8 | {
"language": "BitBake"
} | ```bitbake
SUMMARY = "Video Decode and Presentation API for UNIX"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=83af8811a28727a13f04132cc33b7f58"
DEPENDS = "virtual/libx11 libxext dri2proto"
PV = "1.1.1+git${SRCPV}"
SRCREV = "a21bf7aa438f5dd40d0a300a3167aa3d6f26dccc"
SRC_URI = "git://anongit.freedesktop.or... | ```bitbake
SUMMARY = "Video Decode and Presentation API for UNIX"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=83af8811a28727a13f04132cc33b7f58"
DEPENDS = "virtual/libx11 libxext xorgproto"
PV = "1.1.1+git${SRCPV}"
SRCREV = "a21bf7aa438f5dd40d0a300a3167aa3d6f26dccc"
SRC_URI = "git://anongit.freedesktop.or... |
d34a6d06-6a2e-4e4d-a527-636853ed2e74 | {
"language": "BitBake"
} | ```bitbake
DESCRIPTION = "\
IPC::Run allows you run and interact with child processes \
using files, pipes, and pseudo-ttys. Both system()-style and scripted \
usages are supported and may be mixed. Likewise, functional and OO API \
styles are both supported and may be mixed."
SECTION = "libs"
LICENSE = "Artistic-1.0 |... | ```bitbake
DESCRIPTION = "\
IPC::Run allows you run and interact with child processes \
using files, pipes, and pseudo-ttys. Both system()-style and scripted \
usages are supported and may be mixed. Likewise, functional and OO API \
styles are both supported and may be mixed."
HOMEPAGE = "https://metacpan.org/release/I... |
3092b432-7cf1-42b0-bce4-58c8e16d219f | {
"language": "BitBake"
} | ```bitbake
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/${PN}/${PN}_${PV}.tar.gz \
file://auxd... | ```bitbake
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/${PN}/${PN}_${PV}.tar.gz \
file://auxd... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.