diff options
Diffstat (limited to 'meta/classes/package_rpm.bbclass')
-rw-r--r-- | meta/classes/package_rpm.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index 2a7e1642f8..fd861e980d 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_rpm.bbclass | |||
@@ -109,7 +109,7 @@ translate_smart_to_oe() { | |||
109 | fi | 109 | fi |
110 | # Workaround for bug 3565 | 110 | # Workaround for bug 3565 |
111 | # Simply look to see if we know of a package with that name, if not try again! | 111 | # Simply look to see if we know of a package with that name, if not try again! |
112 | filename=`ls ${TMPDIR}/pkgdata/*/runtime-reverse/$new_pkg 2>/dev/null | head -n 1` | 112 | filename=`ls ${PKGDATA_DIR}/runtime-reverse/$new_pkg 2>/dev/null | head -n 1` |
113 | if [ -n "$filename" ] ; then | 113 | if [ -n "$filename" ] ; then |
114 | found=1 | 114 | found=1 |
115 | break | 115 | break |