diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-21 12:20:01 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-21 12:20:01 +0200 |
| commit | 9477e53e8a8ffde17b558ac436550687db4b86a0 (patch) | |
| tree | b0bd4875e1c219d63086f4c8295ee18fadca83a2 /meta-oe/recipes-graphics/xinput-calibrator | |
| parent | 199d08c1396c27afac526e39f0987c7f74082cb2 (diff) | |
| download | meta-openembedded-9477e53e8a8ffde17b558ac436550687db4b86a0.tar.gz | |
pointercal-xinput: don't allow empty packages
Now that it is a soft dependency for xinput-calibrator only generate packages for machines with actual calibration data
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xinput-calibrator')
| -rw-r--r-- | meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb index 10360f72f7..993a75dff1 100644 --- a/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb +++ b/meta-oe/recipes-graphics/xinput-calibrator/pointercal-xinput_0.0.bb | |||
| @@ -4,7 +4,8 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384 | |||
| 4 | 4 | ||
| 5 | SECTION = "base" | 5 | SECTION = "base" |
| 6 | 6 | ||
| 7 | PR = "r2" | 7 | PR = "r3" |
| 8 | |||
| 8 | SRC_URI = "file://pointercal.xinput" | 9 | SRC_URI = "file://pointercal.xinput" |
| 9 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}" |
| 10 | 11 | ||
| @@ -16,6 +17,5 @@ do_install() { | |||
| 16 | fi | 17 | fi |
| 17 | } | 18 | } |
| 18 | 19 | ||
| 19 | ALLOW_EMPTY_${PN} = "1" | ||
| 20 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 20 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 21 | CONFFILES_${PN} = "${sysconfdir}/pointercal.xinput" | 21 | CONFFILES_${PN} = "${sysconfdir}/pointercal.xinput" |
