summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb')
-rw-r--r--meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb b/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb
index 07e2402545..84aeb98068 100644
--- a/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb
+++ b/meta/recipes-devtools/opkg/opkg-keyrings_1.0.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384
5# Distro-specific keys can be added to this package in two ways: 5# Distro-specific keys can be added to this package in two ways:
6# 6#
7# 1) In a .bbappend, add .gpg and/or .asc files to SRC_URI and install them to 7# 1) In a .bbappend, add .gpg and/or .asc files to SRC_URI and install them to
8# ${D}${datadir}/opkg/keyrings/ in a do_install_append function. These 8# ${D}${datadir}/opkg/keyrings/ in a do_install:append function. These
9# files should not be named 'key-$name.gpg' to ensure they don't conflict 9# files should not be named 'key-$name.gpg' to ensure they don't conflict
10# with keys exported as per (2). 10# with keys exported as per (2).
11# 11#
@@ -30,12 +30,12 @@ do_install () {
30 done 30 done
31} 31}
32 32
33FILES_${PN} = "${datadir}/opkg/keyrings" 33FILES:${PN} = "${datadir}/opkg/keyrings"
34 34
35# We need 'opkg-key' to run the postinst script 35# We need 'opkg-key' to run the postinst script
36RDEPENDS_${PN} = "opkg" 36RDEPENDS:${PN} = "opkg"
37 37
38pkg_postinst_ontarget_${PN} () { 38pkg_postinst_ontarget:${PN} () {
39 if test -x ${bindir}/opkg-key 39 if test -x ${bindir}/opkg-key
40 then 40 then
41 ${bindir}/opkg-key populate 41 ${bindir}/opkg-key populate