On Thu, Oct 17, 2013 at 06:03:12PM +0800, Ming Liu wrote: > Signed-off-by: Ming Liu <[email protected]> > --- > meta/recipes-extended/screen/screen_4.0.3.bb | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/meta/recipes-extended/screen/screen_4.0.3.bb > b/meta/recipes-extended/screen/screen_4.0.3.bb > index 1a7eb20..81e418b 100644 > --- a/meta/recipes-extended/screen/screen_4.0.3.bb > +++ b/meta/recipes-extended/screen/screen_4.0.3.bb > @@ -41,3 +41,8 @@ do_install_append () { > fi > done > } > + > +pkg_postinst_${PN} () { > + touch $D${sysconfdir}/shells > + grep -q "${bindir}/screen" $D${sysconfdir}/shells || echo > ${bindir}/screen >> $D${sysconfdir}/shells ^ the same, we don't want to match /usr/bin/screenie if it's there and "screen" isn't
Is there patch to add this postinst to bash and busybox? > +} > -- > 1.8.3.3 > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
