summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-09-19 17:33:03 +0800
committerSaul Wold <sgw@linux.intel.com>2012-09-20 22:21:15 -0700
commit526da07578de2c6261d21bc339bca0d3b94d93cf (patch)
tree8ca05371bb5878a66c075ad0affa029c86558093 /meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb
parentcbb6431b3ee9128ea15c9ae0a19e7d2998ffc561 (diff)
downloadopenembedded-core-526da07578de2c6261d21bc339bca0d3b94d93cf.tar.gz
openembedded-core-526da07578de2c6261d21bc339bca0d3b94d93cf.tar.bz2
openembedded-core-526da07578de2c6261d21bc339bca0d3b94d93cf.zip
opkg 0.1.8: remove it since it doesn't work
Remove opkg_0.1.8.bb and the related files since it doesn't work: - It doesn't support the "--force_postinstall" option which is used by package_ipk.bbclass. - It still doesn't work after remove the "--force_postinstall" option, it can't install the packages in complementary_pkgs.txt. [YOCTO #3136] Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb')
-rw-r--r--meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb b/meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb
deleted file mode 100644
index da2a39c3e0..0000000000
--- a/meta/recipes-devtools/opkg/opkg-nogpg_0.1.8.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require opkg_${PV}.bb
-
-DEPENDS = "curl"
-PROVIDES += "opkg"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/opkg-${PV}:"
-
-EXTRA_OECONF += "--disable-gpg"
-
-DEFAULT_PREFERENCE = "-1"