Home
last modified time | relevance | path

Searched refs:gpg (Results 1 – 25 of 58) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/pinentry/pinentry-1.2.0/
H A Dgpg-error_pkconf.patch7 the gpg-error recipe for gpg-error.pc generation.
14 m4/gpg-error.m4 | 159 ++----------------------------------------------
17 diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4
19 --- a/m4/gpg-error.m4
20 +++ b/m4/gpg-error.m4
35 - dnl Accept --with-gpg-error-prefix and make it work the same as
38 - AC_ARG_WITH(gpg-error-prefix,,
43 - GPG_ERROR_CONFIG="${gpg_error_config_prefix}/bin/gpg-error-config"
47 - if test -x "${SYSROOT}/bin/gpg-error-config" ; then
48 - GPG_ERROR_CONFIG="${SYSROOT}/bin/gpg-error-config"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnupg/
H A Dgnupg_2.3.7.bb34 --enable-gpg-is-gpg2 \
37 # A minimal package containing just enough to run gpg+gpgagent (E.g. use gpgme in opkg)
38 PACKAGES =+ "${PN}-gpg"
39 FILES:${PN}-gpg = " \
40 ${bindir}/gpg \
42 ${bindir}/gpg-agent \
45 # Normal package (gnupg) should depend on minimal package (gnupg-gpg)
49 RDEPENDS:${PN} += "${@ "" if ("native" in d.getVar("PN")) else (d.getVar("PN") + "-gpg")}"
55 rm -f ${S}/m4/gpg-error.m4
62 ln -sf gpg2 ${D}${bindir}/gpg
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libgpg-error/libgpg-error/
H A Dpkgconfig.patch17 src/gpg-error.m4 | 160 +----------------------------------------------
20 diff --git a/src/gpg-error.m4 b/src/gpg-error.m4
22 --- a/src/gpg-error.m4
23 +++ b/src/gpg-error.m4
37 - dnl Accept --with-gpg-error-prefix and make it work the same as
40 - AC_ARG_WITH(gpg-error-prefix,,
45 - GPG_ERROR_CONFIG="${gpg_error_config_prefix}/bin/gpg-error-config"
49 - if test -x "${SYSROOT}/bin/gpg-error-config" ; then
50 - GPG_ERROR_CONFIG="${SYSROOT}/bin/gpg-error-config"
62 - AC_PATH_PROG(GPG_ERROR_CONFIG, gpg-error-config, no)
[all …]
H A D0001-Do-not-fail-when-testing-config-scripts.patch20 @@ -344,7 +344,6 @@ gpg-error-config: gpgrt-config gpg-error-config-old
23 echo "*** Please report to <https://bugs.gnupg.org> with gpg-error-config-test.log"; \
26 cp gpg-error-config-old $@
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/opkg/
H A Dopkg-keyrings_1.0.bb7 # 1) In a .bbappend, add .gpg and/or .asc files to SRC_URI and install them to
9 # files should not be named 'key-$name.gpg' to ensure they don't conflict
14 # each name, 'gpg --export $name' will be ran to export the public key to a
15 # file named 'key-$name.gpg'. The public key must therefore be in the gpg
22 gpg --export ${name} > ${B}/key-${name}.gpg
29 install -m 0644 ${B}/key-${name}.gpg ${D}${datadir}/opkg/keyrings/
H A Dopkg_0.5.0.bb35 PACKAGECONFIG[gpg] = "--enable-gpg,--disable-gpg,\
37 ${@ "gnupg" if ("native" in d.getVar("PN")) else "gnupg-gpg"}\
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gpgme/gpgme/
H A D0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch4 Subject: [PATCH 2/7] gpgme/lang/python: gpg-error-config should not be used
6 gpg-error-config was modified by OE to always return an error.
28 # Out-of-tree build of the gpg bindings.
29 -gpg_error_config = ['gpg-error-config']
41 - sys.exit('Could not find gpg-error-config. ' +
45 - 'gpg-error.h', getconfig('cflags', config=gpg_error_config))
46 + "gpg-error.h", os.environ.get('CFLAGS').split())
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gpgme/
H A Dgpgme_1.17.1.bb16 file://0002-gpgme-lang-python-gpg-error-config-should-not-be-use.patch \
31 RDEPENDS:python2-gpg += "python-unixadmin"
32 RDEPENDS:python3-gpg += "python3-unixadmin"
56 --disable-gpg-test \
69 PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'python2', 'python2-gpg ', '', d)}"
70 PACKAGES =. "${@bb.utils.contains('PACKAGECONFIG', 'python3', 'python3-gpg ', '', d)}"
73 FILES:python2-gpg = "${PYTHON_SITEPACKAGES_DIR}/*"
74 FILES:python3-gpg = "${PYTHON_SITEPACKAGES_DIR}/*"
80 rm -f ${S}/m4/gpg-error.m4
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Dmaintainer-pgp-guide.rst76 molte distribuzioni forniscono entrambe, di base il comando ''gpg''
79 $ gpg --version | head -n1
81 Se visualizzate ``gpg (GnuPG) 1.4.x``, allora state usando GnuPG v.1.
87 Se visualizzate ``gpg (GnuPG) 2.x.x``, allora siete pronti a partire.
94 Se avete entrambi i comandi: ``gpg`` e ``gpg2``, assicuratevi di utilizzare
98 $ alias gpg=gpg2
102 Configurare le opzioni di gpg-agent
106 che userete il comando ``gpg`` e funzionerà in background con l'obiettivo di
120 potete creare il vostro file ``~/.gnupg/gpg-agent.conf`` ed impostare i vostri
129 Non è più necessario far partire l'agente gpg manualmente all'inizio della
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/gnupg/gnupg/
H A D0001-configure.ac-use-a-custom-value-for-the-location-of-.patch5 gpg-agent socket in the filesystem
7 This should avoid clashes with the host gpg-agent observed on autobuilders.
24 -AC_DEFINE_UNQUOTED(GPG_AGENT_SOCK_NAME, "S.gpg-agent",
25 +AC_DEFINE_UNQUOTED(GPG_AGENT_SOCK_NAME, "S.gpg-agent.yocto-native",
27 AC_DEFINE_UNQUOTED(GPG_AGENT_EXTRA_SOCK_NAME, "S.gpg-agent.extra",
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dmaintainer-pgp-guide.rst69 ``gpg`` command invoking GnuPG v.1. To check, run::
71 $ gpg --version | head -n1
73 If you see ``gpg (GnuPG) 1.4.x``, then you are using GnuPG v.1. Try the
79 If you see ``gpg (GnuPG) 2.x.x``, then you are good to go. This guide
86 If you have both ``gpg`` and ``gpg2`` commands, you should make sure you
90 $ alias gpg=gpg2
94 Configure gpg-agent options
98 you use the ``gpg`` command and run in the background with the purpose
111 edit your ``~/.gnupg/gpg-agent.conf`` file to set your own values::
119 It is no longer necessary to start gpg-agent manually at the
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dsigning-keys.bb17 FILES:${PN}-rpm = "${sysconfdir}/pki/rpm-gpg"
18 FILES:${PN}-ipk = "${sysconfdir}/pki/ipk-gpg"
19 FILES:${PN}-packagefeed = "${sysconfdir}/pki/packagefeed-gpg"
48 …install -D -m 0644 "${B}/rpm-key" "${D}${sysconfdir}/pki/rpm-gpg/RPM-GPG-KEY-${DISTRO}-${DISTRO_CO…
51 …install -D -m 0644 "${B}/ipk-key" "${D}${sysconfdir}/pki/ipk-gpg/IPK-GPG-KEY-${DISTRO}-${DISTRO_CO…
54 …install -D -m 0644 "${B}/pf-key" "${D}${sysconfdir}/pki/packagefeed-gpg/PACKAGEFEED-GPG-KEY-${DIST…
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/libgpg-error/
H A Dlibgpg-error_1.44.bb9 … file://src/gpg-error.h.in;beginline=2;endline=18;md5=d82591bc81561f617da71e00ff4a9d79 \
24 BINCONFIG = "${bindir}/gpg-error-config"
35 oe_multilib_header gpg-error.h gpgrt.h
38 FILES:${PN}-dev += "${bindir}/gpg-error"
/OK3568_Linux_fs/buildroot/package/opkg/
H A Dopkg.mk21 OPKG_CONF_OPTS += --enable-gpg
24 ac_cv_path_GPGERR_CONFIG=$(STAGING_DIR)/usr/bin/gpg-error-config
27 OPKG_CONF_OPTS += --disable-gpg
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-gnome/libjcat/
H A Dlibjcat_0.1.11.bb20 gpg \
24 PACKAGECONFIG[gpg] = "-Dgpg=true,-Dgpg=false,gpgme"
33 ${@bb.utils.contains('PACKAGECONFIG', 'gpg', 'gnupg', '', d)} \
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dcpa-test.c45 long lpg, gpg, spg, exec; member
54 s->lpg = s->gpg = s->spg = s->exec = 0; in print_split()
70 s->gpg++; in print_split()
96 s->spg, s->lpg, s->gpg, s->exec, in print_split()
101 expected = (s->gpg*GPS + s->lpg*LPS)/PAGE_SIZE + s->spg + missed; in print_split()
/OK3568_Linux_fs/buildroot/package/lldpd/
H A Dlldpd.hash1 # Locally computed after checking gpg key
2 # https://media.luffy.cx/files/lldpd/lldpd-1.0.9.tar.gz.gpg
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Ds3c64xx-pinctrl.dtsi59 gpg: gpg { label
238 samsung,pins = "gpg-1";
244 samsung,pins = "gpg-0";
250 samsung,pins = "gpg-2";
256 samsung,pins = "gpg-2", "gpg-3", "gpg-4", "gpg-5";
262 samsung,pins = "gpg-6";
299 samsung,pins = "gpg-6";
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-pygpgme/
H A D0002-passphrase_cb-is-deprecated.patch8 developers using gpgme should really rely on the gpg-agent to handle
11 application entirely, relying on gpg to figure out how to find the
46 + fp = open(os.path.join(self._gpghome, 'gpg-agent.conf'), 'wb')
/OK3568_Linux_fs/buildroot/package/php-gnupg/
H A Dphp-gnupg.mk13 --with-gnupg=$(STAGING_DIR)/usr --with-gpg=/usr/bin/gpg
/OK3568_Linux_fs/buildroot/package/libgpgme/
H A Dlibgpgme.mk25 --with-gpg-error-prefix=$(STAGING_DIR)/usr \
30 --disable-gpg-test \
/OK3568_Linux_fs/debian/scripts/patches/
H A D0001-modify-parameter-to-debootstrap.patch25 - BOOTSTRAP_ARGS+=(--keyring "${STAGE_DIR}/files/raspberrypi.gpg")
27 + # BOOTSTRAP_ARGS+=(--keyring "${STAGE_DIR}/files/debian.gpg")
/OK3568_Linux_fs/buildroot/package/gnupg/
H A Dgnupg.mk84 test -f $(TARGET_DIR)/usr/bin/gpg-zip && \
85 $(SED) 's%^TAR=.*%TAR=/bin/tar%' $(TARGET_DIR)/usr/bin/gpg-zip
H A DConfig.in33 This program is actually a stripped-down version of gpg
35 smaller than the fully-blown gpg and uses a different (and
/OK3568_Linux_fs/buildroot/package/gnupg2/
H A DConfig.in36 This program is actually a stripped-down version of gpg
38 smaller than the fully-blown gpg and uses a different (and

123