aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gnome/orbit2-native_2.13.2.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-14 11:48:59 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-14 11:54:12 +0200
commit6b82e98a73469974b0eab48487f8948f21b5f322 (patch)
tree2fba32cc4ff8eb954c83c583268d10b157deab68 /recipes/gnome/orbit2-native_2.13.2.bb
parentf76b5c375007928322db89a76dae2915142c0e22 (diff)
downloadopenembedded-6b82e98a73469974b0eab48487f8948f21b5f322.tar.gz
orbit2: removed old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/gnome/orbit2-native_2.13.2.bb')
-rw-r--r--recipes/gnome/orbit2-native_2.13.2.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/recipes/gnome/orbit2-native_2.13.2.bb b/recipes/gnome/orbit2-native_2.13.2.bb
deleted file mode 100644
index aaf2b385a9..0000000000
--- a/recipes/gnome/orbit2-native_2.13.2.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-DESCRIPTION = "CORBA ORB"
-LICENSE = "LGPL GPL"
-SECTION = "x11/gnome/libs"
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.13/ORBit2-${PV}.tar.bz2 \
- file://configure-lossage.patch \
- file://gtk-doc.m4 \
- file://gtk-doc.make"
-DEPENDS = "libidl-native popt-native gtk-doc"
-
-S = "${WORKDIR}/ORBit2-${PV}"
-FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/orbit2-${PV}"
-
-PARALLEL_MAKE = ""
-inherit autotools native pkgconfig
-
-EXTRA_OECONF = "--disable-gtk-doc"
-
-do_configure_prepend() {
- mkdir -p m4
- install ${WORKDIR}/gtk-doc.m4 ./m4/
- install ${WORKDIR}/gtk-doc.make ./
-}
-
-SRC_URI[md5sum] = "8d1e654f9b7e1399dc98da3bb4b96762"
-SRC_URI[sha256sum] = "fc87440d252c77f5c1afc17bb3015586cca264bc5fa8794bc54b869b8106265d"