diff options
Diffstat (limited to 'meta/recipes-connectivity/gupnp')
-rw-r--r-- | meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb | 10 | ||||
-rw-r--r-- | meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb | 6 | ||||
-rw-r--r-- | meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb | 6 | ||||
-rw-r--r-- | meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb | 6 | ||||
-rw-r--r-- | meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb | 17 |
5 files changed, 45 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb b/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb new file mode 100644 index 0000000000..5b4c903c62 --- /dev/null +++ b/meta/recipes-connectivity/gupnp/gssdp_0.7.1.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | DEPENDS = "glib-2.0 libsoup-2.4 libglade" | ||
3 | |||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | ||
5 | |||
6 | inherit autotools pkgconfig | ||
7 | |||
8 | PACKAGES =+ "gssdp-tools" | ||
9 | |||
10 | FILES_gssdp-tools = "${bindir}/gssdp* ${datadir}/gssdp/*.glade" | ||
diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb new file mode 100644 index 0000000000..57fad7b842 --- /dev/null +++ b/meta/recipes-connectivity/gupnp/gupnp-av_0.4.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | DEPENDS = "gupnp" | ||
3 | |||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | ||
5 | |||
6 | inherit autotools pkgconfig | ||
diff --git a/meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb b/meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb new file mode 100644 index 0000000000..57fad7b842 --- /dev/null +++ b/meta/recipes-connectivity/gupnp/gupnp-av_0.5.2.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | DEPENDS = "gupnp" | ||
3 | |||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | ||
5 | |||
6 | inherit autotools pkgconfig | ||
diff --git a/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb new file mode 100644 index 0000000000..be4f3510b6 --- /dev/null +++ b/meta/recipes-connectivity/gupnp/gupnp-tools_0.8.bb | |||
@@ -0,0 +1,6 @@ | |||
1 | LICENSE = "GPL" | ||
2 | DEPENDS = "gupnp gtk+ libglade gnome-icon-theme" | ||
3 | |||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | ||
5 | |||
6 | inherit autotools pkgconfig | ||
diff --git a/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb b/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb new file mode 100644 index 0000000000..2a12e5ce24 --- /dev/null +++ b/meta/recipes-connectivity/gupnp/gupnp_0.13.2.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | LICENSE = "LGPL" | ||
2 | DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2" | ||
3 | |||
4 | SRC_URI = "http://gupnp.org/sources/${PN}/${PN}-${PV}.tar.gz" | ||
5 | PR = "r1" | ||
6 | |||
7 | inherit autotools pkgconfig | ||
8 | |||
9 | FILES_${PN} = "${libdir}/*.so.*" | ||
10 | FILES_${PN}-dev += "${bindir}/gupnp-binding-tool" | ||
11 | |||
12 | SYSROOT_PREPROCESS_FUNCS += "gupnp_sysroot_preprocess" | ||
13 | |||
14 | gupnp_sysroot_preprocess () { | ||
15 | install -d ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ | ||
16 | install -m 755 ${D}${bindir}/gupnp-binding-tool ${SYSROOT_DESTDIR}${STAGING_BINDIR_CROSS}/ | ||
17 | } | ||