[oe-commits] Richard Purdie : core-image-minimal-initramfs: Remove odd quote characters

git at git.openembedded.org git at git.openembedded.org
Thu May 9 13:02:54 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 3c104443506cb89d72944e46096a94a80838a707
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=3c104443506cb89d72944e46096a94a80838a707

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue May  7 13:55:54 2013 +0100

core-image-minimal-initramfs: Remove odd quote characters

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 at linuxfoundation.org>

---

 .../images/core-image-minimal-initramfs.bb         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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"
 





More information about the Openembedded-commits mailing list