diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-03 21:21:40 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-03 21:21:40 +0000 |
commit | 2a08b60aff9d9bc2f84ac0e6249f29b31f9b0bd7 (patch) | |
tree | 71623c38fe9adcacc8113e396d4173cee156bd0a /mplayer | |
parent | 83794ba00760024b581fca215962aa577d23b8d2 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages
into odin.sc.ti.com:/home/kergoth/code/packages
2004/12/03 15:21:29-06:00 ti.com!kergoth
Update the PACKAGE_ARCH bits to suck a bit less.
BKrev: 41b0d8e4rsL0NS7oeNg9h5Mf9Y9g4A
Diffstat (limited to 'mplayer')
-rw-r--r-- | mplayer/mplayer_1.0pre3try2.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mplayer/mplayer_1.0pre3try2.oe b/mplayer/mplayer_1.0pre3try2.oe index 3d43658fbc..009d258dcf 100644 --- a/mplayer/mplayer_1.0pre3try2.oe +++ b/mplayer/mplayer_1.0pre3try2.oe @@ -14,9 +14,9 @@ DEPENDS_corgi += "sharp-aticore" DEPENDS_shepherd += "sharp-aticore" DEPENDS_husky += "sharp-aticore" -PACKAGE_ARCH_corgi = "${MACHINE}" -PACKAGE_ARCH_shepherd = "${MACHINE}" -PACKAGE_ARCH_husky = "${MACHINE}" +PACKAGE_ARCH_corgi := "${MACHINE_ARCH}" +PACKAGE_ARCH_shepherd := "${MACHINE_ARCH}" +PACKAGE_ARCH_husky := "${MACHINE_ARCH}" SRC_URI_append_corgi = "file://mplayer-w100_1.0pre3.1.modified.diff;patch=1 \ file://Makefile-vidix.patch;patch=0 " |