diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /popt | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'popt')
-rw-r--r-- | popt/popt_1.7.oe | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/popt/popt_1.7.oe b/popt/popt_1.7.oe index abba11b484..5c321eb89e 100644 --- a/popt/popt_1.7.oe +++ b/popt/popt_1.7.oe @@ -3,15 +3,13 @@ RDEPENDS = "libc6" DESCRIPTION = "The popt library exists essentially \ for parsing command line options." -SRC_URI = ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \ - file://${FILESDIR}/m4.patch;patch=1 +SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \ + file://${FILESDIR}/m4.patch;patch=1" inherit autotools libtool do_stage () { - install -m 0755 .libs/libpopt.so.0.0.0 ${STAGING_LIBDIR}/ - ln -sf libpopt.so.0.0.0 ${STAGING_LIBDIR}/libpopt.so.0 - ln -sf libpopt.so.0.0.0 ${STAGING_LIBDIR}/libpopt.so + oe_soinstall .libs/libpopt.so.0.0.0 ${STAGING_LIBDIR}/ install -m 0644 .libs/libpopt.a ${STAGING_LIBDIR}/ install -m 0644 .libs/libpopt.lai ${STAGING_LIBDIR}/libpopt.la install -m 0644 popt.h ${STAGING_INCDIR}/ |