diff options
Diffstat (limited to 'ipkg/ipkg_0.99.121.oe')
-rw-r--r-- | ipkg/ipkg_0.99.121.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipkg/ipkg_0.99.121.oe b/ipkg/ipkg_0.99.121.oe index de288e59b2..12fef2f69d 100644 --- a/ipkg/ipkg_0.99.121.oe +++ b/ipkg/ipkg_0.99.121.oe @@ -13,7 +13,7 @@ AUTO_LIBNAME_PKGS = "libipkg" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=familiar/dist/ipkg;tag=${@'V' + oe.data.getVar('PV',d,1).replace('.', '-')}" S = "${WORKDIR}/ipkg/C" -inherit autotools libtool +inherit autotools pkg_postinst_ipkg () { #!/bin/sh |