Split gnu-config apart.
authorChris Larson <clarson@kergoth.com>
Sat, 15 May 2004 02:54:00 +0000 (02:54 +0000)
committerChris Larson <clarson@kergoth.com>
Sat, 15 May 2004 02:54:00 +0000 (02:54 +0000)
BKrev: 40a586485Gz_dDDhaBlDqNRGzGzQcQ

gnu-config/gnu-config-native.oe [new file with mode: 0644]
gnu-config/gnu-config.oe

diff --git a/gnu-config/gnu-config-native.oe b/gnu-config/gnu-config-native.oe
new file mode 100644 (file)
index 0000000..e69de29
index 1935f9c..527742d 100644 (file)
@@ -13,15 +13,6 @@ PACKAGES = "${PN}"
 FILES_${PN} = "${bindir} \
               ${datadir}/gnu-config"
 
-do_stage () {
-       install -d ${STAGING_DIR}/${BUILD_SYS}/share/gnu-config
-       cat ${WORKDIR}/gnu-configize.in | \
-               sed -e 's,@gnu-configdir@,${STAGING_DIR}/${BUILD_SYS}/share/gnu-config,; \
-                       s,@autom4te_perllibdir@,${STAGING_DIR}/${BUILD_SYS}/share/autoconf,;' > ${STAGING_BINDIR}/gnu-configize
-       chmod 755 ${STAGING_BINDIR}/gnu-configize
-       install -m 0644 config.guess config.sub ${STAGING_DIR}/${BUILD_SYS}/share/gnu-config/
-}
-
 do_install () {
        install -d ${D}/${datadir}/gnu-config \
                   ${D}/${bindir}