On Tue, Mar 18, 2014 at 05:15:58PM +0800, Chong Lu wrote: > During compilingļ¼ we need soelim command provided by groff-native. > So add DEPENDS to fix this issue, else we will get following error: > > /bin/sh: 15: soelim: not found > > Signed-off-by: Chong Lu <[email protected]> > --- > meta-oe/recipes-support/openldap/openldap_2.4.23.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb > b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb > index a565e89..cfb8e7b 100644 > --- a/meta-oe/recipes-support/openldap/openldap_2.4.23.bb > +++ b/meta-oe/recipes-support/openldap/openldap_2.4.23.bb > @@ -21,6 +21,7 @@ SRC_URI[md5sum] = "90150b8c0d0192e10b30157e68844ddf" > SRC_URI[sha256sum] = > "5a5ede91d5e8ab3c7f637620aa29a3b96eb34318a8b26c8eef2d2c789fc055e3" > > DEPENDS = "util-linux" > +DEPENDS += "groff-native"
I'll merge these 2 lines to one when cherry-picking to master-next. > PR = "r1" > # The original top.mk used INSTALL, not INSTALL_STRIP_PROGRAM when > -- > 1.8.1.2 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
