mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +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:
@@ -1,13 +1,10 @@
|
|||||||
DESCRIPTION = "Touchscreen calibration data"
|
DESCRIPTION = "Touchscreen calibration data"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
PR = "r2"
|
PR = "r4"
|
||||||
|
|
||||||
SRC_URI = "file://pointercal"
|
SRC_URI = "file://pointercal"
|
||||||
S = "${WORKDIR}"
|
S = "${WORKDIR}"
|
||||||
|
|
||||||
ALLOW_EMPTY_${PN} = "1"
|
|
||||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
# Only install file if it has a contents
|
# Only install file if it has a contents
|
||||||
if [ -s ${S}/pointercal ]; then
|
if [ -s ${S}/pointercal ]; then
|
||||||
@@ -15,3 +12,7 @@ do_install() {
|
|||||||
install -m 0644 ${S}/pointercal ${D}${sysconfdir}/
|
install -m 0644 ${S}/pointercal ${D}${sysconfdir}/
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ALLOW_EMPTY_${PN} = "1"
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user