git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10b3db9
)
xqt2: move executable back from ${palmtopdir}/bin to plain old ${bindir}
author
Michael Krelin
<hacker@klever.net>
Sun, 15 Jul 2007 15:59:43 +0000
(15:59 +0000)
committer
Michael Krelin
<hacker@klever.net>
Sun, 15 Jul 2007 15:59:43 +0000
(15:59 +0000)
packages/xqt2/xqt2_20060509.bb
patch
|
blob
|
history
diff --git
a/packages/xqt2/xqt2_20060509.bb
b/packages/xqt2/xqt2_20060509.bb
index
f1c839d
..
12e210d
100644
(file)
--- a/
packages/xqt2/xqt2_20060509.bb
+++ b/
packages/xqt2/xqt2_20060509.bb
@@
-5,7
+5,7
@@
LICENSE = "GPL"
SECTION = "opie/applications"
APPTYPE = "binary"
APPNAME = "Xqt"
-PR = "r
1
"
+PR = "r
2
"
inherit palmtop
@@
-102,8
+102,6
@@
do_install() {
install -d ${D}${palmtopdir}/apps/Applications/
install -m 0644 ${WORKDIR}/xqt2/xfree86/files/Xqt.desktop ${D}${palmtopdir}/apps/Applications
- install -d ${D}${palmtopdir}/bin/
- install -m 0755 ${D}${bindir}/Xqt ${D}${palmtopdir}/bin/Xqt
install -d ${D}${palmtopdir}/pics
install -m 0644 programs/Xserver/hw/xqt/Xqt.png ${D}${palmtopdir}/pics
}