rootfs: remove unnecessary and potentially harmful force flags from opkg call
authorMatthias Schiffer <mschiffer@universe-factory.net>
Mon, 26 Sep 2016 13:25:38 +0000 (15:25 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Mon, 26 Sep 2016 15:57:58 +0000 (17:57 +0200)
commit021b96d7c5c668fbcb5375c65cee90832bb2854f
tree216f408ebe7f02da577aaaeacde8641e833f2d03
parent593dfac90938d62558de1fa13ac027c319284fe3
rootfs: remove unnecessary and potentially harmful force flags from opkg call

Especially --force-overwrite and --force-depends will often lead to broken
images; it's better to fail the build in such cases than to silently ignore
the errors.

Instead, ignore errors in the per-device rootfs opkg remove command, so
the build doesn't break when packages can't be removed because of
dependencies.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
include/image.mk
include/rootfs.mk