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 /zziplib | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'zziplib')
-rw-r--r-- | zziplib/zziplib_0.10.82.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zziplib/zziplib_0.10.82.oe b/zziplib/zziplib_0.10.82.oe index 47269995d3..616647e29f 100644 --- a/zziplib/zziplib_0.10.82.oe +++ b/zziplib/zziplib_0.10.82.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" RDEPENDS = "libc6" DEPENDS = "virtual/libc" -SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.bz2 +SRC_URI = "${SOURCEFORGE_MIRROR}/zziplib/zziplib-${PV}.tar.bz2" inherit autotools libtool pkgconfig @@ -14,11 +14,11 @@ do_stage() { oe_soinstall zzipwrap/.libs/libzzipwrap-0.so.10.0.82 ${STAGING_LIBDIR} ln -sf libzzipwrap-0.so.10.0.82 ${STAGING_LIBDIR}/libzzipwrap.so - install -d ${STAGING_DIR}/target/include/readline + install -d ${STAGING_INCDIR}/readline for f in readline.h chardefs.h keymaps.h history.h tilde.h rlstdc.h \ rlconf.h rltypedefs.h do - install -m 0644 ${f} ${STAGING_DIR}/target/include/readline + install -m 0644 ${f} ${STAGING_INCDIR}/readline done } |