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 /libdes | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'libdes')
-rw-r--r-- | libdes/libdes_4.01.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libdes/libdes_4.01.oe b/libdes/libdes_4.01.oe index 8c57374ccd..84e427e90a 100644 --- a/libdes/libdes_4.01.oe +++ b/libdes/libdes_4.01.oe @@ -4,9 +4,9 @@ PRIORITY = "optional" RDEPENDS = "libc6" DEPENDS = "virtual/libc" -SRC_URI = http://www.agentpp.com/libdes-l-${PV}.tar.gz \ - file://${FILESDIR}/cross-compile.patch;patch=1 -S = "${WORKDIR}/${PN}" +SRC_URI = "http://www.agentpp.com/libdes-l-${PV}.tar.gz \ + file://${FILESDIR}/cross-compile.patch;patch=1" +S = "${WORKDIR}/libdes" do_compile() { oe_runmake libdes.a @@ -14,6 +14,6 @@ do_compile() { do_stage() { install -m 0755 libdes.a ${STAGING_LIBDIR}/ - install -m 0644 des.h ${STAGING_INCDIR}/ + install -m 0644 ${S}/des.h ${STAGING_INCDIR}/ } |