Signed-off-by: Rene Wagner <rw@handhelds.org>
--- /dev/null
+--- bin/ipkg-build.orig 2006-08-16 13:08:22.000000000 +0200
++++ bin/ipkg-build 2006-08-16 13:08:25.000000000 +0200
+@@ -141,7 +141,7 @@
+
+ if [ -f $CONTROL/conffiles ]; then
+ for cf in `cat $CONTROL/conffiles`; do
+- if [ ! -f ./$cf ]; then
++ if [ ! -L ./$cf -a ! -f ./$cf ]; then
+ echo "*** Error: $CONTROL/conffiles mentions conffile $cf which does not exist" >&2
+ PKG_ERROR=1
+ fi
SECTION = "base"
include ipkg-utils_${PV}.bb
-PR = "r4"
+PR = "r5"
inherit native
DEPENDS = ""
+SRC_URI += "file://dangling-symlinks.patch;patch=1"
+
do_stage() {
for i in ${INSTALL}; do
install -m 0755 $i ${STAGING_BINDIR}