[oe-commits] Holger Hans Peter Freyther : [hal] Create hal-info. inc and share it with the releases

GIT User account git at amethyst.openembedded.net
Wed Oct 15 21:13:50 UTC 2008


Module: openembedded.dev.git
Branch: holger/hash-style
Commit: b0252872d7f9fbb0d9d735713a467643405fb4c5
URL:    http://gitweb.openembedded.net/?p=openembedded.dev.git&a=commit;h=b0252872d7f9fbb0d9d735713a467643405fb4c5

Author: Holger Hans Peter Freyther <zecke at openmoko.org>
Date:   Thu Aug 28 19:20:09 2008 +0200

[hal] Create hal-info.inc and share it with the releases

---

 packages/hal/hal-info.inc         |   20 ++++++++++++++++++++
 packages/hal/hal-info_20070618.bb |   21 +--------------------
 packages/hal/hal-info_20080313.bb |   21 +--------------------
 3 files changed, 22 insertions(+), 40 deletions(-)

diff --git a/packages/hal/hal-info.inc b/packages/hal/hal-info.inc
new file mode 100644
index 0000000..635fd0a
--- /dev/null
+++ b/packages/hal/hal-info.inc
@@ -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/"
diff --git a/packages/hal/hal-info_20070618.bb b/packages/hal/hal-info_20070618.bb
index 690dbe6..e6d50e3 100644
--- a/packages/hal/hal-info_20070618.bb
+++ b/packages/hal/hal-info_20070618.bb
@@ -1,20 +1 @@
-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/"
+require hal-info.inc
diff --git a/packages/hal/hal-info_20080313.bb b/packages/hal/hal-info_20080313.bb
index 635fd0a..e6d50e3 100644
--- a/packages/hal/hal-info_20080313.bb
+++ b/packages/hal/hal-info_20080313.bb
@@ -1,20 +1 @@
-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/"
+require hal-info.inc





More information about the Openembedded-commits mailing list