]> code.ossystems Code Review - openembedded-core.git/commitdiff
core-image-minimal-initramfs: Remove odd quote characters
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 7 May 2013 12:55:54 +0000 (13:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 May 2013 08:28:35 +0000 (09:28 +0100)
The quote characters present trigger python 3 characters type warnings,
we don't need them so replace them with normal quote characters.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/images/core-image-minimal-initramfs.bb

index 6de24b3211c1e609ff55beb3f06ba5870321ed8f..46a9dc41c26c5089fed711e55af658f4c6618d20 100644 (file)
@@ -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"