[oe] [PATCH 1/2] zeromq: Add zeromq socket library.

Petr Štetiar ynezz at true.cz
Sun May 1 17:30:15 UTC 2011


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




More information about the Openembedded-devel mailing list