diff options
author | Philip Balister <philip@balister.org> | 2007-09-23 18:56:53 +0000 |
---|---|---|
committer | Philip Balister <philip@balister.org> | 2007-09-23 18:56:53 +0000 |
commit | 6eaa762269d1e9a7428833af8ed2cc5ac8411b02 (patch) | |
tree | 32dd8fc2168777da0f15d310785b69a89d93e16d /packages/hal/hal-info_git.bb | |
parent | 21fc105960e4c0d0166765e1d758d92b48846d9c (diff) | |
parent | 4a1831550c3171e8018867fcbe87d228ee2cd39b (diff) |
merge of '54a5d8fb4d7a6a20f8dd77f12f48946c8af71061'
and '7b5746140aa364c513fc814efde39c90df31234e'
Diffstat (limited to 'packages/hal/hal-info_git.bb')
-rw-r--r-- | packages/hal/hal-info_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/hal/hal-info_git.bb b/packages/hal/hal-info_git.bb index 597107fe2b..2812f19fe0 100644 --- a/packages/hal/hal-info_git.bb +++ b/packages/hal/hal-info_git.bb @@ -6,6 +6,7 @@ LICENSE = "GPL AFL" PV = "${SRCDATE}+git" PR = "r1" +DEFAULT_PREFERENCE = "-1" SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git" @@ -17,4 +18,4 @@ EXTRA_OECONF = "--disable-recall --disable-video" PACKAGE_ARCH = "all" -FILES_${PN} += "/usr/share/hal/" +FILES_${PN} += "${datadir}/hal/" |