From 75a946a7259e85af262545a17223629bcea43496 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 24 Jan 2011 16:53:32 -0800 Subject: Recipes: Replace ipkg-utils with opkg-utils Signed-off-by: Khem Raj Acked-by: Koen Kooi Acked-by: Graham Gower --- recipes/libxsettings/files/Makefile.dpkg_ipkg | 2 +- recipes/libxsettings/files/Makefile.translation | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/libxsettings') 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 -- cgit 1.2.3-korg