[OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Franklin S Cooper Jr
* Add back inetd and inetd.conf files which are needed if CONFIG_INETD is enabled in the defconfig. Grabbed these files from oe-classic Signed-off-by: Franklin S Cooper Jr fcoo...@ti.com --- meta/recipes-core/busybox/busybox_1.19.4.bb |4 ++- meta/recipes-core/busybox/files/inetd

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Phil Blundell
On Fri, 2012-07-27 at 14:52 -0500, Franklin S Cooper Jr wrote: +if ! [ -x /usr/sbin/inetd ]; then + exit 0 +fi That should be ${sbindir}. p. ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Cooper Jr., Franklin
and discussions about the oe-core layer Cc: Cooper Jr., Franklin Subject: Re: [OE-core] [PATCH] busybox: Add inetd related files On Fri, 2012-07-27 at 14:52 -0500, Franklin S Cooper Jr wrote: +if ! [ -x /usr/sbin/inetd ]; then + exit 0 +fi That should be ${sbindir}. p

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Phil Blundell
On Fri, 2012-07-27 at 20:26 +, Cooper Jr., Franklin wrote: The section you mentioned is within the file inetd which I am adding to the SRC_URI list in the busybox_1.19.4.bb file. The variable ${sbindir} won't be expanded. Right, so you need to arrange for it to get expanded. If you

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Mark Hatle
, July 27, 2012 3:02 PM To: Patches and discussions about the oe-core layer Cc: Cooper Jr., Franklin Subject: Re: [OE-core] [PATCH] busybox: Add inetd related files On Fri, 2012-07-27 at 14:52 -0500, Franklin S Cooper Jr wrote: +if ! [ -x /usr/sbin/inetd ]; then + exit 0 +fi That should

Re: [OE-core] [PATCH] busybox: Add inetd related files

2012-07-27 Thread Cooper Jr., Franklin
] Sent: Friday, July 27, 2012 3:43 PM To: Cooper Jr., Franklin Cc: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH] busybox: Add inetd related files On Fri, 2012-07-27 at 20:26 +, Cooper Jr., Franklin wrote: The section you mentioned is within the file inetd which