1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

pointercal: sync with OE (no package changes)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2968 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-10-25 13:04:50 +00:00
parent fd9b783a83
commit 5b83a5d78d
+5 -4
View File
@@ -1,13 +1,10 @@
DESCRIPTION = "Touchscreen calibration data"
SECTION = "base"
PR = "r2"
PR = "r4"
SRC_URI = "file://pointercal"
S = "${WORKDIR}"
ALLOW_EMPTY_${PN} = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
do_install() {
# Only install file if it has a contents
if [ -s ${S}/pointercal ]; then
@@ -15,3 +12,7 @@ do_install() {
install -m 0644 ${S}/pointercal ${D}${sysconfdir}/
fi
}
ALLOW_EMPTY_${PN} = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"