diff options
author | Philip Balister <philip@balister.org> | 2007-06-04 18:35:32 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-06-04 18:35:32 +0000 |
commit | 4caa2eb3179c851afad2568918457e07ccbabdea (patch) | |
tree | a8235ff895b0d4f1ddf2823a0c02f79d8ae69e47 /packages/ossie/ossie-standardinterfaces_svn.bb | |
parent | 6e2207025728ff8e62c1c780c2d37d9f2d85791d (diff) |
OSSIE : Remove OSSIE files until there is a real tarball release. If you need
to access these files, they are avilable from Philip (Crofton) Balister.
Currently, I am working with a BB Collection kept on a svn server.
Diffstat (limited to 'packages/ossie/ossie-standardinterfaces_svn.bb')
-rw-r--r-- | packages/ossie/ossie-standardinterfaces_svn.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/packages/ossie/ossie-standardinterfaces_svn.bb b/packages/ossie/ossie-standardinterfaces_svn.bb deleted file mode 100644 index 44e2f3899e..0000000000 --- a/packages/ossie/ossie-standardinterfaces_svn.bb +++ /dev/null @@ -1,23 +0,0 @@ -DESCRIPTION = "OSSIE Standard port interfaces" -SECTION = "libs" -PRIORITY = "optional" -LICENSE = "LGPL" -PV = "0.0.0+svn${SRCDATE}" - -DEPENDS = "ossiecf" - -S = "${WORKDIR}/standardInterfaces" - -SRCDATE = "now" -SRC_URI = "svn://ossie-dev.mprg.org/repos/ossie/standardInterfaces/trunk;module=standardInterfaces;proto=https" - -inherit autotools pkgconfig - -EXTRA_OECONF = "--with-omniorb=${STAGING_BINDIR}/.. IDL=${STAGING_BINDIR_NATIVE}/omniidl" - -CXXFLAGS_powerpc += "-lstdc++" - -do_stage () { - autotools_stage_all -} -BROKEN = "1" |