diff options
author | Koen Kooi <koen@openembedded.org> | 2007-10-18 07:18:25 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-10-18 07:18:25 +0000 |
commit | 71a3a74a0517bdeac55f9fe4d1ded17a8a83115b (patch) | |
tree | 3ceba1122a044cce035b10b12552e44041561cc6 /packages | |
parent | d7e9fc90d467f83d2afce5e2c31b230962a43261 (diff) |
xserver-kdrive-common: nothing support PACKAGE_ARCH = "<distro>", we don't want those, and you can't build 2 distros in the same TMPDIR anyway.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb index 296c312d58..e85e4f0ce9 100644 --- a/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb +++ b/packages/xserver-kdrive-common/xserver-kdrive-common_0.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts" LICENSE = "GPL" SECTION = "x11" RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit" -PR = "r19" +PR = "r20" SRC_URI = "\ file://Xdefaults \ @@ -52,5 +52,4 @@ do_install() { } PACKAGE_ARCH = "all" -PACKAGE_ARCH_openmoko = "openmoko" |