diff options
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-collateral.bb | 8 | ||||
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-collateral/lists | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-collateral/opkg.conf.comments | 3 |
3 files changed, 9 insertions, 4 deletions
diff --git a/meta/recipes-devtools/opkg/opkg-collateral.bb b/meta/recipes-devtools/opkg/opkg-collateral.bb index e3e0b5f2ef..251c535438 100644 --- a/meta/recipes-devtools/opkg/opkg-collateral.bb +++ b/meta/recipes-devtools/opkg/opkg-collateral.bb | |||
@@ -2,6 +2,8 @@ DESCRIPTION = "opkg configuration files" | |||
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 4 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
5 | PR = "r1" | ||
6 | |||
5 | SRC_URI = "file://opkg.conf.comments \ | 7 | SRC_URI = "file://opkg.conf.comments \ |
6 | file://lists \ | 8 | file://lists \ |
7 | file://dest \ | 9 | file://dest \ |
@@ -15,8 +17,8 @@ do_compile () { | |||
15 | } | 17 | } |
16 | 18 | ||
17 | do_install () { | 19 | do_install () { |
18 | install -d ${D}${sysconfdir}/ | 20 | install -d ${D}${sysconfdir}/opkg |
19 | install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg.conf | 21 | install -m 0644 ${WORKDIR}/opkg.conf ${D}${sysconfdir}/opkg/opkg.conf |
20 | } | 22 | } |
21 | 23 | ||
22 | CONFFILES_${PN} = "${sysconfdir}/opkg.conf" | 24 | CONFFILES_${PN} = "${sysconfdir}/opkg/opkg.conf" |
diff --git a/meta/recipes-devtools/opkg/opkg-collateral/lists b/meta/recipes-devtools/opkg/opkg-collateral/lists index 3c524f8c77..f8aecd8e15 100644 --- a/meta/recipes-devtools/opkg/opkg-collateral/lists +++ b/meta/recipes-devtools/opkg/opkg-collateral/lists | |||
@@ -1,2 +1,2 @@ | |||
1 | lists_dir ext /var/lib/ipkg | 1 | lists_dir ext /var/lib/opkg |
2 | 2 | ||
diff --git a/meta/recipes-devtools/opkg/opkg-collateral/opkg.conf.comments b/meta/recipes-devtools/opkg/opkg-collateral/opkg.conf.comments index 51623f4d53..e1fdada9b5 100644 --- a/meta/recipes-devtools/opkg/opkg-collateral/opkg.conf.comments +++ b/meta/recipes-devtools/opkg/opkg-collateral/opkg.conf.comments | |||
@@ -18,6 +18,9 @@ | |||
18 | #option proxy_username <username> | 18 | #option proxy_username <username> |
19 | #option proxy_password <password> | 19 | #option proxy_password <password> |
20 | 20 | ||
21 | # Enable GPGME signature | ||
22 | # option check_signature 1 | ||
23 | |||
21 | # Offline mode (for use in constructing flash images offline) | 24 | # Offline mode (for use in constructing flash images offline) |
22 | #option offline_root target | 25 | #option offline_root target |
23 | 26 | ||