]> code.ossystems Code Review - openembedded-core.git/commitdiff
ohm: Add preliminary .bb file
authorRichard Purdie <richard@openedhand.com>
Wed, 27 Jun 2007 10:51:19 +0000 (10:51 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 27 Jun 2007 10:51:19 +0000 (10:51 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2016 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/ohm/ohm_git.bb [new file with mode: 0644]

diff --git a/meta/packages/ohm/ohm_git.bb b/meta/packages/ohm/ohm_git.bb
new file mode 100644 (file)
index 0000000..6eb96d6
--- /dev/null
@@ -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 = "r0"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--with-distro=debian"