From 2dd1221be7a51124ac10c8b78111e31fba0f8549 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 28 Aug 2014 01:22:20 +0100 Subject: input-common: linux-api-headers is already in build-essential --- strata/input-common.morph | 8 +------- strata/input-common/linux-api-headers.morph | 9 --------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 strata/input-common/linux-api-headers.morph 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" -- cgit v1.2.1