* [meta-oe][PATCH 0/1] pull request for cramfs recipe
@ 2011-09-08 14:32 Mehmood, Imran
2011-09-08 14:32 ` [meta-oe][PATCH 1/1] cramfs: Adds cvs version recipe (initial recipe) Mehmood, Imran
0 siblings, 1 reply; 2+ messages in thread
From: Mehmood, Imran @ 2011-09-08 14:32 UTC (permalink / raw)
To: openembedded-devel; +Cc: Imran Mehmood
From: Imran Mehmood <Imran_Mehmood@mentor.com>
The following changes since commit 9d3c8a9abc42b3ae7639f1226daf198ca04cd9bc:
lumag (1):
tcp-wrappers: drop emptying PARALLEL_MAKE
are available in the git repository at:
git://github.com/lawwama/meta-oe master
https://github.com/lawwama/meta-oe/tree/master
Imran Mehmood (1):
cramfs: Adds cvs version recipe (initial recipe)
meta-oe/recipes-support/cramfs/cramfs_cvs.bb | 29 ++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-support/cramfs/cramfs_cvs.bb
^ permalink raw reply [flat|nested] 2+ messages in thread* [meta-oe][PATCH 1/1] cramfs: Adds cvs version recipe (initial recipe)
2011-09-08 14:32 [meta-oe][PATCH 0/1] pull request for cramfs recipe Mehmood, Imran
@ 2011-09-08 14:32 ` Mehmood, Imran
0 siblings, 0 replies; 2+ messages in thread
From: Mehmood, Imran @ 2011-09-08 14:32 UTC (permalink / raw)
To: openembedded-devel; +Cc: Imran Mehmood
From: Imran Mehmood <Imran_Mehmood@mentor.com>
* Imported from oe.dev commit id e0728e428367d5534d6a56e452487529c5ec4918
* Added do_compile_prepend to make symbolic link named Makefile pointing to GNUmakefile to resolve missing Makefile error.
Signed-off-by: Imran Mehmood <Imran_Mehmood@mentor.com>
---
meta-oe/recipes-support/cramfs/cramfs_cvs.bb | 29 ++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
create mode 100644 meta-oe/recipes-support/cramfs/cramfs_cvs.bb
diff --git a/meta-oe/recipes-support/cramfs/cramfs_cvs.bb b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb
new file mode 100644
index 0000000..667097c
--- /dev/null
+++ b/meta-oe/recipes-support/cramfs/cramfs_cvs.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "Builds cramfs filesystems for embedded systems"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://${WORKDIR}/linux/COPYING;md5=9579385572eb40eded61dcb07e0038a4"
+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}' \
+"
+
+
+do_compile_prepend() {
+ ln -s GNUmakefile Makefile
+}
+
+do_install() {
+ install -d ${D}${bindir}
+ install mkcramfs ${D}${bindir}
+ install cramfsck ${D}${bindir}
+}
+
+BBCLASSEXTEND = "native"
+
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-08 14:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-08 14:32 [meta-oe][PATCH 0/1] pull request for cramfs recipe Mehmood, Imran
2011-09-08 14:32 ` [meta-oe][PATCH 1/1] cramfs: Adds cvs version recipe (initial recipe) Mehmood, Imran
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox