]> code.ossystems Code Review - openembedded-core.git/commitdiff
hal-info: add a versioned release, and lower the preference of the git package
authorRoss Burton <ross@openedhand.com>
Wed, 26 Sep 2007 08:51:33 +0000 (08:51 +0000)
committerRoss Burton <ross@openedhand.com>
Wed, 26 Sep 2007 08:51:33 +0000 (08:51 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2794 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/hal/hal-info_20070831.bb [new file with mode: 0644]
meta/packages/hal/hal-info_git.bb

diff --git a/meta/packages/hal/hal-info_20070831.bb b/meta/packages/hal/hal-info_20070831.bb
new file mode 100644 (file)
index 0000000..a253b74
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "Hardware Abstraction Layer device information"
+HOMEPAGE = "http://freedesktop.org/Software/hal"
+SECTION = "unknown"
+LICENSE = "GPL AFL"
+
+SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;tag=HAL_INFO_${PV}"
+
+S = "${WORKDIR}/git"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-recall --disable-video"
+
+PACKAGE_ARCH = "all"
+FILES_${PN} += "/usr/share/hal/"
index 597107fe2b42988a220be5f193c5d2682c23553f..0cb44706f629b0e51b724db28fabebbf56b11bed 100644 (file)
@@ -4,10 +4,10 @@ SECTION = "unknown"
 LICENSE = "GPL AFL"
 
 PV = "${SRCDATE}+git"
-PR = "r1"
+PR = "r2"
 
 
-SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git"
+SRC_URI = "git://anongit.freedesktop.org/hal-info/;protocol=git;rev=HAL_INFO_20070831"
 
 S = "${WORKDIR}/git"
 
@@ -18,3 +18,6 @@ EXTRA_OECONF = "--disable-recall --disable-video"
 
 PACKAGE_ARCH = "all"
 FILES_${PN} += "/usr/share/hal/"
+
+# By default, use the released hal-info
+DEFAULT_PREFERENCE = "-1"