diff options
author | Richard Purdie <richard@openedhand.com> | 2007-01-30 22:37:19 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-01-30 22:37:19 +0000 |
commit | c5f676f72e907044051ee2c6d71c9aa0a1e8cf27 (patch) | |
tree | 6686e44dacf27a8888f70d059c407498560e876f /meta/packages | |
parent | a31efbce2f521fbb8dcda99e96d799adeabe35f5 (diff) | |
download | poky-c5f676f72e907044051ee2c6d71c9aa0a1e8cf27.tar.gz |
pointercal: tweak .bb file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1231 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/pointercal/pointercal_0.0.bb (renamed from meta/packages/pointercal/pointercal.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/pointercal/pointercal.bb b/meta/packages/pointercal/pointercal_0.0.bb index a87980e4ee..d99cc83324 100644 --- a/meta/packages/pointercal/pointercal.bb +++ b/meta/packages/pointercal/pointercal_0.0.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | DESCRIPTION = "Touchscreen calibration data" | 1 | DESCRIPTION = "Touchscreen calibration data" |
2 | SECTION = "base" | 2 | SECTION = "base" |
3 | 3 | ||
4 | PACKAGE_ARCH = ${MACHINE_ARCH} | ||
5 | SRC_URI = "file://pointercal" | 4 | SRC_URI = "file://pointercal" |
6 | S=${WORKDIR} | 5 | S = "${WORKDIR}" |
6 | |||
7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
7 | 8 | ||
8 | do_install() { | 9 | do_install() { |
9 | install -d ${D}${sysconfdir}/ | 10 | install -d ${D}${sysconfdir}/ |