summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/input-common.morph8
-rw-r--r--strata/input-common/linux-api-headers.morph9
2 files changed, 1 insertions, 16 deletions
diff --git a/strata/input-common.morph b/strata/input-common.morph
index d3831b47..f8680849 100644
--- a/strata/input-common.morph
+++ b/strata/input-common.morph
@@ -1,6 +1,7 @@
name: input-common
kind: stratum
build-depends:
+- morph: strata/build-essential.morph
- morph: strata/x-common.morph
chunks:
- name: mtdev
@@ -30,16 +31,9 @@ chunks:
ref: b23649e1ba9fd5c72fa9318e417b4f17f5f6f528
unpetrify-ref: baserock/genivi/baseline
build-depends: []
-- name: linux-api-headers
- morph: strata/input-common/linux-api-headers.morph
- repo: upstream:linux
- ref: 316df4c3eb667636eadf4b663f4087f1f9cc3cfe
- unpetrify-ref: baserock/morph
- build-depends: []
- name: libinput
repo: upstream:libinput
ref: 0.5.0
build-depends:
- mtdev
- libevdev
- - linux-api-headers
diff --git a/strata/input-common/linux-api-headers.morph b/strata/input-common/linux-api-headers.morph
deleted file mode 100644
index 595138fe..00000000
--- a/strata/input-common/linux-api-headers.morph
+++ /dev/null
@@ -1,9 +0,0 @@
-name: linux-api-headers
-kind: chunk
-build-commands:
-- make mrproper
-- make headers_check
-install-commands:
-- make INSTALL_HDR_PATH=dest headers_install
-- install -d "$DESTDIR${PREFIX-/usr}/include"
-- cp -r dest/include/* "$DESTDIR/${PREFIX-/usr}/include"