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 /meta/packages/hal/hal-info_20070831.bb | |
parent | 23f1df5dde082d2013b16ef5adfd021b856eb4d6 (diff) | |
download | openembedded-core-b9854010ee12531b5f02fc5ef2e0db260c5937c1.tar.gz openembedded-core-b9854010ee12531b5f02fc5ef2e0db260c5937c1.tar.bz2 openembedded-core-b9854010ee12531b5f02fc5ef2e0db260c5937c1.zip |
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
Diffstat (limited to 'meta/packages/hal/hal-info_20070831.bb')
-rw-r--r-- | meta/packages/hal/hal-info_20070831.bb | 15 |
1 files changed, 15 insertions, 0 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 @@ +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/" |