From 83dff79fa27bf3feed060fdb7fc2f2f78c8d030c Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 19 Sep 2010 15:49:27 +0200 Subject: yaffs2-utils: remove inc file This dir had only one .bb file that only contained a line to include the .inc file. This seemed a little bit superfluous so made the inc file the bb file Signed-off-by: Frans Meulenbroeks --- recipes/yaffs2/yaffs2-utils.inc | 30 ------------------------------ recipes/yaffs2/yaffs2-utils_cvs.bb | 30 +++++++++++++++++++++++++++++- 2 files changed, 29 insertions(+), 31 deletions(-) delete mode 100644 recipes/yaffs2/yaffs2-utils.inc diff --git a/recipes/yaffs2/yaffs2-utils.inc b/recipes/yaffs2/yaffs2-utils.inc deleted file mode 100644 index e2f3d76f65..0000000000 --- a/recipes/yaffs2/yaffs2-utils.inc +++ /dev/null @@ -1,30 +0,0 @@ -DESCRIPTION = "Tools for managing 'yaffs2' file systems." -SECTION = "base" -HOMEPAGE = "http://www.yaffs.net" -LICENSE = "GPLv2" -PV = "0.0.0+cvs${SRCDATE}" -PR = "r2" -DEPENDS = "mtd-utils" - -SRC_URI = "cvs://anonymous@cvs.aleph1.co.uk/home/aleph1/cvs;module=yaffs2 \ - file://mkyaffs2image.patch \ - file://devextras.h.patch" - -S = "${WORKDIR}/yaffs2" - -CFLAGS += "-I.. -DCONFIG_YAFFS_UTIL " -CFLAGS_append_virtclass-native = " -I.. -DCONFIG_YAFFS_UTIL " - -do_compile() { - cd utils && oe_runmake -} - -NATIVE_INSTALL_WORKS = "1" -do_install() { - install -d ${D}${sbindir}/ - for i in mkyaffsimage mkyaffs2image; do - install -m 0755 utils/$i ${D}${sbindir}/ - done -} - -BBCLASSEXTEND = "native" diff --git a/recipes/yaffs2/yaffs2-utils_cvs.bb b/recipes/yaffs2/yaffs2-utils_cvs.bb index ee95a5e42f..e2f3d76f65 100644 --- a/recipes/yaffs2/yaffs2-utils_cvs.bb +++ b/recipes/yaffs2/yaffs2-utils_cvs.bb @@ -1,2 +1,30 @@ -require yaffs2-utils.inc +DESCRIPTION = "Tools for managing 'yaffs2' file systems." +SECTION = "base" +HOMEPAGE = "http://www.yaffs.net" +LICENSE = "GPLv2" +PV = "0.0.0+cvs${SRCDATE}" +PR = "r2" +DEPENDS = "mtd-utils" +SRC_URI = "cvs://anonymous@cvs.aleph1.co.uk/home/aleph1/cvs;module=yaffs2 \ + file://mkyaffs2image.patch \ + file://devextras.h.patch" + +S = "${WORKDIR}/yaffs2" + +CFLAGS += "-I.. -DCONFIG_YAFFS_UTIL " +CFLAGS_append_virtclass-native = " -I.. -DCONFIG_YAFFS_UTIL " + +do_compile() { + cd utils && oe_runmake +} + +NATIVE_INSTALL_WORKS = "1" +do_install() { + install -d ${D}${sbindir}/ + for i in mkyaffsimage mkyaffs2image; do + install -m 0755 utils/$i ${D}${sbindir}/ + done +} + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg