openmoko-common2: taken from OE - used by openmoko-session2

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2574 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-08-28 10:43:37 +00:00
parent e711040c40
commit 81d71aa67b
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
DESCRIPTION = "Common files for the OpenMoko distribution"
SECTION = "openmoko/base"
PV = "0.0+svn${SRCDATE}"
PR = "r3"
inherit openmoko2
SRC_URI = "${OPENMOKO_MIRROR}/src/target/${OPENMOKO_RELEASE}/artwork;module=pixmaps;proto=http"
S = "${WORKDIR}"
dirs = "pixmaps"
do_install() {
find ${WORKDIR} -name ".svn" | xargs rm -rf
install -d ${D}${datadir}
for i in ${dirs}; do
cp -fpPR ${S}/$i ${D}${datadir}
done
}
PACKAGE_ARCH = "all"
FILES_${PN} = "${datadir}"