blob: 7f32dd3e6fa6144dc20a180ac8e98eabf8e22883 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
DESCRIPTION = "CORBA ORB"
SECTION = "gnome/base"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ORBit2/2.10/ORBit2-${PV}.tar.bz2 \
file://${FILESDIR}/gtk-doc.m4 \
file://${FILESDIR}/gtk-doc.make \
file://${FILESDIR}/configure-lossage.patch;patch=1;pnum=1"
DEPENDS = "libidl-native popt-native"
S = "${WORKDIR}/ORBit2-${PV}"
FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/orbit2-${PV}"
inherit autotools native
do_configure_prepend() {
install -d m4
install ${FILESDIR}/gtk-doc.m4 m4/
install ${FILESDIR}/gtk-doc.make ./
}
|