summaryrefslogtreecommitdiff
path: root/sharp-binary-only
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-03 21:21:40 +0000
committerChris Larson <clarson@kergoth.com>2004-12-03 21:21:40 +0000
commit2a08b60aff9d9bc2f84ac0e6249f29b31f9b0bd7 (patch)
tree71623c38fe9adcacc8113e396d4173cee156bd0a /sharp-binary-only
parent83794ba00760024b581fca215962aa577d23b8d2 (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 'sharp-binary-only')
-rw-r--r--sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe6
-rw-r--r--sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe6
2 files changed, 2 insertions, 10 deletions
diff --git a/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe b/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe
index ef2bab794a..fd31c3b732 100644
--- a/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe
+++ b/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe
@@ -23,8 +23,4 @@ do_install() {
FILES_${PN} = "/"
-python () {
- mach = oe.data.getVar('MACHINE', d, 1)
- if mach:
- oe.data.setVar('PACKAGE_ARCH', oe.data.getVar('MACHINE_ARCH', d, 1), d)
-}
+PACKAGE_ARCH := "${MACHINE_ARCH}"
diff --git a/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe b/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe
index a56b6a440c..66bb84ac78 100644
--- a/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe
+++ b/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe
@@ -28,8 +28,4 @@ do_install() {
FILES_${PN} = "/"
-python () {
- mach = oe.data.getVar('MACHINE', d, 1)
- if mach:
- oe.data.setVar('PACKAGE_ARCH', oe.data.getVar('MACHINE_ARCH', d, 1), d)
-}
+PACKAGE_ARCH := "${MACHINE_ARCH}"