RDEPENDS is a package level variable, hence it requires _pkgname override. -- Denys
On May 11, 2015 19:54, "Nelson, Sam" <[email protected]> wrote: - ipsecmgr depends on kernel module loaded during run time Signed-off-by: Sam Nelson <[email protected]> --- .../recipes-support/ipsecmgr/ipsecmgr_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-arago-extras/recipes-support/ipsecmgr/ipsecmgr_git.bb b/meta-arago-extras/recipes-support/ipsecmgr/ipsecmgr_git.bb index 75187fa..378eacf 100644 --- a/meta-arago-extras/recipes-support/ipsecmgr/ipsecmgr_git.bb +++ b/meta-arago-extras/recipes-support/ipsecmgr/ipsecmgr_git.bb @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://../ipsecmgr_snoop.h;beginline=1;endline=33;md5=f7eadc include ipsecmgr.inc DEPENDS = "libnl-xfrm" +RDEPENDS = "ipsecmgr-mod" CFLAGS += "-I${STAGING_INCDIR}/libnl3" -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
_______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
