diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-05-09 18:38:19 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-05-09 18:38:19 +0000 |
| commit | b4cb437c6595ff8ac13506e502fe04b1a60c4e04 (patch) | |
| tree | f529de217094f1a49049f90c49d779a49e19cd7c /openembedded/packages/ipkg | |
| parent | 3baacb49c13a48798d45e30a0a0076ca0b8c9e6a (diff) | |
| download | poky-b4cb437c6595ff8ac13506e502fe04b1a60c4e04.tar.gz | |
Merge packages changes from OE into poky.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@386 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/ipkg')
| -rw-r--r-- | openembedded/packages/ipkg/ipkg.inc | 9 | ||||
| -rw-r--r-- | openembedded/packages/ipkg/ipkg_0.99.154.bb | 1 |
2 files changed, 8 insertions, 2 deletions
diff --git a/openembedded/packages/ipkg/ipkg.inc b/openembedded/packages/ipkg/ipkg.inc index f535cfbef0..8fc6c9efe0 100644 --- a/openembedded/packages/ipkg/ipkg.inc +++ b/openembedded/packages/ipkg/ipkg.inc | |||
| @@ -16,6 +16,11 @@ S = "${WORKDIR}/ipkg/C" | |||
| 16 | 16 | ||
| 17 | inherit autotools pkgconfig | 17 | inherit autotools pkgconfig |
| 18 | 18 | ||
| 19 | # Define a variable to allow distros to run configure earlier. | ||
| 20 | # (for example, to enable loading of ethernet kernel modules before networking starts) | ||
| 21 | IPKG_INIT_POSITION = "98" | ||
| 22 | IPKG_INIT_POSITION_slugos = "41" | ||
| 23 | |||
| 19 | pkg_postinst_ipkg () { | 24 | pkg_postinst_ipkg () { |
| 20 | #!/bin/sh | 25 | #!/bin/sh |
| 21 | if [ "x$D" != "x" ]; then | 26 | if [ "x$D" != "x" ]; then |
| @@ -23,8 +28,8 @@ if [ "x$D" != "x" ]; then | |||
| 23 | # this happens at S98 where our good 'ole packages script used to run | 28 | # this happens at S98 where our good 'ole packages script used to run |
| 24 | echo -e "#!/bin/sh | 29 | echo -e "#!/bin/sh |
| 25 | ipkg-cl configure | 30 | ipkg-cl configure |
| 26 | " > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S98configure | 31 | " > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure |
| 27 | chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S98configure | 32 | chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure |
| 28 | fi | 33 | fi |
| 29 | 34 | ||
| 30 | update-alternatives --install ${bindir}/ipkg ipkg ${bindir}/ipkg-cl 100 | 35 | update-alternatives --install ${bindir}/ipkg ipkg ${bindir}/ipkg-cl 100 |
diff --git a/openembedded/packages/ipkg/ipkg_0.99.154.bb b/openembedded/packages/ipkg/ipkg_0.99.154.bb index 1898c6656e..de6af147b6 100644 --- a/openembedded/packages/ipkg/ipkg_0.99.154.bb +++ b/openembedded/packages/ipkg/ipkg_0.99.154.bb | |||
| @@ -1 +1,2 @@ | |||
| 1 | include ipkg.inc | 1 | include ipkg.inc |
| 2 | PR = "r3" | ||
