diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-15 02:54:00 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-15 02:54:00 +0000 |
commit | 41b6902de2cf37f395227e9211cc44df075ccdcb (patch) | |
tree | 8f4705f49689f1c37c80ca325947d6b2c93298c2 | |
parent | e40e4d6961e474c72b01372d76b5719a32f86992 (diff) |
Split gnu-config apart.
BKrev: 40a586485Gz_dDDhaBlDqNRGzGzQcQ
-rw-r--r-- | gnu-config/gnu-config-native.oe | 0 | ||||
-rw-r--r-- | gnu-config/gnu-config.oe | 9 |
2 files changed, 0 insertions, 9 deletions
diff --git a/gnu-config/gnu-config-native.oe b/gnu-config/gnu-config-native.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gnu-config/gnu-config-native.oe diff --git a/gnu-config/gnu-config.oe b/gnu-config/gnu-config.oe index 1935f9c0df..527742d027 100644 --- a/gnu-config/gnu-config.oe +++ b/gnu-config/gnu-config.oe @@ -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} |