From 9bf67f98a84ec5e445b877535210e7463b60f905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 10 Feb 2015 17:03:30 +0000 Subject: strata/foundation: systemd's logind needs pam to work --- strata/foundation.morph | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/strata/foundation.morph b/strata/foundation.morph index 9738938b..cf6e6dca 100644 --- a/strata/foundation.morph +++ b/strata/foundation.morph @@ -67,6 +67,11 @@ chunks: ref: 412eed473b557ed2172d81d76fa1e1f53c973a67 build-depends: - libgpg-error +- name: linux-pam + repo: upstream:linux-pam + ref: b1521c97e73b10469f7b34c0571d51c647eca83c + unpetrify-ref: Linux-PAM-1.1.8 + build-depends: [] - name: systemd morph: strata/foundation/systemd.morph repo: upstream:systemd @@ -78,6 +83,7 @@ chunks: - kmod - libcap2 - libgcrypt + - linux-pam - name: libusb repo: upstream:libusb ref: e11525c66c7dd2db466c8f5785ff0b37d6a99ec9 -- cgit v1.2.1 From 8532b1c5ce9cf91e28ea931aa7a62368762296bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Tue, 10 Feb 2015 17:07:20 +0000 Subject: strata/weston-*: Remove PAM from here We already build it in foundation as a systemd dependency --- strata/weston-common.morph | 8 +------- strata/weston-genivi.morph | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/strata/weston-common.morph b/strata/weston-common.morph index b690966d..f79510c8 100644 --- a/strata/weston-common.morph +++ b/strata/weston-common.morph @@ -7,15 +7,9 @@ build-depends: - morph: strata/libdrm-common.morph - morph: strata/wayland-generic.morph chunks: -- name: linux-pam - repo: upstream:linux-pam - ref: b1521c97e73b10469f7b34c0571d51c647eca83c - unpetrify-ref: Linux-PAM-1.1.8 - build-depends: [] - name: weston morph: strata/weston-common/weston.morph repo: upstream:weston ref: 06315ce5b9569e02ec4e7d322d933bc247620aff unpetrify-ref: baserock/weston-1.6.93/tegra - build-depends: - - linux-pam + build-depends: [] diff --git a/strata/weston-genivi.morph b/strata/weston-genivi.morph index d47d0ac4..ce403b6b 100644 --- a/strata/weston-genivi.morph +++ b/strata/weston-genivi.morph @@ -7,18 +7,12 @@ build-depends: - morph: strata/libdrm-common.morph - morph: strata/wayland-generic.morph chunks: -- name: linux-pam - repo: upstream:linux-pam - ref: b1521c97e73b10469f7b34c0571d51c647eca83c - unpetrify-ref: Linux-PAM-1.1.8 - build-depends: [] - name: weston morph: strata/weston-genivi/weston.morph repo: upstream:weston ref: 5d7a71cb941ed419ec042ea28be56c87ea407db6 unpetrify-ref: baserock/genivi/1.3.0 - build-depends: - - linux-pam + build-depends: [] - name: wayland-ivi-extension morph: strata/weston-genivi/wayland-ivi-extension.morph repo: upstream:genivi/wayland-ivi-extension -- cgit v1.2.1