-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Line 1 in af8851a
| yaml |
Friendo you're a life saver but you don't have a yaml package ;)
Patch for a three second fix :)
--- /dev/null
+++ b/system/yaml/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
--- /dev/null
+++ b/system/yaml/checksums
@@ -0,0 +1 @@
+c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4
--- /dev/null
+++ b/system/yaml/sources
@@ -0,0 +1 @@
+https://pyyaml.org/download/libyaml/yaml-0.2.5.tar.gz
--- /dev/null
+++ b/system/yaml/version
@@ -0,0 +1 @@
+0.2.5 1
ETA: dtc also has pkgconf make as a dep, and the build file is actually broken (though I could be wrong; I haven't thought very hard about this. I just need to quickly build a static dtc for a project :v)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels