Files
poky/meta/packages/ohm/ohm_git.bb
Richard Purdie e52e38e637 ohm: Use correct libtool
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2018 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-06-27 11:11:08 +00:00

18 lines
411 B
BlitzBasic

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 \
file://libtool_fix.patch;patch=1"
PV = "0.0+git${SRCDATE}"
PR = "r1"
S = "${WORKDIR}/git"
inherit autotools pkgconfig
EXTRA_OECONF = "--with-distro=debian"