Skip to content

Commit adc5aee

Browse files
committed
overlay coreos/config: Mask some binaries
1 parent 7d653ce commit adc5aee

File tree

1 file changed

+7
-0
lines changed
  • sdk_container/src/third_party/coreos-overlay/coreos/config/env/dev-libs

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Do not install gobject-introspection binaries in production images.
2+
if [[ $(cros_target) != "cros_host" ]] ; then
3+
glib_mask="/usr/bin/gi-* /usr/lib*/libgirepository-2.0*"
4+
PKG_INSTALL_MASK+=" ${glib_mask}"
5+
INSTALL_MASK+=" ${glib_mask}"
6+
unset glib_mask
7+
fi

0 commit comments

Comments
 (0)