diff options
Diffstat (limited to 'recipes/resolvconf/resolvconf_1.43.bb')
-rw-r--r-- | recipes/resolvconf/resolvconf_1.43.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/resolvconf/resolvconf_1.43.bb b/recipes/resolvconf/resolvconf_1.43.bb index 9c89dc272b..d03dda5c7b 100644 --- a/recipes/resolvconf/resolvconf_1.43.bb +++ b/recipes/resolvconf/resolvconf_1.43.bb @@ -8,7 +8,7 @@ LICENSE = "GPL" AUTHOR = "Thomas Hood" HOMEPAGE = "http://packages.debian.org/resolvconf" DEPENDS = "bash" -RDEPENDS = "bash" +RDEPENDS_${PN} = "bash" SRC_URI = "${DEBIAN_MIRROR}/main/r/resolvconf/resolvconf_${PV}.tar.gz" |