On Sun, 2018-06-24 at 03:53 +0800, Zheng Ruoqin wrote: > Add DEPENDS for nativesdk. > > Signed-off-by: Zheng Ruoqin <[email protected]> > --- > meta/recipes-devtools/rpm/rpm_4.14.1.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-devtools/rpm/rpm_4.14.1.bb b/meta/recipes- > devtools/rpm/rpm_4.14.1.bb > index e5e87d3..6ca5c94 100644 > --- a/meta/recipes-devtools/rpm/rpm_4.14.1.bb > +++ b/meta/recipes-devtools/rpm/rpm_4.14.1.bb > @@ -52,6 +52,7 @@ S = "${WORKDIR}/git" > > DEPENDS = "nss libarchive db file popt xz bzip2 dbus elfutils > python3" > DEPENDS_append_class-native = " file-replacement-native bzip2- > replacement-native" > +DEPENDS_append_class-nativesdk = " file-replacement-nativesdk"
file-nativesdk from the normal DEPENDS should be fine here? I don't think you need file-replacement-nativesdk? Cheers, Richard -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
