diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-08 23:11:50 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-08 23:11:50 +0000 |
commit | 9abf236c6b16dadf3e94329315b4b6d8eb6b8612 (patch) | |
tree | 808aee80283dd30c3d3cd2a61d1a420fd7e3ed7f | |
parent | 63c72c8ff2d1ea6b7bbe3f5525ea9b30f064c8a9 (diff) |
Merge openembedded@openembedded.bkbits.net:packages-devel
into handhelds.org:/home/kergoth/code/packages
2004/11/08 10:12:18-08:00 treke.net!ggilbert
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into olddog.home.treke.net:/home/ggilbert/oe/packages
2004/11/08 10:12:03-08:00 treke.net!ggilbert
sharp-aticore-oss_1.0.1.oe:
An oe for Sash's "open source" aticore implementation. Unsure of license
oe.conf:
oe.conf: Adding ${AS} for sharp-aticore-oss
BKrev: 418ffd36GO602vuBiQ6e0hIiGI5iJA
-rw-r--r-- | conf/oe.conf | 1 | ||||
-rw-r--r-- | sharp-binary-only/sharp-aticore-oss_1.0.1.oe | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/conf/oe.conf b/conf/oe.conf index d2d764d718..3fc186e377 100644 --- a/conf/oe.conf +++ b/conf/oe.conf @@ -192,6 +192,7 @@ export CPP = "${HOST_PREFIX}gcc -E" export LD = "${HOST_PREFIX}ld" export CCLD = "${HOST_PREFIX}gcc" export AR = "${HOST_PREFIX}ar" +export AS = "${HOST_PREFIX}as" export RANLIB = "${HOST_PREFIX}ranlib" export STRIP = "${HOST_PREFIX}strip" diff --git a/sharp-binary-only/sharp-aticore-oss_1.0.1.oe b/sharp-binary-only/sharp-aticore-oss_1.0.1.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/sharp-binary-only/sharp-aticore-oss_1.0.1.oe |