summaryrefslogtreecommitdiff
path: root/packages/nonworking/pixdev
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:13:53 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:13:53 +0000
commitf907777709b20d8d73e3587026296a6616262229 (patch)
treee1c24ca4ed3fa4fe4a7d3d8878ef9575cc8fc603 /packages/nonworking/pixdev
parentad4e12fab01540a845d060daa76bd0d87b78126f (diff)
remove extra whitespace at end-of-line in about 900 bb files.
Diffstat (limited to 'packages/nonworking/pixdev')
-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
}