Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] opkg: fix remove pkg with --force-removal-of-dependent-packages failed
@ 2014-10-08 12:16 Hongxu Jia
  2014-10-08 12:16 ` [PATCH 1/1] " Hongxu Jia
  0 siblings, 1 reply; 11+ messages in thread
From: Hongxu Jia @ 2014-10-08 12:16 UTC (permalink / raw)
  To: openembedded-core, mark.hatle, paul

1. vim local.conf
...
PACKAGE_CLASSES ?= "package_ipk"
IMAGE_INSTALL_append = " perl-modules"
IMAGE_FEATURES += "package-management ssh-server-dropbear"
...

2. bitbake core-image-minimal

3. runqemu qemux86

4. ssh target
opkg remove perl --force-removal-of-dependent-packages

Expected result:
perl removed successfully

//Hongxu

The following changes since commit 505a6b696ae990442de720e5e1135a3e44d5f75c:

  bitbake: fetcher: fix BB_STRICT_CHECKSUM datatype check (2014-10-06 16:09:53 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib hongxu/fix-opkg
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-opkg

Hongxu Jia (1):
  opkg: fix remove pkg with --force-removal-of-dependent-packages failed

 ...g_remove.c-avoid-remove-pkg-repeatly-with.patch | 39 ++++++++++++++++++++++
 meta/recipes-devtools/opkg/opkg_0.2.2.bb           |  1 +
 2 files changed, 40 insertions(+)
 create mode 100644 meta/recipes-devtools/opkg/opkg/libopkg-opkg_remove.c-avoid-remove-pkg-repeatly-with.patch

-- 
1.9.1



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-10-22 22:43 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-08 12:16 [PATCH 0/1] opkg: fix remove pkg with --force-removal-of-dependent-packages failed Hongxu Jia
2014-10-08 12:16 ` [PATCH 1/1] " Hongxu Jia
2014-10-11  9:31   ` Paul Barker
2014-10-11  9:42     ` Hongxu Jia
2014-10-11 10:17     ` Hongxu Jia
2014-10-11 10:26       ` Hongxu Jia
2014-10-11 10:27       ` Paul Barker
2014-10-11 10:33         ` Hongxu Jia
2014-10-11 10:37           ` Paul Barker
2014-10-21 16:17             ` Paul Barker
2014-10-22 22:43               ` Burton, Ross

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox