diff options
author | Ross Burton <ross@openedhand.com> | 2007-04-12 08:40:53 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-04-12 08:40:53 +0000 |
commit | 15389d643ec6b12ebe84c0455aa4613b4c893a34 (patch) | |
tree | 7a104590e4860dd261512a312d0e1985d568bab0 /meta/packages/hal/hal-info_git.bb | |
parent | 6b06a83939234726d210563176250f59180f17d0 (diff) | |
download | poky-15389d643ec6b12ebe84c0455aa4613b4c893a34.tar.gz |
Set package arch to all (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1481 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/hal/hal-info_git.bb')
-rw-r--r-- | meta/packages/hal/hal-info_git.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/hal/hal-info_git.bb b/meta/packages/hal/hal-info_git.bb index fdbbae91fb..597107fe2b 100644 --- a/meta/packages/hal/hal-info_git.bb +++ b/meta/packages/hal/hal-info_git.bb | |||
@@ -1,10 +1,12 @@ | |||
1 | PV = "${SRCDATE}+git" | ||
2 | |||
3 | DESCRIPTION = "Hardware Abstraction Layer device information" | 1 | DESCRIPTION = "Hardware Abstraction Layer device information" |
4 | HOMEPAGE = "http://freedesktop.org/Software/hal" | 2 | HOMEPAGE = "http://freedesktop.org/Software/hal" |
5 | SECTION = "unknown" | 3 | SECTION = "unknown" |
6 | LICENSE = "GPL AFL" | 4 | LICENSE = "GPL AFL" |
7 | 5 | ||
6 | PV = "${SRCDATE}+git" | ||
7 | PR = "r1" | ||
8 | |||
9 | |||
8 | SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git" | 10 | SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git" |
9 | 11 | ||
10 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
@@ -13,4 +15,6 @@ inherit autotools pkgconfig | |||
13 | 15 | ||
14 | EXTRA_OECONF = "--disable-recall --disable-video" | 16 | EXTRA_OECONF = "--disable-recall --disable-video" |
15 | 17 | ||
18 | |||
19 | PACKAGE_ARCH = "all" | ||
16 | FILES_${PN} += "/usr/share/hal/" | 20 | FILES_${PN} += "/usr/share/hal/" |