aboutsummaryrefslogtreecommitdiffstats
path: root/sharp-binary-only
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /sharp-binary-only
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
downloadopenembedded-f249735ad71fd5f13bfd295c55e1e0d596a1dbff.tar.gz
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'sharp-binary-only')
-rw-r--r--sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe7
-rw-r--r--sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe7
2 files changed, 6 insertions, 8 deletions
diff --git a/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe b/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe
index a40dbbf545..dcc1d6b54a 100644
--- a/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe
+++ b/sharp-binary-only/sharp-camera-support_2.4.18-rmk7-pxa3-embedix.oe
@@ -1,8 +1,8 @@
-DESCRIPTION = "Driver for the SHARP CG-AG06 digital compact flash camera for linux 2.4.18-rmk7-pxa3-embedix"
+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
+SRC_URI = "file://${FILESDIR}/sharp-camera-2.4.18.tar.gz"
S = "${WORKDIR}/sharp-camera"
do_install() {
@@ -10,5 +10,4 @@ do_install() {
cp -a * ${D}/
}
-FILES_${PN}=/
-
+FILES_${PN} = "/"
diff --git a/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe b/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe
index 7c76ff6636..03bf118fbd 100644
--- a/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe
+++ b/sharp-binary-only/sharp-sdmmc-support_2.4.18-rmk7-pxa3-embedix.oe
@@ -1,8 +1,8 @@
-DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux 2.4.18-rmk7-pxa3-embedix"
+DESCRIPTION = "Driver for the SHARP Zaurus SD/MMC Slot for linux ${PV}"
SECTION = "base"
PRIORITY = "optional"
-SRC_URI = file://${FILESDIR}/sharp-sdmmc-2.4.18.tar.gz
+SRC_URI = "file://${FILESDIR}/sharp-sdmmc-2.4.18.tar.gz"
S = "${WORKDIR}/sharp-sdmmc"
do_install() {
@@ -11,5 +11,4 @@ do_install() {
install -m 0755 modules/${MACHINE}.o ${D}/lib/modules/2.4.18-rmk7-pxa3-embedix/kernel/drivers/block/
}
-FILES_${PN}=/
-
+FILES_${PN} = "/"