diff options
author | Richard Purdie <richard@openedhand.com> | 2007-06-27 10:51:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-06-27 10:51:19 +0000 |
commit | a50aa849db4a73eca084e81596d3f090b988ea27 (patch) | |
tree | 82cdd49bfcf2e4114d4b893a635e2aa6366cdc47 /meta/packages/ohm | |
parent | e5c90d92b98f2c00a5f8438de2ebd95d274b94a3 (diff) | |
download | openembedded-core-a50aa849db4a73eca084e81596d3f090b988ea27.tar.gz openembedded-core-a50aa849db4a73eca084e81596d3f090b988ea27.tar.bz2 openembedded-core-a50aa849db4a73eca084e81596d3f090b988ea27.tar.xz openembedded-core-a50aa849db4a73eca084e81596d3f090b988ea27.zip |
ohm: Add preliminary .bb file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2016 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/ohm')
-rw-r--r-- | meta/packages/ohm/ohm_git.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/ohm/ohm_git.bb b/meta/packages/ohm/ohm_git.bb new file mode 100644 index 000000000..6eb96d617 --- /dev/null +++ b/meta/packages/ohm/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 = "r0" + +S = "${WORKDIR}/git" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--with-distro=debian" |