summaryrefslogtreecommitdiffstats
path: root/recipes/packagekit/packagekit_0.4.6.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2009-04-17 15:12:36 +0200
committerKoen Kooi <koen@openembedded.org>2009-04-17 15:12:36 +0200
commit068ae7f600fa8004cdb6c85568df667bad9b944e (patch)
tree95e8efee62417a5bef7a15bead441e6ff837b6f9 /recipes/packagekit/packagekit_0.4.6.bb
parent9284c24637d53889f55e2e160a62c8ff9d61d446 (diff)
downloadopenembedded-068ae7f600fa8004cdb6c85568df667bad9b944e.tar.gz
packagekit: fix service and policy files, update git version
* patches against 0.4.6 have been applied upstream
Diffstat (limited to 'recipes/packagekit/packagekit_0.4.6.bb')
-rw-r--r--recipes/packagekit/packagekit_0.4.6.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/packagekit/packagekit_0.4.6.bb b/recipes/packagekit/packagekit_0.4.6.bb
index 51b2870537..d1d2b51814 100644
--- a/recipes/packagekit/packagekit_0.4.6.bb
+++ b/recipes/packagekit/packagekit_0.4.6.bb
@@ -12,7 +12,7 @@ SRC_URI = "http://www.packagekit.org/releases/PackageKit-${PV}.tar.gz \
file://opkg-fix-includes.diff;patch=1 \
file://opkg-fix-declarations.diff;patch=1 "
-PR = "r1"
+PR = "r2"
PE = "1"
S = "${WORKDIR}/PackageKit-${PV}"
@@ -36,9 +36,11 @@ do_configure_prepend() {
do_configure_append() {
for i in $(find . -name Makefile) ; do
- sed -i -e s:${STAGING_DIR_NATIVE}::g -e s:${bindir}/mkdir:${STAGING_BINDIR_NATIVE}/mkdir:g $i
+ sed -i -e s:${STAGING_DIR_NATIVE}::g \
+ -e s:${bindir}/mkdir:${STAGING_BINDIR_NATIVE}/mkdir:g \
+ -e s:/usr/bin/intltool-merge:${STAGING_BINDIR_NATIVE}/intltool-merge:g \
+ $i
done
- ( cd data ; for i in *.xml.in ; do mv $i $(echo $i | sed 's:.in::g') ; done ; touch foo.xml.in )
}