Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
26 lines
1.1 KiB
BlitzBasic
26 lines
1.1 KiB
BlitzBasic
SUMMARY = "libsecret is a library for storing and retrieving passwords and other secrets"
|
|
DESCRIPTION = "A GObject-based library for accessing the Secret Service API of \
|
|
the freedesktop.org project, a cross-desktop effort to access passwords, \
|
|
tokens and other types of secrets. libsecret provides a convenient wrapper \
|
|
for these methods so consumers do not have to call the low-level DBus methods."
|
|
LICENSE = "LGPL-2.1-only"
|
|
HOMEPAGE = "https://github.com/GNOME/libsecret"
|
|
BUGTRACKER = "https://gitlab.gnome.org/GNOME/libsecret/issues"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=23c2a5e0106b99d75238986559bb5fc6"
|
|
|
|
|
|
inherit gnomebase gi-docgen vala gobject-introspection manpages
|
|
|
|
DEPENDS += "glib-2.0 libgcrypt gettext-native"
|
|
|
|
SRC_URI[archive.sha256sum] = "163d08d783be6d4ab9a979ceb5a4fecbc1d9660d3c34168c581301cd53912b20"
|
|
|
|
GTKDOC_MESON_OPTION = 'gtk_doc'
|
|
|
|
PACKAGECONFIG[manpages] = "-Dmanpage=true,-Dmanpage=false,libxslt-native xmlto-native"
|
|
|
|
# http://errors.yoctoproject.org/Errors/Details/20228/
|
|
ARM_INSTRUCTION_SET:armv4 = "arm"
|
|
ARM_INSTRUCTION_SET:armv5 = "arm"
|
|
ARM_INSTRUCTION_SET:armv6 = "arm"
|