| Submitter | Khem Raj |
|---|---|
| Date | Jan. 24, 2011, 8:18 p.m. |
| Message ID | <1295900293-25470-4-git-send-email-raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/354/ |
| State | Superseded |
| Headers | show |
Comments
On 01/24/2011 09:18 PM, Khem Raj wrote: > -DEPENDS = "opkg-native ipkg-utils-native fakeroot-native sed-native zip-native" > +DEPENDS = "opkg-native opkg-utils-native fakeroot-native sed-native zip-native" > PR = "r5" Do you want to change the PR?
On Mon, Jan 24, 2011 at 1:45 PM, Holger Freyther <holger+oe@freyther.de> wrote: > On 01/24/2011 09:18 PM, Khem Raj wrote: >> -DEPENDS = "opkg-native ipkg-utils-native fakeroot-native sed-native zip-native" >> +DEPENDS = "opkg-native opkg-utils-native fakeroot-native sed-native zip-native" >> PR = "r5" > > Do you want to change the PR? Will do. > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >
Patch
diff --git a/recipes/meta/canadian-sdk.bb b/recipes/meta/canadian-sdk.bb index 701a02d..93b80b2 100644 --- a/recipes/meta/canadian-sdk.bb +++ b/recipes/meta/canadian-sdk.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Meta package for building a installable toolchain" LICENSE = "MIT" -DEPENDS = "opkg-native ipkg-utils-native fakeroot-native sed-native zip-native" +DEPENDS = "opkg-native opkg-utils-native fakeroot-native sed-native zip-native" PR = "r5" # NOTE: We need to save and restore PACKAGE_ARCHS, because sdk.bbclass diff --git a/recipes/meta/foonas-packages.bb b/recipes/meta/foonas-packages.bb index 2bd8437..570c26e 100644 --- a/recipes/meta/foonas-packages.bb +++ b/recipes/meta/foonas-packages.bb @@ -74,7 +74,7 @@ FOONAS_PACKAGES = "\ gtk-doc \ gzip \ hdparm \ - ipkg-utils \ + opkg-utils \ iptables \ ircp \ joe \ diff --git a/recipes/meta/meta-toolchain.bb b/recipes/meta/meta-toolchain.bb index cb9e438..b8ea037 100644 --- a/recipes/meta/meta-toolchain.bb +++ b/recipes/meta/meta-toolchain.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Meta package for building a installable toolchain" LICENSE = "MIT" -DEPENDS = "opkg-native ipkg-utils-native fakeroot-native sed-native" +DEPENDS = "opkg-native opkg-utils-native fakeroot-native sed-native" inherit meta diff --git a/recipes/meta/openprotium-packages.bb b/recipes/meta/openprotium-packages.bb index 4b10ee2..a738f08 100644 --- a/recipes/meta/openprotium-packages.bb +++ b/recipes/meta/openprotium-packages.bb @@ -106,7 +106,7 @@ OPENPROTIUM_PACKAGES = "\ gzip \ hdparm \ ifupdown \ - ipkg-utils \ + opkg-utils \ iptables \ ircp \ joe \ diff --git a/recipes/meta/oplinux-packages.bb b/recipes/meta/oplinux-packages.bb index d828eed..ab38c1d 100644 --- a/recipes/meta/oplinux-packages.bb +++ b/recipes/meta/oplinux-packages.bb @@ -201,7 +201,7 @@ PACKAGES_LIST = "\ hydra \ ifupdown \ iputils \ - ipkg-utils \ + opkg-utils \ iptables \ intercom \ ircp \ diff --git a/recipes/meta/package-index.bb b/recipes/meta/package-index.bb index 335970d..3ad1d10 100644 --- a/recipes/meta/package-index.bb +++ b/recipes/meta/package-index.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Rebuild the package index" LICENSE = "MIT" -DEPENDS = "ipkg-utils-native" +DEPENDS = "opkg-utils-native" PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/recipes/meta/slugos-packages.bb b/recipes/meta/slugos-packages.bb index fb8458a..3487c69 100644 --- a/recipes/meta/slugos-packages.bb +++ b/recipes/meta/slugos-packages.bb @@ -99,7 +99,7 @@ SLUGOS_PACKAGES = "\ ifupdown \ iozone3 \ iperf \ - ipkg-utils \ + opkg-utils \ iptables \ joe \ jpeg \ diff --git a/recipes/tasks/task-sdk-sbox-gpe.bb b/recipes/tasks/task-sdk-sbox-gpe.bb index 315bddb..b8d1cce 100644 --- a/recipes/tasks/task-sdk-sbox-gpe.bb +++ b/recipes/tasks/task-sdk-sbox-gpe.bb @@ -11,7 +11,7 @@ RDEPENDS_${PN} = "\ gdk-pixbuf-loader-xpm \ intltool \ intltool-dev \ - ipkg-utils \ + opkg-utils \ gettext-dev \ pkgconfig-dev \ autoconf \ diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb index daec242..35e5f0b 100644 --- a/recipes/tasks/task-shr-feed.bb +++ b/recipes/tasks/task-shr-feed.bb @@ -79,7 +79,7 @@ RDEPENDS_${PN} += "\ mtpaint \ telepathy-python \ intone-video \ - ipkg-utils \ + opkg-utils \ mysql \ fltk-chess \ remoko \
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- recipes/meta/canadian-sdk.bb | 2 +- recipes/meta/foonas-packages.bb | 2 +- recipes/meta/meta-toolchain.bb | 2 +- recipes/meta/openprotium-packages.bb | 2 +- recipes/meta/oplinux-packages.bb | 2 +- recipes/meta/package-index.bb | 2 +- recipes/meta/slugos-packages.bb | 2 +- recipes/tasks/task-sdk-sbox-gpe.bb | 2 +- recipes/tasks/task-shr-feed.bb | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-)