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

Cooper Jr., Franklin fcooper at ti.com
Fri Jul 27 20:26:57 UTC 2012


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. 

-----Original Message-----
From: Phil Blundell [mailto:philb at gnu.org] 
Sent: Friday, 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 be ${sbindir}.

p.




More information about the Openembedded-core mailing list