diff options
Diffstat (limited to 'packages/automake/automake-native_1.8.4.bb')
-rw-r--r-- | packages/automake/automake-native_1.8.4.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/automake/automake-native_1.8.4.bb b/packages/automake/automake-native_1.8.4.bb deleted file mode 100644 index 9a8b1726a8..0000000000 --- a/packages/automake/automake-native_1.8.4.bb +++ /dev/null @@ -1,18 +0,0 @@ -SECTION = "devel" -require automake_${PV}.bb -S = "${WORKDIR}/automake-${PV}" -DEPENDS = "autoconf-native" -RDEPENDS_${PN} = "autoconf-native perl-native-runtime" - -inherit native - -do_stage () { - oe_runmake install - install -d ${datadir} - if [ ! -e ${datadir}/aclocal ]; then - ln -sf aclocal-1.8 ${datadir}/aclocal - fi - if [ ! -e ${datadir}/automake ]; then - ln -sf automake-1.8 ${datadir}/automake - fi -} |