ossiecf.bb : Add bb file to build the open source SCA implementation from Va Tech.
authorPhilip Balister <philip@balister.org>
Fri, 13 Oct 2006 21:59:35 +0000 (21:59 +0000)
committerPhilip Balister <philip@balister.org>
Fri, 13 Oct 2006 21:59:35 +0000 (21:59 +0000)
             * bb file does not actually work at this time

packages/ossiecf/.mtn2git_empty [new file with mode: 0644]
packages/ossiecf/ossiecf_svn.bb [new file with mode: 0644]

diff --git a/packages/ossiecf/.mtn2git_empty b/packages/ossiecf/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/ossiecf/ossiecf_svn.bb b/packages/ossiecf/ossiecf_svn.bb
new file mode 100644 (file)
index 0000000..5e69f9e
--- /dev/null
@@ -0,0 +1,17 @@
+PR = "r0"
+DESCRIPTION = "OSSIE Core Framework"
+SECTION =  "libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+
+DEPENDS = "xerces-c omniorb"
+
+S="${WORKDIR}/ossie"
+
+SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/ossie/trunk;module=ossie;proto=https"
+
+inherit autotools pkgconfig
+
+do_stage () {
+       autotools_stage_all
+}