Patrick Williams | 8e7b46e | 2023-05-01 14:19:06 -0500 | [diff] [blame] | 1 | SRC_URI += "\ |
| 2 | git://github.com/gtk-rs/glib;protocol=https;nobranch=1;name=glib;destsuffix=glib;type=git-dependency \ |
| 3 | git://github.com/gtk-rs/sys;protocol=https;nobranch=1;name=glib-sys;destsuffix=glib-sys;subpath=glib-sys;type=git-dependency \ |
| 4 | git://github.com/gtk-rs/sys;protocol=https;nobranch=1;name=gobject-sys;destsuffix=gobject-sys;subpath=gobject-sys;type=git-dependency \ |
| 5 | " |
| 6 | |
| 7 | SRCREV_FORMAT .= "_glib" |
| 8 | SRCREV_glib = "c9ee583cea07830c099cdcccd33eda9ef705ea93" |
| 9 | |
| 10 | SRCREV_FORMAT .= "_glib-sys" |
| 11 | SRCREV_glib-sys = "5f35e26c65d24f8f018f643218de0f5807ba5f01" |
| 12 | |
| 13 | SRCREV_FORMAT .= "_gobject-sys" |
| 14 | SRCREV_gobject-sys = "5f35e26c65d24f8f018f643218de0f5807ba5f01" |