diff options
author | Ross Burton <ross@openedhand.com> | 2007-09-26 08:51:33 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-09-26 08:51:33 +0000 |
commit | b9854010ee12531b5f02fc5ef2e0db260c5937c1 (patch) | |
tree | c64d4b2659a724e3956a3e8a5d00c02fa2056854 | |
parent | 23f1df5dde082d2013b16ef5adfd021b856eb4d6 (diff) | |
download | poky-b9854010ee12531b5f02fc5ef2e0db260c5937c1.tar.gz |
hal-info: add a versioned release, and lower the preference of the git package
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2794 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/hal/hal-info_20070831.bb | 15 | ||||
-rw-r--r-- | meta/packages/hal/hal-info_git.bb | 7 |
2 files changed, 20 insertions, 2 deletions
diff --git a/meta/packages/hal/hal-info_20070831.bb b/meta/packages/hal/hal-info_20070831.bb new file mode 100644 index 0000000000..a253b74409 --- /dev/null +++ b/meta/packages/hal/hal-info_20070831.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "Hardware Abstraction Layer device information" | ||
2 | HOMEPAGE = "http://freedesktop.org/Software/hal" | ||
3 | SECTION = "unknown" | ||
4 | LICENSE = "GPL AFL" | ||
5 | |||
6 | SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;tag=HAL_INFO_${PV}" | ||
7 | |||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | inherit autotools pkgconfig | ||
11 | |||
12 | EXTRA_OECONF = "--disable-recall --disable-video" | ||
13 | |||
14 | PACKAGE_ARCH = "all" | ||
15 | FILES_${PN} += "/usr/share/hal/" | ||
diff --git a/meta/packages/hal/hal-info_git.bb b/meta/packages/hal/hal-info_git.bb index 597107fe2b..0cb44706f6 100644 --- a/meta/packages/hal/hal-info_git.bb +++ b/meta/packages/hal/hal-info_git.bb | |||
@@ -4,10 +4,10 @@ SECTION = "unknown" | |||
4 | LICENSE = "GPL AFL" | 4 | LICENSE = "GPL AFL" |
5 | 5 | ||
6 | PV = "${SRCDATE}+git" | 6 | PV = "${SRCDATE}+git" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | 8 | ||
9 | 9 | ||
10 | SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git" | 10 | SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;rev=HAL_INFO_20070831" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
@@ -18,3 +18,6 @@ EXTRA_OECONF = "--disable-recall --disable-video" | |||
18 | 18 | ||
19 | PACKAGE_ARCH = "all" | 19 | PACKAGE_ARCH = "all" |
20 | FILES_${PN} += "/usr/share/hal/" | 20 | FILES_${PN} += "/usr/share/hal/" |
21 | |||
22 | # By default, use the released hal-info | ||
23 | DEFAULT_PREFERENCE = "-1" | ||