mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 07:19:39 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2511 311d38ba-8fff-0310-9ca6-ca027cbcb966
21 lines
438 B
BlitzBasic
21 lines
438 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"
|
|
|
|
PV = "0.0+git${SRCDATE}"
|
|
PR = "r2"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_configure_prepend() {
|
|
touch gtk-doc.make
|
|
}
|
|
|
|
EXTRA_OECONF = "--with-distro=debian --disable-gtk-doc"
|