On 6/9/11 11:43 PM, harish badrinath wrote: > Hello, > If i have a package called foo, How do it specify in its Makefile > (package/foo/Makefile) that it conflicts with / replaces a package > called bar. When that happens the compilation is aborted until package > bar is deselected. > > > Regards, > Harish Badrinath
Have you tried: DEPENDS:=!PACKAGE_bar _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
