diff options
| author | Richard Purdie <richard@openedhand.com> | 2007-11-25 23:16:16 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2007-11-25 23:16:16 +0000 |
| commit | 37f80dd759356bbcda4a20f5e9fca6061014e4dd (patch) | |
| tree | d2837a04eb3defb1c3960bac1cc3441c9801cf11 | |
| parent | aa10825598730572f60da1a61b2d6bed87b3bb81 (diff) | |
| download | poky-37f80dd759356bbcda4a20f5e9fca6061014e4dd.tar.gz | |
exmap-console: Remove MYPV madness, makes my head hurt and breaks builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3235 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/packages/exmap-console/exmap-console.inc | 2 | ||||
| -rw-r--r-- | meta/packages/exmap-console/exmap-console_0.4.1.bb | 2 | ||||
| -rw-r--r-- | meta/packages/exmap-console/exmap-console_svn.bb | 4 |
3 files changed, 2 insertions, 6 deletions
diff --git a/meta/packages/exmap-console/exmap-console.inc b/meta/packages/exmap-console/exmap-console.inc index 6744aed49f..183e24cd21 100644 --- a/meta/packages/exmap-console/exmap-console.inc +++ b/meta/packages/exmap-console/exmap-console.inc | |||
| @@ -11,7 +11,6 @@ TEMPPACKAGE_ARCH := "${PACKAGE_ARCH}" | |||
| 11 | inherit module-base | 11 | inherit module-base |
| 12 | inherit autotools | 12 | inherit autotools |
| 13 | 13 | ||
| 14 | MYPV := "${PV}" | ||
| 15 | PACKAGE_ARCH = "${TEMPPACKAGE_ARCH}" | 14 | PACKAGE_ARCH = "${TEMPPACKAGE_ARCH}" |
| 16 | 15 | ||
| 17 | PACKAGES =+ "exmap-server kernel-module-exmap" | 16 | PACKAGES =+ "exmap-server kernel-module-exmap" |
| @@ -24,7 +23,6 @@ RDEPENDS_exmap-server += "kernel-module-exmap" | |||
| 24 | 23 | ||
| 25 | FILES_kernel-module-exmap = "${base_libdir}" | 24 | FILES_kernel-module-exmap = "${base_libdir}" |
| 26 | PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}" | 25 | PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}" |
| 27 | PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}" | ||
| 28 | RDEPENDS_kernel-module-exmap += "update-modules kernel-image-${KERNEL_VERSION}" | 26 | RDEPENDS_kernel-module-exmap += "update-modules kernel-image-${KERNEL_VERSION}" |
| 29 | 27 | ||
| 30 | S = "${WORKDIR}/exmap-console-${PV}" | 28 | S = "${WORKDIR}/exmap-console-${PV}" |
diff --git a/meta/packages/exmap-console/exmap-console_0.4.1.bb b/meta/packages/exmap-console/exmap-console_0.4.1.bb index 17703321e8..e1ddf7de1f 100644 --- a/meta/packages/exmap-console/exmap-console_0.4.1.bb +++ b/meta/packages/exmap-console/exmap-console_0.4.1.bb | |||
| @@ -1,3 +1,3 @@ | |||
| 1 | require exmap-console.inc | 1 | require exmap-console.inc |
| 2 | 2 | ||
| 3 | PR = "r4" | 3 | PR = "r5" |
diff --git a/meta/packages/exmap-console/exmap-console_svn.bb b/meta/packages/exmap-console/exmap-console_svn.bb index 3d809703a5..3a9c03144f 100644 --- a/meta/packages/exmap-console/exmap-console_svn.bb +++ b/meta/packages/exmap-console/exmap-console_svn.bb | |||
| @@ -1,10 +1,8 @@ | |||
| 1 | require exmap-console.inc | 1 | require exmap-console.inc |
| 2 | 2 | ||
| 3 | PV = "0.4+svnr${SRCREV}" | 3 | PV = "0.4+svnr${SRCREV}" |
| 4 | PR = "r1" | ||
| 4 | 5 | ||
| 5 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=exmap-console;proto=http" | 6 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=exmap-console;proto=http" |
| 6 | 7 | ||
| 7 | S = "${WORKDIR}/exmap-console" | 8 | S = "${WORKDIR}/exmap-console" |
| 8 | |||
| 9 | MYPV := "${PV}" | ||
| 10 | PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}" | ||
