blob: dcc1d6b54ae5ee6358753da2abf601ba69821d30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
DESCRIPTION = "Driver for the SHARP CG-AG06 digital compact flash camera for linux ${PV}"
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} = "/"
|