ohm: Add preliminary .bb file

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2016 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-06-27 10:51:19 +00:00
parent e5c90d92b9
commit a50aa849db

View File

@@ -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"