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 /iputils/iputils_20020927.oe | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'iputils/iputils_20020927.oe')
-rw-r--r-- | iputils/iputils_20020927.oe | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/iputils/iputils_20020927.oe b/iputils/iputils_20020927.oe index ffbbd24aec..da5975a388 100644 --- a/iputils/iputils_20020927.oe +++ b/iputils/iputils_20020927.oe @@ -2,18 +2,18 @@ DEPENDS = "virtual/libc docbook-utils-native" RDEPENDS = "libc6" DESCRIPTION = "Utilities for the IP protocol." -SRC_URI = http://www.tux.org/pub/people/alexey-kuznetsov/ip-routing/iputils-ss020927.tar.gz -S = "${WORKDIR}/${PN}" +SRC_URI = "http://www.tux.org/pub/people/alexey-kuznetsov/ip-routing/iputils-ss020927.tar.gz" +S = "${WORKDIR}/iputils" EXTRA_OEMAKE = do_compile () { oe_runmake 'CC=${CC}' \ - KERNEL_INCLUDE="${STAGING_DIR}/target/include" \ - LIBC_INCLUDE="${STAGING_DIR}/target/include" + KERNEL_INCLUDE="${STAGING_INCDIR}" \ + LIBC_INCLUDE="${STAGING_INCDIR}" oe_runmake -C doc 'CC=${CC}' \ - KERNEL_INCLUDE="${STAGING_DIR}/target/include" \ - LIBC_INCLUDE="${STAGING_DIR}/target/include" + KERNEL_INCLUDE="${STAGING_INCDIR}" \ + LIBC_INCLUDE="${STAGING_INCDIR}" } do_install () { |