* [PATCH 0/1] fix RDEPENDS missing a ${PN}
@ 2011-08-21 22:09 Saul Wold
2011-08-21 22:09 ` [PATCH 1/1] at: fix RDEPENDS -> RDEPENDS_${PN} Saul Wold
0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2011-08-21 22:09 UTC (permalink / raw)
To: openembedded-core
nuf said
Sau!
The following changes since commit 9134800548a03bfe3a7e351a15f2129bcb3cc680:
xcb/libpthreads: Add BBCLASSEXTEND to resolve missing providers in world builds (2011-08-19 16:27:29 -0700)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib sgw/fix
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix
Saul Wold (1):
at: fix RDEPENDS -> RDEPENDS_${PN}
meta/recipes-extended/at/at_3.1.12.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
1.7.6
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 1/1] at: fix RDEPENDS -> RDEPENDS_${PN} 2011-08-21 22:09 [PATCH 0/1] fix RDEPENDS missing a ${PN} Saul Wold @ 2011-08-21 22:09 ` Saul Wold 0 siblings, 0 replies; 2+ messages in thread From: Saul Wold @ 2011-08-21 22:09 UTC (permalink / raw) To: openembedded-core Signed-off-by: Saul Wold <sgw@linux.intel.com> --- meta/recipes-extended/at/at_3.1.12.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/at/at_3.1.12.bb b/meta/recipes-extended/at/at_3.1.12.bb index baf15df..30fdb68 100644 --- a/meta/recipes-extended/at/at_3.1.12.bb +++ b/meta/recipes-extended/at/at_3.1.12.bb @@ -6,7 +6,7 @@ LICENSE="GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=4325afd396febcb659c36b49533135d4" DEPENDS = "flex initscripts \ ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" -RDEPENDS = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)}" +RDEPENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'pam', '${PAM_DEPS}', '', d)}" PAM_DEPS = "libpam libpam-runtime pam-plugin-env pam-plugin-limits" RCONFLICTS_${PN} = "atd" -- 1.7.6 ^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-21 22:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-21 22:09 [PATCH 0/1] fix RDEPENDS missing a ${PN} Saul Wold
2011-08-21 22:09 ` [PATCH 1/1] at: fix RDEPENDS -> RDEPENDS_${PN} Saul Wold
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox