diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 16:01:30 +0200 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2013-08-22 09:51:27 +0200 |
commit | 2c053de8009766631e6a5dda251bdd559e86cefd (patch) | |
tree | 39529f6f1ba1f388c4ac9ba43c5788aac77dab09 | |
parent | cf01402d52f8510d3a90c9f25cdf635f9dfe3739 (diff) | |
download | meta-openembedded-2c053de8009766631e6a5dda251bdd559e86cefd.tar.gz |
usbmuxd: add PACKAGECONFIG for plist
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb index bb9294191..595582a7b 100644 --- a/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb +++ b/meta-oe/recipes-connectivity/usbmuxd/usbmuxd_git.bb @@ -17,3 +17,5 @@ S = "${WORKDIR}/git" FILES_${PN} += "${base_libdir}/udev/rules.d/" +PACKAGECONFIG ??= "" +PACKAGECONFIG[plist] = "-DWANT_PLIST=1,-DWANT_PLIST=0,libplist" |