summaryrefslogtreecommitdiffstats
path: root/recipes-support/gnupg/gnupg_1.4.7.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-29 23:59:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 00:02:10 +0100
commit80747190ccce6628ce8815cf856f6ab867a00b5d (patch)
tree07be151fe85a5cf4207b8606fbe566e339e105e5 /recipes-support/gnupg/gnupg_1.4.7.bb
parent27eafbb395fd4f607249b2e57085012e40283926 (diff)
downloadmeta-gplv2-80747190ccce6628ce8815cf856f6ab867a00b5d.tar.gz
meta-gplv2: Convert to new override syntax
This converts the layer to the new override syntax. This was done using <oe-core>/scripts/contrib/convert-overrides.py <this-layer> with no manual fixes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-support/gnupg/gnupg_1.4.7.bb')
-rw-r--r--recipes-support/gnupg/gnupg_1.4.7.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-support/gnupg/gnupg_1.4.7.bb b/recipes-support/gnupg/gnupg_1.4.7.bb
index c7da052..7f146a1 100644
--- a/recipes-support/gnupg/gnupg_1.4.7.bb
+++ b/recipes-support/gnupg/gnupg_1.4.7.bb
@@ -100,14 +100,14 @@ do_install () {
100} 100}
101 101
102# split out gpgv from main package 102# split out gpgv from main package
103RDEPENDS_${PN} = "gpgv" 103RDEPENDS:${PN} = "gpgv"
104RDEPENDS_${PN}_class-native = "" 104RDEPENDS:${PN}:class-native = ""
105 105
106PACKAGES =+ "gpgv" 106PACKAGES =+ "gpgv"
107FILES_gpgv = "${bindir}/gpgv" 107FILES:gpgv = "${bindir}/gpgv"
108 108
109# Exclude debug files from the main packages 109# Exclude debug files from the main packages
110FILES_${PN} = "${bindir}/* ${datadir}/${BPN} ${libexecdir}/${BPN}/*" 110FILES:${PN} = "${bindir}/* ${datadir}/${BPN} ${libexecdir}/${BPN}/*"
111 111
112PACKAGECONFIG ??= "" 112PACKAGECONFIG ??= ""
113PACKAGECONFIG[curl] = "--with-libcurl=${STAGING_LIBDIR},--without-libcurl,curl" 113PACKAGECONFIG[curl] = "--with-libcurl=${STAGING_LIBDIR},--without-libcurl,curl"