summaryrefslogtreecommitdiffstats
path: root/meta/packages/pointercal
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2007-10-25 13:04:50 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2007-10-25 13:04:50 +0000
commit5b83a5d78dbef88e07cec04a64c61cb989ae2a75 (patch)
treefb762eb39c5a4525e3327284056840fd8be7f182 /meta/packages/pointercal
parentfd9b783a83a0539a41c3347c5d7ed05aeae566c2 (diff)
downloadpoky-5b83a5d78dbef88e07cec04a64c61cb989ae2a75.tar.gz
pointercal: sync with OE (no package changes)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2968 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pointercal')
-rw-r--r--meta/packages/pointercal/pointercal_0.0.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/packages/pointercal/pointercal_0.0.bb b/meta/packages/pointercal/pointercal_0.0.bb
index badadc6202..4fa8c1cc0e 100644
--- a/meta/packages/pointercal/pointercal_0.0.bb
+++ b/meta/packages/pointercal/pointercal_0.0.bb
@@ -1,13 +1,10 @@
1DESCRIPTION = "Touchscreen calibration data" 1DESCRIPTION = "Touchscreen calibration data"
2SECTION = "base" 2SECTION = "base"
3PR = "r2" 3PR = "r4"
4 4
5SRC_URI = "file://pointercal" 5SRC_URI = "file://pointercal"
6S = "${WORKDIR}" 6S = "${WORKDIR}"
7 7
8ALLOW_EMPTY_${PN} = "1"
9PACKAGE_ARCH = "${MACHINE_ARCH}"
10
11do_install() { 8do_install() {
12 # Only install file if it has a contents 9 # Only install file if it has a contents
13 if [ -s ${S}/pointercal ]; then 10 if [ -s ${S}/pointercal ]; then
@@ -15,3 +12,7 @@ do_install() {
15 install -m 0644 ${S}/pointercal ${D}${sysconfdir}/ 12 install -m 0644 ${S}/pointercal ${D}${sysconfdir}/
16 fi 13 fi
17} 14}
15
16ALLOW_EMPTY_${PN} = "1"
17PACKAGE_ARCH = "${MACHINE_ARCH}"
18