]> code.ossystems Code Review - openembedded-core.git/commitdiff
pointercal: sync with OE (no package changes)
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 25 Oct 2007 13:04:50 +0000 (13:04 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 25 Oct 2007 13:04:50 +0000 (13:04 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2968 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/pointercal/pointercal_0.0.bb

index badadc620205bb91b3825530bbfa665ca74e06d4..4fa8c1cc0eba2108f96ba3644a40dc2cbe8837f7 100644 (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}"
+