From 62f4d3d6819d7a6283bde7bd1bb7d2397e01b4f5 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 10 Apr 2012 01:48:57 +0100 Subject: opie-connmanapplet/opie-connmansettings: add Add recipes for new Opie ConnMan frontend. Signed-off-by: Paul Eggleton --- recipes-opie/opie-connmanapplet/opie-connmanapplet.inc | 17 +++++++++++++++++ .../opie-connmanapplet/opie-connmanapplet_git.bb | 8 ++++++++ .../opie-connmansettings/opie-connmansettings.inc | 16 ++++++++++++++++ .../opie-connmansettings/opie-connmansettings_git.bb | 7 +++++++ 4 files changed, 48 insertions(+) create mode 100644 recipes-opie/opie-connmanapplet/opie-connmanapplet.inc create mode 100644 recipes-opie/opie-connmanapplet/opie-connmanapplet_git.bb create mode 100644 recipes-opie/opie-connmansettings/opie-connmansettings.inc create mode 100644 recipes-opie/opie-connmansettings/opie-connmansettings_git.bb diff --git a/recipes-opie/opie-connmanapplet/opie-connmanapplet.inc b/recipes-opie/opie-connmanapplet/opie-connmanapplet.inc new file mode 100644 index 0000000..2134f29 --- /dev/null +++ b/recipes-opie/opie-connmanapplet/opie-connmanapplet.inc @@ -0,0 +1,17 @@ +DESCRIPTION = "Opie network connection applet" +SECTION = "opie/applets" +LICENSE = "GPLv2" +# FIXME stopgap until split archives have license files included +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +RDEPENDS_${PN} += "connman opie-connmansettings" +APPNAME = "connmanapplet" + +S = "${WORKDIR}/applet" + +inherit opie + +do_install() { + install -d ${D}${palmtopdir}/pics/connmanapplet + install -m 0644 ${WORKDIR}/pics/connmanapplet/*.png ${D}${palmtopdir}/pics/connmanapplet +} + diff --git a/recipes-opie/opie-connmanapplet/opie-connmanapplet_git.bb b/recipes-opie/opie-connmanapplet/opie-connmanapplet_git.bb new file mode 100644 index 0000000..6078a0a --- /dev/null +++ b/recipes-opie/opie-connmanapplet/opie-connmanapplet_git.bb @@ -0,0 +1,8 @@ +require ${PN}.inc + +PV = "${OPIE_GIT_PV}" +PR = "r0" + +SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/net/connman/applet \ + ${OPIE_GIT};protocol=git;subpath=noncore/net/connman/settings \ + ${OPIE_GIT};protocol=git;subpath=pics" diff --git a/recipes-opie/opie-connmansettings/opie-connmansettings.inc b/recipes-opie/opie-connmansettings/opie-connmansettings.inc new file mode 100644 index 0000000..927d1d0 --- /dev/null +++ b/recipes-opie/opie-connmansettings/opie-connmansettings.inc @@ -0,0 +1,16 @@ +DESCRIPTION = "Network connection settings for Opie" +SECTION = "opie/settings" +RDEPENDS_${PN} = "connman" +LICENSE = "GPLv2" +# FIXME stopgap until split archives have license files included +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" +APPNAME = "connmansettings" + +S = "${WORKDIR}/settings" + +inherit opie + +do_install() { + install -d ${D}${palmtopdir}/pics/connmansettings/ + install -m 0644 ${WORKDIR}/pics/connmansettings/*.png ${D}${palmtopdir}/pics/connmansettings/ +} diff --git a/recipes-opie/opie-connmansettings/opie-connmansettings_git.bb b/recipes-opie/opie-connmansettings/opie-connmansettings_git.bb new file mode 100644 index 0000000..d374907 --- /dev/null +++ b/recipes-opie/opie-connmansettings/opie-connmansettings_git.bb @@ -0,0 +1,7 @@ +require ${PN}.inc +PV = "${OPIE_GIT_PV}" +PR = "r0" + +SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/net/connman/settings \ + ${OPIE_GIT};protocol=git;subpath=apps \ + ${OPIE_GIT};protocol=git;subpath=pics" -- cgit 1.2.3-korg