diff --git a/conf/distro/include/angstrom.inc b/conf/distro/include/angstrom.inc index 6ed3861..3a3ae16 100644 --- a/conf/distro/include/angstrom.inc +++ b/conf/distro/include/angstrom.inc @@ -154,7 +154,7 @@ SDIMG_ROOTFS_TYPE = "ext4" DISTRO_CHECK := "${@bb.data.getVar("DISTRO_VERSION",d,1) or bb.fatal('Remove this line or set a dummy DISTRO_VERSION if you really want to build an unversioned distro')}" # We want images supporting the following features (for packagegroup(-core)-base) -DISTRO_FEATURES = "alsa argp bluetooth ext2 ipv4 ipv6 irda largefile nfs pam pci pcmcia ppp smbfs systemd usbgadget usbhost vfat wifi xattr zeroconf" +DISTRO_FEATURES = "alsa argp bluetooth ext2 ipv4 ipv6 irda largefile nfs pam pci pcmcia ppp smbfs systemd usbgadget usbhost vfat wifi xattr zeroconf gobject-introspection-data" # Disable sysvinit for recipes with systemd support DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"