[oe-commits] Chris Larson : cramfs: add cvs version

git version control git at git.openembedded.org
Mon Jan 10 20:11:43 UTC 2011


Module: openembedded.git
Branch: master
Commit: e0728e428367d5534d6a56e452487529c5ec4918
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e0728e428367d5534d6a56e452487529c5ec4918

Author: Chris Larson <chris_larson at mentor.com>
Date:   Mon Jan 10 13:07:25 2011 -0700

cramfs: add cvs version

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 recipes/cramfs/cramfs_cvs.bb |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/recipes/cramfs/cramfs_cvs.bb b/recipes/cramfs/cramfs_cvs.bb
new file mode 100644
index 0000000..812f3f1
--- /dev/null
+++ b/recipes/cramfs/cramfs_cvs.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "Builds cramfs filesystems for embedded systems"
+LICENSE = "GPLv2"
+DEPENDS = "zlib"
+SRCDATE = "20110110"
+PV = "1.1+cvs${SRCDATE}"
+
+SRC_URI = "cvs://anonymous@cramfs.cvs.sourceforge.net/cvsroot/cramfs;module=linux"
+S = "${WORKDIR}/linux/scripts/cramfs"
+
+EXTRA_OEMAKE = "\
+    'CC=${CC}' \
+    'CFLAGS=${CFLAGS}' \
+    'LDFLAGS=${LDFLAGS}' \
+"
+
+BBCLASSEXTEND = "native"
+
+do_install() {
+	install -d ${D}${bindir}
+	install mkcramfs ${D}${bindir}
+	install cramfsck ${D}${bindir}
+}
+
+NATIVE_INSTALL_WORKS = "1"





More information about the Openembedded-commits mailing list