aboutsummaryrefslogtreecommitdiffstats
path: root/packages/hal
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-08-13 11:22:16 +0000
committerKoen Kooi <koen@openembedded.org>2007-08-13 11:22:16 +0000
commitb534530b8cc4e34ca4301458bc0e5eeb64efbe08 (patch)
tree30fb84ebb3816463844d1d2946e9b86aee7434a6 /packages/hal
parent49ae0ee3c92c740a13463ae8ea8ec784baf05fc5 (diff)
downloadopenembedded-b534530b8cc4e34ca4301458bc0e5eeb64efbe08.tar.gz
ohm: add from poky
Diffstat (limited to 'packages/hal')
-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"