summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/packages/ohm/ohm_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/ohm/ohm_git.bb b/meta/packages/ohm/ohm_git.bb
new file mode 100644
index 0000000000..6eb96d6176
--- /dev/null
+++ b/meta/packages/ohm/ohm_git.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "Open Hardware Manager"
2HOMEPAGE = "http://freedesktop.org/Software/ohm"
3LICENSE = "LGPL"
4
5DEPENDS = "dbus-glib intltool-native hal"
6RDEPENDS += "udev hal-info"
7SRC_URI = "git://anongit.freedesktop.org/git/ohm/;protocol=git"
8
9PV = "0.0+git${SRCDATE}"
10PR = "r0"
11
12S = "${WORKDIR}/git"
13
14inherit autotools pkgconfig
15
16EXTRA_OECONF = "--with-distro=debian"