[oe-commits] org.oe.dev midpath: cosmetic buildfixes

woglinde2 commit openembedded-commits at lists.openembedded.org
Thu Nov 22 21:28:40 UTC 2007


midpath: cosmetic buildfixes
* remove unnecessary build directory in a couple of .bb
* no need to bump the PR

Author: woglinde2 at openembedded.org
Branch: org.openembedded.dev
Revision: 04790f0b57b9cf0c14c6651da7e946196c4f0d78
ViewMTN: http://monotone.openembedded.org/revision/info/04790f0b57b9cf0c14c6651da7e946196c4f0d78
Files:
1
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
Diffs:

#
# mt diff -r99c0b421ee96abcd10335b89c7533b9d4ce04884 -r04790f0b57b9cf0c14c6651da7e946196c4f0d78
#
# 
# 
# patch "packages/midpath/midpath-alsa_0.1.bb"
#  from [3b9cd6ad01860aa9c6ef173017b41052d720e9ad]
#    to [cdb38b276ca1e010fded8299464b1143a8079b57]
# 
# patch "packages/midpath/midpath-cldc-sdl_0.1.bb"
#  from [d4c391082d12422464fa05d027053d80e72073de]
#    to [cdc0198274025dc4aace2193322876e10d72c7aa]
# 
# patch "packages/midpath/midpath-cldc-x11_0.1.bb"
#  from [32a005bc8c128bb381ac3e795e9efea897db125f]
#    to [fa9d3d7fe3f54287c26f6d9e57241640e7edf920]
# 
# patch "packages/midpath/midpath-gtk_0.1.bb"
#  from [aa5d09aafbc3d8a7fd37a4629dc7e86da0bcf8b4]
#    to [9aa618d4539e50f9f8af91c6c6eeacbfc5f131d8]
# 
# patch "packages/midpath/midpath-qt3x11_0.1.bb"
#  from [3f1384df13f5a0dbd7cea235b83e4fcb840c0c85]
#    to [9d7c04b2e318f9703bdd2dce4606d9c8d8c2cbf8]
# 
# patch "packages/midpath/midpath-qte_0.1.bb"
#  from [31c329b1caef113ff5b380787e4960b5a61d8049]
#    to [549d071305ff33976fb3b295f8abd83641872134]
# 
============================================================
--- packages/midpath/midpath-alsa_0.1.bb	3b9cd6ad01860aa9c6ef173017b41052d720e9ad
+++ packages/midpath/midpath-alsa_0.1.bb	cdb38b276ca1e010fded8299464b1143a8079b57
@@ -13,10 +13,6 @@ do_compile() {
 
 do_compile() {
 
-mkdir -p ${S}/dist
-
-# Build native code
-
 # Build the ALSA native part
 cd ${S}/native/alsa
 make || exit 1
============================================================
--- packages/midpath/midpath-cldc-sdl_0.1.bb	d4c391082d12422464fa05d027053d80e72073de
+++ packages/midpath/midpath-cldc-sdl_0.1.bb	cdc0198274025dc4aace2193322876e10d72c7aa
@@ -13,8 +13,6 @@ do_compile() {
 
 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
============================================================
--- packages/midpath/midpath-cldc-x11_0.1.bb	32a005bc8c128bb381ac3e795e9efea897db125f
+++ packages/midpath/midpath-cldc-x11_0.1.bb	fa9d3d7fe3f54287c26f6d9e57241640e7edf920
@@ -12,8 +12,6 @@ do_compile() {
 
 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
============================================================
--- packages/midpath/midpath-gtk_0.1.bb	aa5d09aafbc3d8a7fd37a4629dc7e86da0bcf8b4
+++ packages/midpath/midpath-gtk_0.1.bb	9aa618d4539e50f9f8af91c6c6eeacbfc5f131d8
@@ -15,8 +15,6 @@ do_compile() {
 
 do_compile() {
 
-mkdir -p ${S}/dist
-
 # Build the GTK native part
 cd ${S}/native/gtk
 make || exit 1
============================================================
--- packages/midpath/midpath-qt3x11_0.1.bb	3f1384df13f5a0dbd7cea235b83e4fcb840c0c85
+++ packages/midpath/midpath-qt3x11_0.1.bb	9d7c04b2e318f9703bdd2dce4606d9c8d8c2cbf8
@@ -20,8 +20,6 @@ do_compile() {
 
 do_compile() {
 
-mkdir -p ${S}/dist
-
 # Build the QT native part
 cd ${S}/native/qt
 make || exit 1
============================================================
--- packages/midpath/midpath-qte_0.1.bb	31c329b1caef113ff5b380787e4960b5a61d8049
+++ packages/midpath/midpath-qte_0.1.bb	549d071305ff33976fb3b295f8abd83641872134
@@ -18,8 +18,6 @@ do_compile() {
 
 do_compile() {
 
-mkdir -p ${S}/dist
-
 # Build the QT native part
 cd ${S}/native/qt
 make || exit 1






More information about the Openembedded-commits mailing list