Siddharth Heroor <heroor at gmail.com> [2011-05-01 15:20:48]:
Hi,
> +PR = "r1"
> +
> +SRC_URI = "http://download.zeromq.org/zeromq-${PV}.tar.gz"
> +
> +inherit autotools
for version 2.1.1 I've needed also the following:
DEPENDS += "util-linux-ng"
do_configure_prepend() {
./autogen.sh
}
It's not needed anymore?
-- ynezz