aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-driver/xf86-video-i128_1.3.4.bb
blob: f7bbe1b2e23b6ecf9b4e195fea953abc55b515db (plain)
1
2
3
4
5
6
7
require xorg-driver-video.inc
DESCRIPTION = "X.Org X server -- i128 display driver"
PE = "1"
PR = "${INC_PR}.0"

SRC_URI[archive.md5sum] = "103316abb2dc466219c027afc5a71691"
SRC_URI[archive.sha256sum] = "b69b13a7fd69f5ad35119b6f8efb3243bfea05ae9aa5a067d0e754de5d248bcf"
man OpenEmbedded Core user contribution treesGrokmirror user
summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/compat.py
blob: de1923d28aee3938dc14bde91821dda2e97231c1 (plain)
1
2
3
4
5
6
"""Code pulled from future python versions, here for compatibility"""

from collections import MutableMapping, KeysView, ValuesView, ItemsView, OrderedDict
from functools import total_ordering