From d12df5427a52c03ad3027d882a9749e5284ca344 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 17 Jul 2008 21:34:57 +0000 Subject: Switch from ipkg-utils to opkg-utils git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4863 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/bitbake.conf | 4 ++-- meta/conf/distro/poky.conf | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index d51f9d9e78..49bb6f0964 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -512,9 +512,9 @@ MKTEMPCMD = "mktemp -q ${TMPBASE}" export PATCH_GET="0" -# Program to be used to build ipkg packages +# Program to be used to build opkg packages -IPKGBUILDCMD = "ipkg-build -o 0 -g 0" +OPKGBUILDCMD = "opkg-build -o 0 -g 0" ################################################################## # Not sure about the rest of this yet. diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 2a6927371b..99d20287bb 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf @@ -112,6 +112,7 @@ EXCLUDE_FROM_WORLD_pn-libopensync-plugin-irmc-sync = "1" EXCLUDE_FROM_WORLD_pn-libopensync-plugin-file-sync = "1" # Needs python EXCLUDE_FROM_WORLD_pn-ipkg-utils = "1" +EXCLUDE_FROM_WORLD_pn-opkg-utils = "1" # Needs gcc 3.x EXCLUDE_FROM_WORLD_pn-qemu = "1" # temporary -- cgit v1.2.3