diff options
author | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:09:02 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-11-26 23:09:02 +0000 |
commit | 0cec914363b83b07235fc2bf75346bd4b6e1e562 (patch) | |
tree | de18dde9ffb80376d40b4f0a2fc7560fcca41c84 /acpid/acpid_1.0.2.oe | |
parent | 2a6179483e8df707a76650a5b9ea9e49befa8659 (diff) |
Fixing remnant CROSS usage.
BKrev: 3fc5328e0dIUM-kS9AHuFvdnc6xS3g
Diffstat (limited to 'acpid/acpid_1.0.2.oe')
-rw-r--r-- | acpid/acpid_1.0.2.oe | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/acpid/acpid_1.0.2.oe b/acpid/acpid_1.0.2.oe index e69de29bb2..9e1274b8ce 100644 --- a/acpid/acpid_1.0.2.oe +++ b/acpid/acpid_1.0.2.oe @@ -0,0 +1,13 @@ +DEPENDS = virtual/libc + +SRC_URI := ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz +S := ${WORKDIR}/${P} + +EXTRA_OEMAKE= +do_compile () { + oe_runmake 'CC=${CC}' 'CROSS=${HOST_PREFIX}' +} + +do_install () { + oe_runmake 'INSTPREFIX=${D}' install +} |