summaryrefslogtreecommitdiff
path: root/packages/hal/ohm_git.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-08-13 13:18:19 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-08-13 13:18:19 +0000
commitc7c81cd5132693b4541572ae5080b1912560c9a0 (patch)
tree1fb3eb445d6149a207f206f118f4af8fff9e13b0 /packages/hal/ohm_git.bb
parent4630c0bfa9fc5d99b94bfed19f647fcb546ecea3 (diff)
parentb534530b8cc4e34ca4301458bc0e5eeb64efbe08 (diff)
merge of '188bf8cfee8efc3cb5e4670c99fcdb1dc6534bb2'
and '83c27aa0850cb7750b6c99b01d999e085f33ddcc'
Diffstat (limited to 'packages/hal/ohm_git.bb')
-rw-r--r--packages/hal/ohm_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/hal/ohm_git.bb b/packages/hal/ohm_git.bb
new file mode 100644
index 0000000000..4ef1a6dfa9
--- /dev/null
+++ b/packages/hal/ohm_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Open Hardware Manager"
+HOMEPAGE = "http://freedesktop.org/Software/ohm"
+LICENSE = "LGPL"
+
+DEPENDS = "dbus-glib intltool-native hal"
+RDEPENDS += "udev hal-info"
+SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git"
+
+PV = "0.0+git${SRCDATE}"
+PR = "r1"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--with-distro=debian"