diff options
author | Junqian Gordon Xu <xjqian@gmail.com> | 2008-01-06 12:52:13 +0000 |
---|---|---|
committer | Junqian Gordon Xu <xjqian@gmail.com> | 2008-01-06 12:52:13 +0000 |
commit | 3f62f60ed40cc349569a3ff64a2884bd29a146a3 (patch) | |
tree | 3171434321a7e8eb53ac9f371f57e5f09e473ad9 /packages/hal | |
parent | 56e4d457d52311ae449519a38c4d4cf4fd2a93fe (diff) |
hal_0.5.9: add LEAD_SONAME (QA)
Diffstat (limited to 'packages/hal')
-rw-r--r-- | packages/hal/hal_0.5.9.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/hal/hal_0.5.9.bb b/packages/hal/hal_0.5.9.bb index 6ece4ea310..064e7985ca 100644 --- a/packages/hal/hal_0.5.9.bb +++ b/packages/hal/hal_0.5.9.bb @@ -5,12 +5,14 @@ RDEPENDS += "udev hal-info" #RDEPENDS_hal-device-manager = "python hal python-pygnome" RRECOMMENDS = "udev-utils" -PR = "r3" +PR = "r4" SRC_URI += "file://99_hal \ file://20hal \ " +LEAD_SONAME = "libhal.so" + # machines with pci and acpi get a machine dependant hal EXTRA_OECONF = "--with-hwdata=${datadir}/hwdata \ --with-expat=${STAGING_LIBDIR}/.. \ |