1 DESCRIPTION
= "Touchscreen calibration data"
6 SRC_URI
= "file://pointercal"
10 # Only install file
if it has a contents
11 if [ -s $
{S
}/pointercal
]; then
12 install
-d $
{D
}$
{sysconfdir
}/
13 install
-m
0644 $
{S
}/pointercal $
{D
}$
{sysconfdir
}/
17 ALLOW_EMPTY_$
{PN
} = "1"
18 PACKAGE_ARCH
= "${MACHINE_ARCH}"