midpath: cosmetic buildfixes
authorHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 22 Nov 2007 20:59:39 +0000 (20:59 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Thu, 22 Nov 2007 20:59:39 +0000 (20:59 +0000)
* remove unnecessary build directory in a couple of .bb
* no need to bump the PR

packages/midpath/midpath-alsa_0.1.bb
packages/midpath/midpath-cldc-sdl_0.1.bb
packages/midpath/midpath-cldc-x11_0.1.bb
packages/midpath/midpath-gtk_0.1.bb
packages/midpath/midpath-qt3x11_0.1.bb
packages/midpath/midpath-qte_0.1.bb

index 940a1ea..6d58040 100644 (file)
@@ -13,10 +13,6 @@ do_configure() {
 
 do_compile() {
 
-mkdir -p ${S}/dist
-
-# Build native code
-
 # Build the ALSA native part
 cd ${S}/native/alsa
 make || exit 1
index d00cbfc..65850e2 100644 (file)
@@ -13,8 +13,6 @@ do_configure() {
 
 do_compile() {
 
-mkdir -p ${S}/dist
-
 # Build SDLJava for CLDC
 cd ${S}/external/sdljava-cldc
 make JAVAC=${JAVAC_CMD} JAVAC_FLAGS="-bootclasspath ${CLDC_PATH}:${GNU_CLASSPATH_PATH} -sourcepath ${S}/external/sdljava-cldc -source 1.3 -target 1.1" || exit 1
index 30ca378..9db0c4a 100644 (file)
@@ -12,8 +12,6 @@ do_configure() {
 
 do_compile() {
 
-mkdir -p ${S}/dist
-
 # Build Escher X11 library
 cd ${S}/external/escher-cldc/core
 make JAVAC=${JAVAC_CMD} JAVAC_FLAGS="-bootclasspath ${CLDC_PATH} -sourcepath ${S}/external/escher-cldc/core -source 1.3 -target 1.1" || exit 1
index 680b4e2..7bf5570 100644 (file)
@@ -15,8 +15,6 @@ do_configure() {
 
 do_compile() {
 
-mkdir -p ${S}/dist
-
 # Build the GTK native part
 cd ${S}/native/gtk
 make || exit 1
index 1d44706..1d24012 100644 (file)
@@ -20,8 +20,6 @@ do_configure() {
 
 do_compile() {
 
-mkdir -p ${S}/dist
-
 # Build the QT native part
 cd ${S}/native/qt
 make || exit 1
index e37825b..39b9264 100644 (file)
@@ -18,8 +18,6 @@ do_configure() {
 
 do_compile() {
 
-mkdir -p ${S}/dist
-
 # Build the QT native part
 cd ${S}/native/qt
 make || exit 1