| Submitter | Martin Jansa |
|---|---|
| Date | Dec. 4, 2012, 1:31 a.m. |
| Message ID | <a2b1d1a87fa1a13ce1433972ef65b23a001eb7d3.1354584580.git.Martin.Jansa@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/40095/ |
| State | Superseded, archived |
| Headers | show |
Comments
On 12/03/2012 05:31 PM, Martin Jansa wrote: > * doesn't look like build dependency > * and for runtime dependency if needed we should use VIRTUAL-RUNTIME_initscripts > Agreed on the VIRTUAL-RUNTIME, which I think is needed for the populate-volatiles script for the /var and /run directories. Sau! > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> > --- > meta/recipes-extended/at/at_3.1.13.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-extended/at/at_3.1.13.bb b/meta/recipes-extended/at/at_3.1.13.bb > index 3580e09..96cc34a 100644 > --- a/meta/recipes-extended/at/at_3.1.13.bb > +++ b/meta/recipes-extended/at/at_3.1.13.bb > @@ -4,7 +4,7 @@ the system load levels drop to a particular level." > SECTION = "base" > LICENSE="GPLv2+" > LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" > -DEPENDS = "flex flex-native initscripts \ > +DEPENDS = "flex flex-native \ > ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" > RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)}" > PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits" >
Patch
diff --git a/meta/recipes-extended/at/at_3.1.13.bb b/meta/recipes-extended/at/at_3.1.13.bb index 3580e09..96cc34a 100644 --- a/meta/recipes-extended/at/at_3.1.13.bb +++ b/meta/recipes-extended/at/at_3.1.13.bb @@ -4,7 +4,7 @@ the system load levels drop to a particular level." SECTION = "base" LICENSE="GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" -DEPENDS = "flex flex-native initscripts \ +DEPENDS = "flex flex-native \ ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)}" PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits"
* doesn't look like build dependency * and for runtime dependency if needed we should use VIRTUAL-RUNTIME_initscripts Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- meta/recipes-extended/at/at_3.1.13.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)