diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-23 08:59:32 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-23 08:59:32 +0000 |
commit | 30f3e9df42211e6d292adbe95394e23f737799a1 (patch) | |
tree | 71869294636e395c969fe728b98d0a01dc89edfa /packages/hal | |
parent | efa3492c6eaa112592e4d835310cf6d18a849eae (diff) |
hal-info: add snapshot since the git one requires an unreleased hal :(
Diffstat (limited to 'packages/hal')
-rw-r--r-- | packages/hal/hal-info_20070618.bb | 20 | ||||
-rw-r--r-- | packages/hal/hal-info_git.bb | 3 |
2 files changed, 22 insertions, 1 deletions
diff --git a/packages/hal/hal-info_20070618.bb b/packages/hal/hal-info_20070618.bb new file mode 100644 index 0000000000..690dbe614d --- /dev/null +++ b/packages/hal/hal-info_20070618.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "Hardware Abstraction Layer device information" +HOMEPAGE = "http://freedesktop.org/Software/hal" +SECTION = "unknown" +LICENSE = "GPL AFL" + +SRC_URI = "http://people.freedesktop.org/~david/dist/hal-info-20070618.tar.gz" + +inherit autotools pkgconfig + +EXTRA_OECONF = "--disable-recall --disable-video" + +do_configure() { + gnu-configize + libtoolize --force + oe_runconf +} + + +PACKAGE_ARCH = "all" +FILES_${PN} += "${datadir}/hal/" 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/" |