| # |
| # This include points at uninative tarballs generated and maintained |
| # by the Yocto Project. These file can be included by distros if they |
| # want to use/maintain a unified sstate feed for native/cross artefacts |
| # rather than the feeds having native/cross artefacts which are specific |
| # to the distro running on the build machine. |
| # |
| |
| UNINATIVE_MAXGLIBCVERSION = "2.28" |
| |
| UNINATIVE_URL ?= "http://downloads.yoctoproject.org/releases/uninative/2.3/" |
| UNINATIVE_CHECKSUM[i686] ?= "44253cddbf629082568cea4fff59419106871a0cf81b4845b5d34e7014887b20" |
| UNINATIVE_CHECKSUM[x86_64] ?= "c6954563dad3c95608117c6fc328099036c832bbd924ebf5fdccb622fc0a8684" |
| |