aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libxsettings
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-01-24 16:53:32 -0800
committerKhem Raj <raj.khem@gmail.com>2011-01-25 16:45:41 -0800
commit75a946a7259e85af262545a17223629bcea43496 (patch)
tree7c806c8ff88dea5a68c01b2311fc5d3a7969c10e /recipes/libxsettings
parentf45a27d4d4243930224b38eb449af123564cb147 (diff)
downloadopenembedded-75a946a7259e85af262545a17223629bcea43496.tar.gz
Recipes: Replace ipkg-utils with opkg-utils
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Graham Gower <graham.gower@gmail.com>
Diffstat (limited to 'recipes/libxsettings')
-rw-r--r--recipes/libxsettings/files/Makefile.dpkg_ipkg2
-rw-r--r--recipes/libxsettings/files/Makefile.translation4
2 files changed, 3 insertions, 3 deletions
diff --git a/recipes/libxsettings/files/Makefile.dpkg_ipkg b/recipes/libxsettings/files/Makefile.dpkg_ipkg
index 76c532154f..771ed8b058 100644
--- a/recipes/libxsettings/files/Makefile.dpkg_ipkg
+++ b/recipes/libxsettings/files/Makefile.dpkg_ipkg
@@ -74,7 +74,7 @@ ipkg: check-source ipkg-prep clean
if test -e familiar/postrm; then install familiar/postrm familiar/dist/CONTROL; fi
$(MAKE) DESTDIR=`pwd`/familiar/dist PREFIX=/usr prefix=/usr DEBUG=no install-program
rm -rf familiar/dist.list
- ipkg-build -o 0 -g 0 familiar/dist | sed 's/^Packaged .*into //; t 1; d; : 1; s:.*/::' >> familiar/dist.list
+ opkg-build -o 0 -g 0 familiar/dist | sed 's/^Packaged .*into //; t 1; d; : 1; s:.*/::' >> familiar/dist.list
if [ "x$(LINGUAS)" != "x" ]; then make translation-ipkg; tr ' ' '\n' < translation-ipkgs.txt >> familiar/dist.list; fi
md5sum `cat familiar/dist.list` > $(PACKAGE)_$(VERSION).batch
rm -rf familiar/dist familiar/dist.list
diff --git a/recipes/libxsettings/files/Makefile.translation b/recipes/libxsettings/files/Makefile.translation
index 1ca7d648fd..6ce30b40cd 100644
--- a/recipes/libxsettings/files/Makefile.translation
+++ b/recipes/libxsettings/files/Makefile.translation
@@ -2,8 +2,8 @@
CONTROL = `if test -e familiar/control1; then echo control1; else echo control; fi`
-# use ipkg-build or ipkg-deb-build
-IPKG_BUILD := ipkg-build
+# use opkg-build or opkg-deb-build
+IPKG_BUILD := opkg-build
TRANSLATION_SITE := http://www.iro.umontreal.ca/~gnutra/maint