git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a4dd22
)
hal-info_20080313.bb : new version from OM mtn
author
Graeme Gregory
<dp@xora.org.uk>
Fri, 9 May 2008 14:11:30 +0000
(14:11 +0000)
committer
Graeme Gregory
<dp@xora.org.uk>
Fri, 9 May 2008 14:11:30 +0000
(14:11 +0000)
packages/hal/hal-info_20080313.bb
[new file with mode: 0644]
patch
|
blob
diff --git a/packages/hal/hal-info_20080313.bb
b/packages/hal/hal-info_20080313.bb
new file mode 100644
(file)
index 0000000..
635fd0a
--- /dev/null
+++ b/
packages/hal/hal-info_20080313.bb
@@ -0,0
+1,20
@@
+DESCRIPTION = "Hardware Abstraction Layer device information"
+HOMEPAGE = "http://hal.freedesktop.org/"
+SECTION = "unknown"
+LICENSE = "GPL AFL"
+
+SRC_URI = "http://hal.freedesktop.org/releases/${PN}-${PV}.tar.gz"
+S = "${WORKDIR}/${PN}-${PV}"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-recall --disable-video"
+
+do_configure() {
+ gnu-configize
+ libtoolize --force
+ oe_runconf
+}
+
+PACKAGE_ARCH = "all"
+FILES_${PN} += "${datadir}/hal/"