mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 05:48:07 +00: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:
parent
f6b3acd4f0
commit
eec0604995
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user