mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 20:59:42 +01:00
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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user