summaryrefslogtreecommitdiff
path: root/packages/nonworking/pixdev/pixdev-stable_0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/nonworking/pixdev/pixdev-stable_0.1.bb')
-rw-r--r--packages/nonworking/pixdev/pixdev-stable_0.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/nonworking/pixdev/pixdev-stable_0.1.bb b/packages/nonworking/pixdev/pixdev-stable_0.1.bb
index f182036cb8..4c7eccf659 100644
--- a/packages/nonworking/pixdev/pixdev-stable_0.1.bb
+++ b/packages/nonworking/pixdev/pixdev-stable_0.1.bb
@@ -16,13 +16,13 @@ do_compile() {
if [ -z "$CONFIG" ]; then CONFIG=defconfig; fi
- oe_runmake $CONFIG
+ oe_runmake $CONFIG
oe_runmake MWDIR=${STAGING_DIR}/target/ "TARGET_CROSS=${TARGET_PREFIX}" all
}
do_install() {
install -d ${D}/${prefix}/pixil
-
+
oe_runmake "TARGET_CROSS=${TARGET_PREFIX}" INSTALL_DIR=${D}/${prefix}/pixil \
DEST_DIR=/${prefix}/pixil install
}