[OE-core] [PATCH] gtk+: don't provide gtk-update-icon-cache-native

Burton, Ross ross.burton at intel.com
Wed Mar 27 10:23:44 UTC 2013


Hi Andreas,

On 27 March 2013 08:27, Andreas Müller <schnitzeltony at googlemail.com> wrote:
> meta-browser: chromium

The latest commit to the Chromium 24 recipe changes gtk+-native to
gtk+, so it appears that any gtk+-native references you're seeing are
bad and the same fix should be applied to the other versions.

> openembedded-core: packagegroup-toolset-native

This is a packagegroup that builds ~all of the native packages.

> openembedded-core: sstate.bbclass

    def isPostInstDep(x):
        if x in ["qemu-native", "gdk-pixbuf-native", "gtk+-native",
"qemuwrapper-cross", "depmodwrapper-cross",
"systemd-systemctl-native", "gtk-update-icon-cache-native"]:
            return True
        return False

Some sstate black magic.

> openembedded-core: seperatebuilddir.inc

Just a variable saying it can be built out of tree.

packagegroup-toolset-native is the only place that actually uses
gtk+-native, so anyone actually using that for whatever purpose will
need to set the preferred provider.

Ross




More information about the Openembedded-core mailing list