summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Frydrych <tf@openedhand.com>2006-12-15 13:59:58 +0000
committerTomas Frydrych <tf@openedhand.com>2006-12-15 13:59:58 +0000
commit8b1ea72b569ed2a46db13c141a2720d7a5f3410d (patch)
tree0aa52f584e08444a15847096891e13e0bfc41818
parent6b52f40b6fffc90e689db9e52be53c69bba37d9c (diff)
downloadpoky-8b1ea72b569ed2a46db13c141a2720d7a5f3410d.tar.gz
update to 0.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1042 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/exmap-console/exmap-console.bb33
-rw-r--r--meta/packages/exmap-console/exmap-console.inc31
2 files changed, 33 insertions, 31 deletions
diff --git a/meta/packages/exmap-console/exmap-console.bb b/meta/packages/exmap-console/exmap-console.bb
index c01c13245b..9c6d62adb7 100644
--- a/meta/packages/exmap-console/exmap-console.bb
+++ b/meta/packages/exmap-console/exmap-console.bb
@@ -1,33 +1,4 @@
1DESCRIPTION = "console-based exmap"
2HOMEPAGE = "http://www.o-hand.com"
3SECTION = "devel"
4LICENSE = "GPL"
5PR = "r6"
6PV = "0.1"
7 1
8SRCDATE="20061111" 2PV="0.3.1"
9 3
10SRC_URI = \ 4require exmap-console.inc \ No newline at end of file
11 "svn://svn.o-hand.com/repos/misc/trunk;module=exmap-console;proto=http"
12
13inherit module-base
14inherit autotools
15
16S = "${WORKDIR}/exmap-console"
17
18export MODULE_PATH="${D}${base_libdir}/modules/${KERNEL_VERSION}"
19
20do_compile() {
21 cd ${S}/src
22 make
23
24 cd ${S}/kernel
25 unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
26 oe_runmake KERNEL_PATH=${STAGING_KERNEL_DIR} \
27 KERNEL_SRC=${STAGING_KERNEL_DIR} \
28 KERNEL_VERSION=${KERNEL_VERSION} \
29 CC="${KERNEL_CC}" LD="${KERNEL_LD}" \
30 ${MAKE_TARGETS}
31}
32
33FILES_${PN}="${sbindir} ${base_libdir}"
diff --git a/meta/packages/exmap-console/exmap-console.inc b/meta/packages/exmap-console/exmap-console.inc
new file mode 100644
index 0000000000..37f2268588
--- /dev/null
+++ b/meta/packages/exmap-console/exmap-console.inc
@@ -0,0 +1,31 @@
1DESCRIPTION = "console-based exmap"
2HOMEPAGE = "http://www.o-hand.com"
3SECTION = "devel"
4LICENSE = "GPL"
5
6SRCDATE="20061111"
7
8SRC_URI = \
9 "http://projects.o-hand.com/sources/exmap-console/exmap-console-${PV}.tgz"
10
11inherit module-base
12inherit autotools
13
14S = "${WORKDIR}/exmap-console-${PV}"
15
16export MODULE_PATH="${D}${base_libdir}/modules/${KERNEL_VERSION}"
17
18do_compile() {
19 cd ${S}/src
20 make
21
22 cd ${S}/kernel
23 unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
24 oe_runmake KERNEL_PATH=${STAGING_KERNEL_DIR} \
25 KERNEL_SRC=${STAGING_KERNEL_DIR} \
26 KERNEL_VERSION=${KERNEL_VERSION} \
27 CC="${KERNEL_CC}" LD="${KERNEL_LD}" \
28 ${MAKE_TARGETS}
29}
30
31FILES_${PN}="${sbindir} ${base_libdir}"