On Mon, 2011-03-07 at 17:43 +0100, Steffen Sledz wrote: > --- a/recipes/upnp/gupnp_0.13.4.bb > +++ b/recipes/upnp/gupnp_0.13.4.bb > @@ -2,13 +2,14 @@ LICENSE = "LGPL" > DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gtk-doc-native libgee" > > require gupnp.inc > +PR = "1" > > SRC_URI[md5sum] = "0d562f5f02534c70c3743b2c514db8ba" > SRC_URI[sha256sum] = > "7974953f38a41236c875c3df509abc43e8218b5925fdc18212a73b1ae0d0e7e8" > > inherit autotools pkgconfig > > -EXTRA_OECONF = "--disable-gtk-doc" > +EXTRA_OECONF = "--disable-gtk-doc --enable-introspection=no"
I can't help thinking that there must be a better place to put this, maybe even autotools.bbclass. We basically want those options for all packages that will take them, right? p. _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
