opkg-ipkg-compat: remove as we do not need it

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4035 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2008-03-17 14:17:40 +00:00
parent f6b3acd4f0
commit eec0604995

View File

@@ -1,19 +0,0 @@
DESCRIPTION = "Files to make opkg and ipkg coexist"
RDEPENDS = "opkg ipkg ipkg-collateral"
PR = "r0"
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
}