hal: DEPENDS intltool-native, not intltool
authorRichard Purdie <richard@openedhand.com>
Tue, 29 May 2007 11:30:02 +0000 (11:30 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 29 May 2007 11:30:02 +0000 (11:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1803 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/hal/hal_git.bb

index 6e144f6..976131e 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://freedesktop.org/Software/hal"
 SECTION = "unknown"
 LICENSE = "GPL LGPL AFL"
 
-DEPENDS = "virtual/kernel dbus-glib udev intltool expat libusb"
+DEPENDS = "virtual/kernel dbus-glib udev intltool-native expat libusb"
 RDEPENDS += "udev hal-info"
 #RDEPENDS_hal-device-manager = "python hal python-pygnome"
 RRECOMMENDS = "udev-utils"
@@ -11,8 +11,8 @@ RRECOMMENDS = "udev-utils"
 SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \
         file://99_hal"
 
-PV="0.5.9+git${SRCDATE}"
-PR="r1"
+PV = "0.5.9+git${SRCDATE}"
+PR = "r2"
 
 S = "${WORKDIR}/git"