diff options
author | Koen Kooi <koen@openembedded.org> | 2009-04-17 18:43:53 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-04-17 18:43:53 +0200 |
commit | 012465dda978446b0874a4c628d261b29f23b98c (patch) | |
tree | ad1434eb0067ef47befbf278b3c1d628dec30171 /recipes/opkg/opkg_svn.bb | |
parent | c838626c2b210596ad126944966b78b0c68ebf13 (diff) |
opkg: only ping splash when splashfuncs are present
Diffstat (limited to 'recipes/opkg/opkg_svn.bb')
-rw-r--r-- | recipes/opkg/opkg_svn.bb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/recipes/opkg/opkg_svn.bb b/recipes/opkg/opkg_svn.bb index bc9af61dce..749fa1e975 100644 --- a/recipes/opkg/opkg_svn.bb +++ b/recipes/opkg/opkg_svn.bb @@ -1,6 +1,6 @@ require opkg.inc -PR = "r11" +PR = "r12" PACKAGES =+ "libopkg-dev libopkg" @@ -12,13 +12,6 @@ FILES_libopkg = "${libdir}/*.so.*" OPKG_INIT_POSITION = "98" OPKG_INIT_POSITION_slugos = "41" -SRC_URI += "file://configure" - -do_install_prepend() { - install -d ${D}${sysconfdir}/rcS.d - install -m 0755 ${WORKDIR}/configure ${D}${sysconfdir}/rcS.d/S98configure -} - pkg_postinst_${PN} () { update-alternatives --install ${bindir}/opkg opkg ${bindir}/opkg-cl 100 } |