icecc-create-env.bb to fetch script required by icecc.bbclass
authorStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 19 Dec 2006 08:33:48 +0000 (08:33 +0000)
committerStelios Koroneos <skoroneos@digital-opsis.com>
Tue, 19 Dec 2006 08:33:48 +0000 (08:33 +0000)
packages/icecc-create-env/.mtn2git_empty [new file with mode: 0644]
packages/icecc-create-env/icecc-create-env_0.1.bb [new file with mode: 0644]

diff --git a/packages/icecc-create-env/.mtn2git_empty b/packages/icecc-create-env/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/icecc-create-env/icecc-create-env_0.1.bb b/packages/icecc-create-env/icecc-create-env_0.1.bb
new file mode 100644 (file)
index 0000000..89730e5
--- /dev/null
@@ -0,0 +1,21 @@
+DESCRIPTION = "This is a modified version of the icecc-create-env script in order to\
+make it work with OE."
+SECTION = "base"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+DEPENDS = ""
+INHIBIT_DEFAULT_DEPS = "1"
+
+
+inherit native
+
+
+SRC_URI = "http://www.digital-opsis.com/openembedded/icecc-create-env-${PV}.tar.gz"
+
+S = "${WORKDIR}/icecc-create-env-${PV}"
+
+do_stage() {
+       install -d ${STAGING_DIR}/ice
+       install -m 0755 ${WORKDIR}/icecc-create-env ${STAGING_DIR}/ice/icecc-create-env
+}