git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49ae0ee
)
ohm: add from poky
author
Koen Kooi
<koen@openembedded.org>
Mon, 13 Aug 2007 11:22:16 +0000
(11:22 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 13 Aug 2007 11:22:16 +0000
(11:22 +0000)
packages/hal/ohm_git.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/hal/ohm_git.bb
b/packages/hal/ohm_git.bb
new file mode 100644
(file)
index 0000000..
4ef1a6d
--- /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"