diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-04-11 16:03:43 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-11 16:39:39 +0100 |
commit | d1ff4b68ba0828d7b319f93145218244857753ef (patch) | |
tree | 2ab03502437ef7934f9e0a05764fadeca426fbfd /meta/recipes-devtools | |
parent | f3dbf8f674930cc9035e5f7da5528611cf1c6d25 (diff) | |
download | poky-d1ff4b68ba0828d7b319f93145218244857753ef.tar.gz |
opkg.inc: don't hardcode /var/lib/opkg
(From OE-Core rev: 9caf1f2540f0419c1301cc21777f97c6671fd844)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/opkg/opkg.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc index c1798b1623..c34ac5b4eb 100644 --- a/meta/recipes-devtools/opkg/opkg.inc +++ b/meta/recipes-devtools/opkg/opkg.inc | |||
@@ -63,7 +63,7 @@ REDIRECT_CMD[vardepsexclude] += "IMAGE_FEATURES POSTLOG" | |||
63 | 63 | ||
64 | pkg_postinst_${PN} () { | 64 | pkg_postinst_${PN} () { |
65 | #!/bin/sh | 65 | #!/bin/sh |
66 | if [ "x$D" != "x" ] && [ -f $D/var/lib/opkg/status ]; then | 66 | if [ "x$D" != "x" ] && [ -f $D${OPKGLIBDIR}/opkg/status ]; then |
67 | install -d $D${sysconfdir}/rcS.d | 67 | install -d $D${sysconfdir}/rcS.d |
68 | 68 | ||
69 | # this happens at S98 where our good 'ole packages script used to run | 69 | # this happens at S98 where our good 'ole packages script used to run |