* fix ${S}
* set PACKAGE_ARCH to "all"
* move to openmoko-tools. one less directory.
PV = "0.0+svnr${SRCREV}"
PE = "1"
+PR = "r1"
SRC_URI = "svn://svn.openmoko.org/trunk/src/host;module=toolchain-scripts;proto=http"
S = "${WORKDIR}/toolchain-scripts"
-FILES_${PN} = "/bin /scripts /* \
-"
-
do_install () {
- install -d ${D}/doc
- cp -dr ${S}/* ${D}
- find ${D} -name ".svn" | xargs rm -rf
- rm -r ${D}/patches
- cd ${D} ; mv COPYING COPYING.MIT LICENSE README doc ; mv setup-env bin
+ install -d ${D}/${prefix}
+ cp -dr ${S}/* ${D}/${prefix}
+ find ${D} -name ".svn" | xargs rm -rf
+ rm -rf ${D}/${prefix}/patches
}
+
+PACKAGE_ARCH = "all"
+
+FILES_${PN} = "/*"
+
+inherit sdk