Remove various sets of PN that existed to work around a parser bug that is now fixed.
authorChris Larson <clarson@kergoth.com>
Thu, 2 Oct 2003 19:38:31 +0000 (19:38 +0000)
committerChris Larson <clarson@kergoth.com>
Thu, 2 Oct 2003 19:38:31 +0000 (19:38 +0000)
BKrev: 3f7c7eb7RQmCNHUZNE23vEngtUAujQ

autoconf/autoconf-buildarch-2.57.oe
automake/automake-buildarch-1.7.7.oe
cross/cross-gcc-initial-3.3.1.oe
fakeroot/fakeroot-buildarch-0.7.5.oe
ipkg/ipkg-utils-buildarch-1.0_cvs.oe
mtd/mtd-buildarch.oe
uclibc/uclibc-initial-0.9.21.oe

index ce18061..4561058 100644 (file)
@@ -1,5 +1,4 @@
 include autoconf-${PV}.oe
-PN:='autoconf-buildarch'
 S = ${WORKDIR}/autoconf-${PV}
 
 inherit native
index b87e2e2..9da5160 100644 (file)
@@ -1,5 +1,4 @@
 include automake-${PV}.oe
-PN:='automake-buildarch'
 S = ${WORKDIR}/automake-${PV}
 
 inherit native
index e69de29..5ee0a8a 100644 (file)
@@ -0,0 +1,15 @@
+include cross-gcc-${PV}.oe
+
+EXTRA_OECONF = --oldincludedir=${prefix}/include --enable-shared \
+              --enable-languages=c \
+              --disable-shared \
+              --disable-threads
+
+do_configure_append () {
+       if (grep -q TARGET_LIBGCC2_CFLAGS ${tmake_file}); then
+               perl -pi -e 's/^(TARGET_LIBGCC2_CFLAGS.*)/$$1 -Dinhibit_libc -D__gthr_posix_h/' ${tmake_file}
+       else
+               echo 'TARGET_LIBGCC2_CFLAGS = -Dinhibit_libc -D__gthr_posix_h' >> ${tmake_file}
+       fi
+       echo 'T_CFLAGS = -Dinhibit_libc -D__gthr_posix_h' >> ${tmake_file}
+}
index e69de29..f9a9e39 100644 (file)
@@ -0,0 +1,3 @@
+inherit native
+include fakeroot-${PV}.oe
+S = ${WORKDIR}/fakeroot-${PV}
index e69de29..4843efa 100644 (file)
@@ -0,0 +1,10 @@
+inherit native
+include mtd.oe
+
+do_stage () {
+       for binary in ftl_format erase eraseall nanddump doc_loadbios \
+               mkfs.jffs ftl_check mkfs.jffs2 lock unlock einfo mtd_debug \
+               fcp nandwrite jffs2dump; do
+               install -m 0755 $binary ${STAGING_BINDIR}/
+       done
+}
index f188caa..fcc126a 100644 (file)
@@ -1,5 +1,4 @@
 include uclibc-${PV}.oe
-PN := ${PN}-initial
 
 DEPENDS :=
 PROVIDES := virtual/uclibc-headers