aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMichele Brocco <ssj2micvm@gmail.com>2011-03-06 15:33:24 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2011-03-08 13:22:22 +0100
commit698d8414a92bd336c37f57527ceb2c690cc8a30f (patch)
tree07ea1f2f0055812eead2a91b9f4852a5a70efa1d /recipes
parentac8a958bbdaf6ab6dd8c65fa0b3454173be37c97 (diff)
downloadopenembedded-698d8414a92bd336c37f57527ceb2c690cc8a30f.tar.gz
valacompass: upgrade to version 0.11, drop hmc5843 lis302dl recipes
* Now uses libsensmon instead of libhmc5843 and liblis302dl Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/valacompass/hmc5843_git.bb20
-rw-r--r--recipes/valacompass/lis302dl_git.bb20
-rw-r--r--recipes/valacompass/valacompass_git.bb6
3 files changed, 3 insertions, 43 deletions
diff --git a/recipes/valacompass/hmc5843_git.bb b/recipes/valacompass/hmc5843_git.bb
deleted file mode 100644
index 41f286341d..0000000000
--- a/recipes/valacompass/hmc5843_git.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Library for easy-accessing the 3d comapss HMC5843 from Honeywell "
-AUTHOR = "Michele Brocco <ssj2micvm@gmail.com>"
-PRIORITY = "optional"
-LICENSE = "GPLv3"
-DEPENDS = "glib-2.0"
-RDEPENDS_${PN} = "glib-2.0"
-RSUGGESTS_${PN} = ""
-PV = "0.1+gitr${SRCPV}"
-PR = "r1"
-
-SRC_URI = "git://gitorious.org/sensor-monitor/libhmc5843.git;protocol=git;branch=master"
-
-SRCREV = "9cdf5141ad050c87630fe28684dbb13d93aeca46"
-S = "${WORKDIR}/git"
-
-inherit autotools vala
-
-FILES_${PN} += "${datadir}/${PN} ${datadir}/applications ${datadir}/pixmaps"
-
-MAINTAINER = "Michele Brocco <ssj2micvm@gmail.com>"
diff --git a/recipes/valacompass/lis302dl_git.bb b/recipes/valacompass/lis302dl_git.bb
deleted file mode 100644
index fc7a01c536..0000000000
--- a/recipes/valacompass/lis302dl_git.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "Library for easy-accessing the 3d accelerometer LIS302DL from STMicroelectronics"
-AUTHOR = "Michele Brocco <ssj2micvm@gmail.com>"
-PRIORITY = "optional"
-LICENSE = "GPLv3"
-DEPENDS = "glib-2.0"
-RDEPENDS_${PN} = "glib-2.0"
-RSUGGESTS_${PN} = ""
-PV = "0.1+gitr${SRCPV}"
-PR = "r1"
-
-SRC_URI = "git://gitorious.org/sensor-monitor/liblis302dl.git;protocol=git;branch=master"
-
-SRCREV = "b5f08fc1b2ad1f01bf868a04fc8335361a9be40c"
-S = "${WORKDIR}/git"
-
-inherit autotools vala
-
-FILES_${PN} += "${datadir}/${PN} ${datadir}/applications ${datadir}/pixmaps"
-
-MAINTAINER = "Michele Brocco <ssj2micvm@gmail.com>"
diff --git a/recipes/valacompass/valacompass_git.bb b/recipes/valacompass/valacompass_git.bb
index 97f9a3b1f0..f33ea79085 100644
--- a/recipes/valacompass/valacompass_git.bb
+++ b/recipes/valacompass/valacompass_git.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "Compass written in vala that uses the hmc5843 compass and the lis
AUTHOR = "Michele Brocco <ssj2micvm@gmail.com>"
PRIORITY = "optional"
LICENSE = "GPLv3"
-DEPENDS = "glib-2.0 gtk+ libgee cairo hmc5843 lis302dl"
+DEPENDS = "glib-2.0 gtk+ libgee cairo libsensmon"
RDEPENDS_${PN} = "glib-2.0 gtk+ libgee cairo"
RSUGGESTS_${PN} = ""
-PV = "0.1+gitr${SRCPV}"
+PV = "0.11+gitr${SRCPV}"
PR = "r1"
SRC_URI = "git://gitorious.org/vala-compass/vala-compass.git;protocol=git;branch=master"
-SRCREV = "0214a81c6ab3d8604233588ae5727b851fde236d"
+SRCREV = "9ca9b568a055ff2412f0d642987421178334e683"
S = "${WORKDIR}/git"
inherit autotools vala