blob: a40dbbf5450402ef59fb5daa44b2da340af67bf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Driver for the SHARP CG-AG06 digital compact flash camera for linux 2.4.18-rmk7-pxa3-embedix"
SECTION = "base"
PRIORITY = "optional"
SRC_URI = file://${FILESDIR}/sharp-camera-2.4.18.tar.gz
S = "${WORKDIR}/sharp-camera"
do_install() {
install -d ${D}/
cp -a * ${D}/
}
FILES_${PN}=/
|