summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@yahoo.com>2005-11-29 08:20:29 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-29 08:20:29 +0000
commit67e02356abe26ec5c8fd4cf5b183a52f2631092e (patch)
treedbcc4f20939bf28491d5bb8ae59e9ec7037e3b2d /packages
parent462b2a2eb58960bd2ebb5d93fb77acbd1d06029f (diff)
cdstatus: added unneeded definition of TARGET_LDFLAGS in .bb file
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 f8b29f11f1..4b3482c838 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}"