perl: Mangle one of the test results in the config.sh's when creating the uclibc...
authorChris Larson <clarson@kergoth.com>
Wed, 9 Mar 2005 21:15:17 +0000 (21:15 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 9 Mar 2005 21:15:17 +0000 (21:15 +0000)
BKrev: 422f6765QMKD4YhjXIim0CJVf7y-zg

packages/perl/perl.inc
packages/perl/perl_5.8.4.bb

index 59e7ee2..69cbdd4 100644 (file)
@@ -28,7 +28,8 @@ do_configure() {
        for i in config.sh-*-linux; do
                a="`echo $i|sed -e 's,^config.sh-,,; s,-linux$,,'`"
                newfile="`echo $i|sed -e 's,-linux$,-linux-uclibc,g'`"
-               cat $i | sed -e "s,${a}-linux,${a}-linux-uclibc,g" > $newfile
+               cat $i | sed -e "s,${a}-linux,${a}-linux-uclibc,g; \
+                                s,d_sockatmark='define',d_sockatmark='undef',g;" > $newfile
        done
        sed -i -e 's,./install_me_here,${D},g' config.sh-${TARGET_ARCH}-${TARGET_OS}
        rm -f config
index e69de29..717872c 100644 (file)
@@ -0,0 +1,3 @@
+include perl.inc
+
+PR = "r1"