summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2005-11-25 16:11:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-25 16:11:46 +0000
commite95e5c53b37690efacf380f26a76e8749d55ab6e (patch)
tree7424b5b294987fc90b4b7eb3daa594fa44009ab8 /packages
parentec5d818fc28befe7bd53cc77236eaf98b3f1bd0f (diff)
parentfe3eab8f4b97b657330f493a774096ed44ad7866 (diff)
merge of c556b666e701d000fdce92e12dd4e6d8dd6dadac
and dac65a99f38ac6da3e7c8ece44938ffd7aad88c4
Diffstat (limited to 'packages')
-rw-r--r--packages/cdstatus/cdstatus-0.96.05.bb4
-rw-r--r--packages/ixp4xx/ixp4xx-csr_2.1.bb28
2 files changed, 15 insertions, 17 deletions
diff --git a/packages/cdstatus/cdstatus-0.96.05.bb b/packages/cdstatus/cdstatus-0.96.05.bb
index 1ae728f836..a2b3a0484a 100644
--- a/packages/cdstatus/cdstatus-0.96.05.bb
+++ b/packages/cdstatus/cdstatus-0.96.05.bb
@@ -1,6 +1,6 @@
# cdstatus OE build file
-PR="r0"
+PR="r1"
LICENSE="GPL"
HOMEPAGE = "http://cdstatus.sourceforge.net/"
FILES_${PN} += ${datadir}/cdstatus.cfg
@@ -12,8 +12,6 @@ S="${WORKDIR}/cdstatus-0.96.05"
inherit autotools
-TARGET_LDFLAGS=""
-
do_install() {
install -d 0755 ${D}/${bindir}
install -d 0755 ${D}/${datadir}
diff --git a/packages/ixp4xx/ixp4xx-csr_2.1.bb b/packages/ixp4xx/ixp4xx-csr_2.1.bb
index a00fbae3df..27e14a8f99 100644
--- a/packages/ixp4xx/ixp4xx-csr_2.1.bb
+++ b/packages/ixp4xx/ixp4xx-csr_2.1.bb
@@ -89,20 +89,20 @@ do_stage () {
# Since Module.symvers in the kernel staging directory doesn't include
# the symbols from ixp400.o we need to add them to another file for
# the ixp400-eth build
- rm -f '${STAGING_KERNEL_DIR}/ixp400-csr.symvers'
- . '${KCONFIG_FILE}'
- if '${STAGING_KERNEL_DIR}/scripts/mod/modpost' \
- ${CONFIG_MODVERSIONS:+-m} \
- ${CONFIG_MODULE_SRCVERSION_ALL:+-a} \
- -i '${STAGING_KERNEL_DIR}/Module.symvers' \
- -o '${STAGING_KERNEL_DIR}/ixp400-csr.symvers' \
- ${MAKE_TARGETS} >&2 | egrep .
- then
- echo "MODPOST errors - see above"
- return 1
- else
- return 0
- fi
+# rm -f '${STAGING_KERNEL_DIR}/ixp400-csr.symvers'
+# . '${KCONFIG_FILE}'
+# if '${STAGING_KERNEL_DIR}/scripts/mod/modpost' \
+# ${CONFIG_MODVERSIONS:+-m} \
+# ${CONFIG_MODULE_SRCVERSION_ALL:+-a} \
+# -i '${STAGING_KERNEL_DIR}/Module.symvers' \
+# -o '${STAGING_KERNEL_DIR}/ixp400-csr.symvers' \
+# ${MAKE_TARGETS} >&2 | egrep .
+# then
+# echo "MODPOST errors - see above"
+# return 1
+# else
+# return 0
+# fi
}
PACKAGES = "${PN}"