Skip to content

No yaml package #15

@dilyn-corner

Description

@dilyn-corner

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions