On Thu, 2011-05-19 at 16:52 -0700, Khem Raj wrote: > Remove headerfix.patch, its already applied upstream > > Signed-off-by: Khem Raj <raj.k...@gmail.com> > --- > meta/recipes-devtools/opkg/opkg/headerfix.patch | 19 ------------------- > meta/recipes-devtools/opkg/opkg_svn.bb | 3 +-- > 2 files changed, 1 insertions(+), 21 deletions(-) > delete mode 100644 meta/recipes-devtools/opkg/opkg/headerfix.patch [...] > diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb > b/meta/recipes-devtools/opkg/opkg_svn.bb > index 5964a47..dfe71e5 100644 > --- a/meta/recipes-devtools/opkg/opkg_svn.bb > +++ b/meta/recipes-devtools/opkg/opkg_svn.bb > @@ -34,7 +33,7 @@ do_install_append() { > pkg_postinst_${PN} () { > #!/bin/sh > if [ "x$D" != "x" ]; then > - install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d > + install -d ${D}/${sysconfdir}/rcS.d > # this happens at S98 where our good 'ole packages script used to run > echo "#!/bin/sh > opkg-cl configure
This needs to be $D, I didn't miss the brackets in my previous email :) Cheers, Richard _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core