diff options
author | Andreas Oberritter <obi@opendreambox.org> | 2012-04-27 00:19:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 12:38:09 +0100 |
commit | e3a5089dbb843d013a2f1bb693312b86c717153b (patch) | |
tree | 4d0d65615af52466e7f811fcf946b3ad4927123e /meta/recipes-devtools/opkg/opkg-collateral | |
parent | 275c2f8c6004aa2570aeeaa9f5e3845852c54a87 (diff) | |
download | poky-e3a5089dbb843d013a2f1bb693312b86c717153b.tar.gz |
opkg-collateral: import fixes from OE-Classic
* Set lists_dir to /var/lib/opkg
commit 16808bc4817492beba512f4e73bce8c232d1eafa
Author: Marcin Juszkiewicz <hrw@openembedded.org>
Date: Mon Mar 17 23:40:48 2008 +0000
* Update new options sample and move the opkg.conf to correct place
commit cc9825d97962287df75e164aec456901292e1b7f
Author: Tick Chen <ticktock35@gmail.com>
Date: Mon Dec 29 19:41:47 2008 +0800
(From OE-Core rev: ffe93e2a099e4cadb1829dc12a58a6d7bef9a5a7)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg-collateral')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-collateral/lists | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/opkg/opkg-collateral/opkg.conf.comments | 3 |
2 files changed, 4 insertions, 1 deletions
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 | ||