[oe] [meta-filesystems][PATCH] yaffs2-utils: Fix formatting, drop PR

Martin Jansa martin.jansa at gmail.com
Wed Jan 22 11:40:07 UTC 2014


Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-filesystems/yaffs2/yaffs2-utils_git.bb         | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
index 2b7452b..d83f4ee 100644
--- a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
+++ b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb
@@ -6,15 +6,13 @@ SECTION = "base"
 HOMEPAGE = "http://www.yaffs.net"
 LICENSE = "GPLv2"
 
-PR = "r0"
 PV = "0.0+git${SRCPV}"
 
 DEPENDS = "mtd-utils"
 S = "${WORKDIR}/git"
 
 # Source is the HEAD of master branch at the time of writing this recipe
-SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master \
-          "
+SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master"
 SRCREV = "bc76682d93955cfb33051beb503ad9f8a5450578"
 
 LIC_FILES_CHKSUM = "file://utils/mkyaffs2image.c;beginline=12;endline=14;md5=5f5464f9b3e981ca574e65b00e438561"
@@ -22,17 +20,17 @@ LIC_FILES_CHKSUM = "file://utils/mkyaffs2image.c;beginline=12;endline=14;md5=5f5
 CFLAGS_append = " -I.. -DCONFIG_YAFFS_UTIL -DCONFIG_YAFFS_DEFINES_TYPES"
 
 do_compile() {
-	cd utils && oe_runmake
+    cd utils && oe_runmake
 }
 
 INSTALL_FILES = "mkyaffsimage \
                  mkyaffs2image \
                 "
 do_install() {
-	install -d ${D}${sbindir}/
-	for i in ${INSTALL_FILES}; do
-		install -m 0755 utils/$i ${D}${sbindir}/
-	done
+    install -d ${D}${sbindir}/
+    for i in ${INSTALL_FILES}; do
+        install -m 0755 utils/$i ${D}${sbindir}/
+    done
 }
 
 BBCLASSEXTEND = "native"
-- 
1.8.5.3




More information about the Openembedded-devel mailing list