From: Koen Kooi Date: Mon, 13 Aug 2007 11:22:16 +0000 (+0000) Subject: ohm: add from poky X-Git-Tag: Release-2010-05/1~8995^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b534530b8cc4e34ca4301458bc0e5eeb64efbe08;p=openembedded.git ohm: add from poky --- 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"