mirror of
https://git.yoctoproject.org/git/opkg-utils
synced 2026-02-12 08:16:47 +01:00
opkg-make-index: disable filelist by default
* user has to specify filename with -l to enable it Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Richard Purdie
parent
3578f32a3a
commit
44df9dd3dc
@@ -37,7 +37,7 @@ def to_locale(filename, locale):
|
||||
|
||||
old_filename = None
|
||||
packages_filename = None
|
||||
filelist_filename = "Packages.filelist"
|
||||
filelist_filename = None
|
||||
stamplist_filename = "Packages.stamps"
|
||||
opt_s = 0
|
||||
opt_m = 0
|
||||
|
||||
Reference in New Issue
Block a user