Fix versioning, add missing files

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1414 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2007-03-30 08:22:10 +00:00
parent 4f3a216751
commit 552eb9f58a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
PV = "${SRCDATE}+git"
DESCRIPTION = "Hardware Abstraction Layer device information"
HOMEPAGE = "http://freedesktop.org/Software/hal"
SECTION = "unknown"

View File

@@ -11,6 +11,7 @@ RRECOMMENDS = "udev-utils"
SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \
file://99_hal"
PV="0.5.9+git${SRCDATE}"
PR="r1"
S = "${WORKDIR}/git"
@@ -75,7 +76,8 @@ FILES_${PN} = "${sysconfdir} \
${bindir}/hal-find-by-property \
${bindir}/hal-device \
${bindir}/hal-get-property \
${bindir}/hal-set-property \
${bindir}/hal-lock \
${bindir}/hal-is-caller-locked-out \
${sbindir} \
${libdir}/libhal.so.* \
${libdir}/libhal-storage.so.* \