-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 20-12-12 13:52, Ross Burton schreef: > Signed-off-by: Ross Burton <[email protected]> --- > meta-multimedia/recipes-connectivity/gupnp/gssdp.inc | 16 > ++++++++++++++++ .../recipes-connectivity/gupnp/gssdp_0.12.2.1.bb | > 5 +++++ .../recipes-connectivity/gupnp/gssdp_0.13.2.bb | 8 > ++++++++ 3 files changed, 29 insertions(+) create mode 100644 > meta-multimedia/recipes-connectivity/gupnp/gssdp.inc create mode 100644 > meta-multimedia/recipes-connectivity/gupnp/gssdp_0.12.2.1.bb create mode > 100644 meta-multimedia/recipes-connectivity/gupnp/gssdp_0.13.2.bb > > diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp.inc > b/meta-multimedia/recipes-connectivity/gupnp/gssdp.inc new file mode > 100644 index 0000000..51befd9 --- /dev/null +++ > b/meta-multimedia/recipes-connectivity/gupnp/gssdp.inc @@ -0,0 +1,16 @@ > +SUMMARY = "Resource discovery and announcement over SSDP" +DESCRIPTION = > "GSSDP implements resource discovery and announcement over SSDP (Simpe > Service Discovery Protocol)." +LICENSE = "LGPLv2" +LIC_FILES_CHKSUM = > "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7" +DEPENDS = > "glib-2.0 libsoup-2.4 gobject-introspection-stub vala-stub-native" + > +inherit autotools pkgconfig + +PACKAGES =+ "gssdp-tools" + > +FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade" + > +EXTRA_OECONF = "--disable-introspection" + +PACKAGECONFIG ??= > "${@base_contains('DISTRO_FEATURES', 'x11', 'gtk', '', d)}" > +PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk,gtk+"
Minor nit: variables are grouped by task and ordered by task order, so FILES/PACKAGES/R* goes below EXTRA_OECONF/do_configure/do_compile/do_install -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFQ1FDpMkyGM64RGpERAh9SAJ0Yg4G0MXH+zAfMEoEfNAB42YGu4gCfbhpC y6er7oRE3tVTjJekedFm02Q= =fT9I -----END PGP SIGNATURE----- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
