From a1bba89847bac62d1cbfe28e3b8059f0fcafa7d1 Mon Sep 17 00:00:00 2001 From: Graham Gower Date: Thu, 25 Nov 2010 10:59:26 +1030 Subject: Remove use of ipkg{,-collateral,-link}. No one should be using these any longer. * Opkg conflicts with ipkg. * There is opkg, opkg-collateral and ipkg-utils contains ipkg-link. Signed-off-by: Graham Gower Signed-off-by: Khem Raj --- recipes/opkg/opkg-ipkg-compat.bb | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 recipes/opkg/opkg-ipkg-compat.bb (limited to 'recipes/opkg/opkg-ipkg-compat.bb') diff --git a/recipes/opkg/opkg-ipkg-compat.bb b/recipes/opkg/opkg-ipkg-compat.bb deleted file mode 100644 index 837b02c11b..0000000000 --- a/recipes/opkg/opkg-ipkg-compat.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Files to make opkg and ipkg coexist" -RDEPENDS_${PN} = "opkg ipkg ipkg-collateral" - -PR = "r1" -PACKAGE_ARCH = "all" - -do_compile() { - : -} - - -do_install () { - install -d ${D}${sysconfdir} - install -d ${D}/var/lib/ipkg - ln -sf ${sysconfdir}/ipkg.conf ${D}${sysconfdir}/opkg.conf - ln -sf ${sysconfdir}/ipkg/ ${D}${sysconfdir}/opkg - ln -sf /var/lib/ipkg ${D}/var/lib/ipkg -} - -- cgit 1.2.3-korg