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
1 changed files with 5 additions and 4 deletions

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}"