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:
8ecf6b3
)
sailcut_1.3.2.bb: pick up correct versions of lrelease and lupdate
author
Jeremy Laine
<jeremy.laine@m4x.org>
Tue, 6 May 2008 01:13:27 +0000
(
01:13
+0000)
committer
Jeremy Laine
<jeremy.laine@m4x.org>
Tue, 6 May 2008 01:13:27 +0000
(
01:13
+0000)
packages/sailcut/sailcut_1.3.2.bb
patch
|
blob
|
history
diff --git
a/packages/sailcut/sailcut_1.3.2.bb
b/packages/sailcut/sailcut_1.3.2.bb
index
0063348
..
02f68b9
100644
(file)
--- a/
packages/sailcut/sailcut_1.3.2.bb
+++ b/
packages/sailcut/sailcut_1.3.2.bb
@@
-3,13
+3,14
@@
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "qt4-x11-free"
SRCNAME = "sailcut"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
EXTRA_OECONF = "\
--with-qt-includes=${STAGING_INCDIR}/qt4 \
--with-qt-libraries=${STAGING_LIBDIR} \
- MOC=moc4 UIC=uic4"
+ MOC=moc4 UIC=uic4
LRELEASE=lrelease4 LUPDATE=lupdate4
"
inherit autotools