diff options
Diffstat (limited to 'meta/recipes-devtools/opkg')
| -rw-r--r-- | meta/recipes-devtools/opkg/opkg/headerfix.patch | 19 | ||||
| -rw-r--r-- | meta/recipes-devtools/opkg/opkg_svn.bb | 3 |
2 files changed, 1 insertions, 21 deletions
diff --git a/meta/recipes-devtools/opkg/opkg/headerfix.patch b/meta/recipes-devtools/opkg/opkg/headerfix.patch deleted file mode 100644 index b3515a0f8e..0000000000 --- a/meta/recipes-devtools/opkg/opkg/headerfix.patch +++ /dev/null | |||
| @@ -1,19 +0,0 @@ | |||
| 1 | Without this, the FILE reference in this header can cause compile issues. | ||
| 2 | |||
| 3 | RP - 29/1/10 | ||
| 4 | |||
| 5 | Upstream-Status: Pending | ||
| 6 | |||
| 7 | Index: trunk/libopkg/pkg_dest.h | ||
| 8 | =================================================================== | ||
| 9 | --- trunk.orig/libopkg/pkg_dest.h 2010-01-29 09:37:22.000000000 +0000 | ||
| 10 | +++ trunk/libopkg/pkg_dest.h 2010-01-29 09:37:33.000000000 +0000 | ||
| 11 | @@ -18,6 +18,8 @@ | ||
| 12 | #ifndef PKG_DEST_H | ||
| 13 | #define PKG_DEST_H | ||
| 14 | |||
| 15 | +#include <stdio.h> | ||
| 16 | + | ||
| 17 | typedef struct pkg_dest pkg_dest_t; | ||
| 18 | struct pkg_dest | ||
| 19 | { | ||
diff --git a/meta/recipes-devtools/opkg/opkg_svn.bb b/meta/recipes-devtools/opkg/opkg_svn.bb index 5964a474f1..5f07c17232 100644 --- a/meta/recipes-devtools/opkg/opkg_svn.bb +++ b/meta/recipes-devtools/opkg/opkg_svn.bb | |||
| @@ -11,7 +11,6 @@ RREPLACES_${PN} = "opkg-nogpg" | |||
| 11 | 11 | ||
| 12 | SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ | 12 | SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \ |
| 13 | file://add_vercmp.patch \ | 13 | file://add_vercmp.patch \ |
| 14 | file://headerfix.patch \ | ||
| 15 | " | 14 | " |
| 16 | 15 | ||
| 17 | S = "${WORKDIR}/trunk" | 16 | S = "${WORKDIR}/trunk" |
| @@ -34,7 +33,7 @@ do_install_append() { | |||
| 34 | pkg_postinst_${PN} () { | 33 | pkg_postinst_${PN} () { |
| 35 | #!/bin/sh | 34 | #!/bin/sh |
| 36 | if [ "x$D" != "x" ]; then | 35 | if [ "x$D" != "x" ]; then |
| 37 | install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d | 36 | install -d $D${sysconfdir}/rcS.d |
| 38 | # this happens at S98 where our good 'ole packages script used to run | 37 | # this happens at S98 where our good 'ole packages script used to run |
| 39 | echo "#!/bin/sh | 38 | echo "#!/bin/sh |
| 40 | opkg-cl configure | 39 | opkg-cl configure |
