Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] pciutils: Add kmod dependency
@ 2013-07-09 20:29 Saul Wold
  2013-07-11 10:35 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2013-07-09 20:29 UTC (permalink / raw)
  To: openembedded-core

pciutils now uses libkmod to look up kernel module info.

[YOCTO #4821]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-bsp/pciutils/pciutils_3.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb
index 6022695..c24a5cc 100644
--- a/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb
+++ b/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb
@@ -8,7 +8,7 @@ SECTION = "console/utils"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 DEPENDS = "zlib"
-RDEPENDS_${PN} = "${PN}-ids"
+RDEPENDS_${PN} = "${PN}-ids kmod"
 PR = "r0"
 
 SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
-- 
1.8.1.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] pciutils: Add kmod dependency
  2013-07-09 20:29 [PATCH] pciutils: Add kmod dependency Saul Wold
@ 2013-07-11 10:35 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2013-07-11 10:35 UTC (permalink / raw)
  To: Saul Wold; +Cc: openembedded-core

On 9 July 2013 21:29, Saul Wold <sgw@linux.intel.com> wrote:
>  DEPENDS = "zlib"
> -RDEPENDS_${PN} = "${PN}-ids"
> +RDEPENDS_${PN} = "${PN}-ids kmod"

Did you mean to add this to DEPENDS?

Ross


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-11 10:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-09 20:29 [PATCH] pciutils: Add kmod dependency Saul Wold
2013-07-11 10:35 ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox