On Tue, May 07, 2013 at 01:55:54PM +0100, Richard Purdie wrote: > The quote characters present trigger pyhton 3 characters type warnings,
^python^
> we don't need them so replace them with normal quote characters.
>
> Signed-off-by: Richard Purdie <[email protected]>
> ---
> meta/recipes-core/images/core-image-minimal-initramfs.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb
> b/meta/recipes-core/images/core-image-minimal-initramfs.bb
> index 6de24b3..46a9dc4 100644
> --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb
> +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb
> @@ -1,7 +1,7 @@
> # Simple initramfs image. Mostly used for live images.
> DESCRIPTION = "Small image capable of booting a device. The kernel includes \
> the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \
> -first “init” program more efficiently."
> +first 'init' program more efficiently."
>
> IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install
> initramfs-live-install-efi busybox udev base-passwd"
>
> --
> 1.7.10.4
>
>
> _______________________________________________
> Openembedded-core mailing list
> [email protected]
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
_______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
