diff options
-rw-r--r-- | meta/recipes-bsp/pciutils/pciutils_3.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb b/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb index 602269596b..51099d1d6d 100644 --- a/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb +++ b/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb | |||
@@ -7,7 +7,7 @@ SECTION = "console/utils" | |||
7 | 7 | ||
8 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
10 | DEPENDS = "zlib" | 10 | DEPENDS = "zlib kmod" |
11 | RDEPENDS_${PN} = "${PN}-ids" | 11 | RDEPENDS_${PN} = "${PN}-ids" |
12 | PR = "r0" | 12 | PR = "r0" |
13 | 13 | ||