summaryrefslogtreecommitdiff
path: root/packages/nonworking/pixdev
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-02-28 11:57:08 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-02-28 11:57:08 +0000
commit5243c2f3c13973340c4175f22697f0a90f42b33c (patch)
tree7cd680516e5cf7bdef3a4e3d7a25b4a1a65d6524 /packages/nonworking/pixdev
parentc72f258e5eac11c9bb5acf7e66e22d06cfe04628 (diff)
nonworking: Attempt to fix up various random broken staging references whilst in the area
Diffstat (limited to 'packages/nonworking/pixdev')
-rw-r--r--packages/nonworking/pixdev/pixdev-stable_0.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/nonworking/pixdev/pixdev-stable_0.1.bb b/packages/nonworking/pixdev/pixdev-stable_0.1.bb
index 9542c668b9..78a658d7e7 100644
--- a/packages/nonworking/pixdev/pixdev-stable_0.1.bb
+++ b/packages/nonworking/pixdev/pixdev-stable_0.1.bb
@@ -17,7 +17,7 @@ do_compile() {
if [ -z "$CONFIG" ]; then CONFIG=defconfig; fi
oe_runmake $CONFIG
- oe_runmake MWDIR=${STAGING_DIR}/target/ "TARGET_CROSS=${TARGET_PREFIX}" all
+ oe_runmake MWDIR=${STAGING_DIR_TARGET} "TARGET_CROSS=${TARGET_PREFIX}" all
}
do_install() {