summaryrefslogtreecommitdiff
path: root/meta-gnome/packages/gnome/orbit2_2.14.16.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-07-30 05:53:29 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-30 14:43:47 +0100
commitda1332a7dd5432dea0fbbce90641dbd2f2803fec (patch)
tree87ebad63a554334fef25a32d8e641eed71313a71 /meta-gnome/packages/gnome/orbit2_2.14.16.bb
parent7f8c1bfb08c0b5b503856db79c536686b3cc7aca (diff)
downloadopenembedded-core-da1332a7dd5432dea0fbbce90641dbd2f2803fec.tar.gz
openembedded-core-da1332a7dd5432dea0fbbce90641dbd2f2803fec.tar.bz2
openembedded-core-da1332a7dd5432dea0fbbce90641dbd2f2803fec.tar.xz
openembedded-core-da1332a7dd5432dea0fbbce90641dbd2f2803fec.zip
bonono/orbit2: Move to meta-extras
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta-gnome/packages/gnome/orbit2_2.14.16.bb')
-rw-r--r--meta-gnome/packages/gnome/orbit2_2.14.16.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-gnome/packages/gnome/orbit2_2.14.16.bb b/meta-gnome/packages/gnome/orbit2_2.14.16.bb
deleted file mode 100644
index 42ade84d1..000000000
--- a/meta-gnome/packages/gnome/orbit2_2.14.16.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-LICENSE = "GPL"
-DESCRIPTION = "CORBA ORB"
-SECTION = "x11/gnome/libs"
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.14/ORBit2-${PV}.tar.bz2 \
- file://configure-lossage.patch;patch=1;pnum=1 \
- file://pkgconfig-fix.patch;patch=1 \
- file://gtk-doc.m4 \
- file://gtk-doc.make"
-DEPENDS = "libidl popt orbit2-native gtk-doc"
-PARALLEL_MAKE = ""
-
-FILES_${PN} += "${libdir}/orbit-2.0/*.so"
-FILES_${PN}-dev += "${libdir}/orbit-2.0/*.a ${libdir}/orbit-2.0/*.la"
-FILES_${PN}-dbg += "${libdir}/orbit-2.0/.debug"
-
-S = "${WORKDIR}/ORBit2-${PV}"
-
-LEAD_SONAME = "libORBit-2.so"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--disable-gtk-doc"
-EXTRA_OEMAKE = "IDL_COMPILER='${STAGING_BINDIR_NATIVE}/orbit-idl-2'"
-
-do_configure_prepend() {
- mkdir -p m4
- install ${WORKDIR}/gtk-doc.m4 ./m4/
- install ${WORKDIR}/gtk-doc.make ./
-}
-